power: supply: bq25150 introduce the bq25150
authorRicardo Rivera-Matos <r-rivera-matos@ti.com>
Mon, 20 Jul 2020 20:44:00 +0000 (15:44 -0500)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 21 Jul 2020 20:45:59 +0000 (22:45 +0200)
commit44908459275e056bf43054d503adee7e3a6c9f2f
tree62b090144c8af7e0d5b6303c9348d0f11d20beb6
parent8f7bda7a666df40d8e6d590159c30498795f413a
power: supply: bq25150 introduce the bq25150

Introduce the bq2515x family of chargers.

The BQ2515X family of devices are highly integrated battery management
ICs that integrate the most common functions for wearable devices
namely a charger, an output voltage rail, ADC for battery and system
monitoring, and a push-button controller.

Datasheets:
bq25150 - http://www.ti.com/lit/ds/symlink/bq25150.pdf
bq25155 - http://www.ti.com/lit/ds/symlink/bq25155.pdf

Signed-off-by: Ricardo Rivera-Matos <r-rivera-matos@ti.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/Kconfig
drivers/power/supply/Makefile
drivers/power/supply/bq2515x_charger.c [new file with mode: 0644]