Skip to content

Commit

Permalink
power: supply: bq25790: Introduce the BQ25790 charger driver
Browse files Browse the repository at this point in the history
BQ25790 is a highly integrated switch-mode buck-boost charger
for 1-4 cell Li-ion battery and Li-polymer battery.

Signed-off-by: Ricardo Rivera-Matos <r-rivera-matos@ti.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
  • Loading branch information
Dan Murphy authored and intel-lab-lkp committed Oct 8, 2020
1 parent 3a7368c commit bc435a9
Show file tree
Hide file tree
Showing 4 changed files with 1,282 additions and 0 deletions.
8 changes: 8 additions & 0 deletions drivers/power/supply/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,14 @@ config CHARGER_BQ2515X
rail, ADC for battery and system monitoring, and push-button
controller.

config CHARGER_BQ25790
tristate "TI BQ25790 battery charger driver"
depends on I2C
depends on GPIOLIB || COMPILE_TEST
select REGMAP_I2C
help
Say Y to enable support for the TI BQ25790 battery charger.

config CHARGER_BQ25890
tristate "TI BQ25890 battery charger driver"
depends on I2C
Expand Down
1 change: 1 addition & 0 deletions drivers/power/supply/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ obj-$(CONFIG_CHARGER_BQ24190) += bq24190_charger.o
obj-$(CONFIG_CHARGER_BQ24257) += bq24257_charger.o
obj-$(CONFIG_CHARGER_BQ24735) += bq24735-charger.o
obj-$(CONFIG_CHARGER_BQ2515X) += bq2515x_charger.o
obj-$(CONFIG_CHARGER_BQ25790) += bq25790_charger.o
obj-$(CONFIG_CHARGER_BQ25890) += bq25890_charger.o
obj-$(CONFIG_CHARGER_BQ25980) += bq25980_charger.o
obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o
Expand Down
Loading

0 comments on commit bc435a9

Please sign in to comment.