regulator: TI bq24022 Li-Ion Charger driver

This adds a regulator driver for the TI bq24022 Single-Chip
Li-Ion Charger with its nCE and ISET2 pins connected to GPIOs.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Liam Girdwood <lg@opensource.wolfsonmicro.com>
This commit is contained in:
Philipp Zabel
2008-07-11 17:28:06 +02:00
committed by Liam Girdwood
parent e53e86c7ae
commit 0eb5d5ab3e
4 changed files with 200 additions and 0 deletions
+2
View File
@@ -7,4 +7,6 @@ obj-$(CONFIG_REGULATOR) += core.o
obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG