#ifndef __DT_BINDINGS_POWER_RK3368_POWER_H__ #define __DT_BINDINGS_POWER_RK3368_POWER_H__ /* VD_CORE */ #define RK3368_PD_A53_L0 0 #define RK3368_PD_A53_L1 1 #define RK3368_PD_A53_L2 2 #define RK3368_PD_A53_L3 3 #define RK3368_PD_SCU_L 4 #define RK3368_PD_A53_B0 5 #define RK3368_PD_A53_B1 6 #define RK3368_PD_A53_B2 7 #define RK3368_PD_A53_B3 8 #define RK3368_PD_SCU_B 9 /* VD_LOGIC */ #define RK3368_PD_BUS 10 #define RK3368_PD_PERI 11 #define RK3368_PD_VIO 12 #define RK3368_PD_ALIVE 13 #define RK3368_PD_VIDEO 14 #define RK3368_PD_GPU_0 15 #define RK3368_PD_GPU_1 16 /* VD_PMU */ #define RK3368_PD_PMU 17 #endif tle='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/include/dt-bindings/display/tda998x.h
diff options
context:
space:
mode:
authorAxel Haslam <ahaslam@baylibre.com>2016-11-03 12:11:42 +0100
committerMark Brown <broonie@kernel.org>2016-11-04 12:15:25 -0600
commit1b5b42216469b05ef4b5916cb40b127dfab1da88 (patch)
tree088f4074ec93c863025c27126c400f85009ad92a /include/dt-bindings/display/tda998x.h
parent1001354ca34179f3db924eb66672442a173147dc (diff)
regulator: core: Add new API to poll for error conditions
Regulator consumers can receive event notifications when errors are reported to the driver, but currently, there is no way for a regulator consumer to know when the error is over. To allow a regulator consumer to poll for error conditions add a new API: regulator_get_error_flags. Signed-off-by: Axel Haslam <ahaslam@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/dt-bindings/display/tda998x.h')