summaryrefslogtreecommitdiff
path: root/include/dt-bindings/sound/cs35l32.h
blob: 0c6d6a3c15a23f8fae0b8f5422a88a2971c92e71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef __DT_CS35L32_H
#define __DT_CS35L32_H

#define CS35L32_BOOST_MGR_AUTO		0
#define CS35L32_BOOST_MGR_AUTO_AUDIO	1
#define CS35L32_BOOST_MGR_BYPASS	2
#define CS35L32_BOOST_MGR_FIXED		3

#define CS35L32_DATA_CFG_LR_VP		0
#define CS35L32_DATA_CFG_LR_STAT	1
#define CS35L32_DATA_CFG_LR		2
#define CS35L32_DATA_CFG_LR_VPSTAT	3

#define CS35L32_BATT_THRESH_3_1V	0
#define CS35L32_BATT_THRESH_3_2V	1
#define CS35L32_BATT_THRESH_3_3V	2
#define CS35L32_BATT_THRESH_3_4V	3

#define CS35L32_BATT_RECOV_3_1V		0
#define CS35L32_BATT_RECOV_3_2V		1
#define CS35L32_BATT_RECOV_3_3V		2
#define CS35L32_BATT_RECOV_3_4V		3
#define CS35L32_BATT_RECOV_3_5V		4
#define CS35L32_BATT_RECOV_3_6V		5

#endif /* __DT_CS35L32_H */
ca7d2d140a1f4aaffd297ac487f246963dd2f'>ce1ca7d2d140a1f4aaffd297ac487f246963dd2f (patch) tree5aeab5e0cb6ef404c894a18251588278b9432a2c /tools/testing/selftests/rcutorture/configs/rcu/TREE04.boot parent546125d1614264d26080817d0c8cddb9b25081fa (diff)
svcrdma: avoid duplicate dma unmapping during error recovery
In rdma_read_chunk_frmr() when ib_post_send() fails, the error code path invokes ib_dma_unmap_sg() to unmap the sg list. It then invokes svc_rdma_put_frmr() which in turn tries to unmap the same sg list through ib_dma_unmap_sg() again. This second unmap is invalid and could lead to problems when the iova being unmapped is subsequently reused. Remove the call to unmap in rdma_read_chunk_frmr() and let svc_rdma_put_frmr() handle it. Fixes: 412a15c0fe53 ("svcrdma: Port to new memory registration API") Cc: stable@vger.kernel.org Signed-off-by: Sriharsha Basavapatna <sriharsha.basavapatna@broadcom.com> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs/rcu/TREE04.boot')