#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 */ ss='logo' rowspan='2'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/tools/perf/util/bpf-prologue.c
diff options
context:
space:
mode:
authorRask Ingemann Lambertsen <rask@formelder.dk>2017-01-21 17:11:43 +0100
committerMark Brown <broonie@kernel.org>2017-01-23 18:10:05 +0000
commitd0e287a401d9acf67b75180b26e2d62b7d482652 (patch)
treef1ba3cd0583e38846c4f6e32eee74a25a2739a31 /tools/perf/util/bpf-prologue.c
parentd00b74613fb18dfd0a5aa99270ee2e72d5c808d7 (diff)
regulator: axp20x: AXP806: Fix dcdcb being set instead of dcdce
A typo or copy-paste bug means that the register access intended for regulator dcdce goes to dcdcb instead. This patch corrects it. Fixes: 2ca342d391e3 (regulator: axp20x: Support AXP806 variant) Signed-off-by: Rask Ingemann Lambertsen <rask@formelder.dk> Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'tools/perf/util/bpf-prologue.c')