diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2015-04-16 11:31:16 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-05-23 18:54:34 +0200 |
commit | 2219a935963e5eeb19e5abfb99475fcc06bbb804 (patch) | |
tree | d9a38544046f1e143d892fa12ba035743ec6d7af /drivers/power/Makefile | |
parent | power_supply: Fix possible NULL pointer dereference on early uevent (diff) | |
download | linux-2219a935963e5eeb19e5abfb99475fcc06bbb804.tar.xz linux-2219a935963e5eeb19e5abfb99475fcc06bbb804.zip |
power_supply: Add TI BQ24257 charger driver
Based on the datasheet found here:
http://www.ti.com/lit/ds/symlink/bq24257.pdf
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'drivers/power/Makefile')
-rw-r--r-- | drivers/power/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Makefile b/drivers/power/Makefile index b7b0181c95e5..19a1f4186d4d 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile @@ -58,6 +58,7 @@ obj-$(CONFIG_CHARGER_MAX8997) += max8997_charger.o obj-$(CONFIG_CHARGER_MAX8998) += max8998_charger.o obj-$(CONFIG_CHARGER_BQ2415X) += bq2415x_charger.o obj-$(CONFIG_CHARGER_BQ24190) += bq24190_charger.o +obj-$(CONFIG_CHARGER_BQ24257) += bq24257_charger.o obj-$(CONFIG_CHARGER_BQ24735) += bq24735-charger.o obj-$(CONFIG_POWER_AVS) += avs/ obj-$(CONFIG_CHARGER_SMB347) += smb347-charger.o |