u-boot-brain/drivers/power/regulator
Tom Rini 6d6aececfe power: regulator: max77686: Don't use switch() on bools
With gcc-5.3 we get a warning for using switch() on a bool type.
Rewrite these sections as if/else and update the one section that was
using 1/0 instead of true/false.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
2016-01-19 08:32:00 -05:00
..
act8846.c power: regulator: Add a driver for ACT8846 regulators 2015-09-02 21:28:23 -06:00
fixed.c dm: regulator: add fixed voltage regulator driver 2015-05-14 18:49:38 -06:00
Kconfig power: regulator: Add a driver for ACT8846 regulators 2015-09-02 21:28:23 -06:00
Makefile power: regulator: Add a driver for ACT8846 regulators 2015-09-02 21:28:23 -06:00
max77686.c power: regulator: max77686: Don't use switch() on bools 2016-01-19 08:32:00 -05:00
pfuze100.c power: regulator: add pfuze100 support 2015-08-12 11:04:58 +02:00
regulator-uclass.c dm: regulator: add function device_get_supply_regulator() 2015-11-02 10:38:00 +09:00
s5m8767.c dm: power: Add support for S5M8767 regulators 2015-08-05 21:06:12 -06:00
sandbox.c sandbox: add: sandbox PMIC device drivers: I2C emul, pmic, regulator 2015-05-14 19:58:34 -06:00
tps65090_regulator.c dm: power: Add support for TPS65090 FETs 2015-08-05 21:06:12 -06:00