diff options
author | Andrew F. Davis <afd@ti.com> | 2015-09-22 14:35:06 -0500 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2015-09-23 16:16:22 +0200 |
commit | 081bab217db769526c1202c87099ff69737126ae (patch) | |
tree | 99509361f6a0c657a5ab7ba780d657f5b5fb920c /arch/arm | |
parent | 95b8aff2a6e5616639db06dd37efb36fba188590 (diff) | |
download | linux-081bab217db769526c1202c87099ff69737126ae.tar.gz linux-081bab217db769526c1202c87099ff69737126ae.tar.bz2 linux-081bab217db769526c1202c87099ff69737126ae.zip |
power: bq27x00_battery: Renaming for consistency
Rename functions that are used by multiple devices. New devices
have been added and the function names and driver name are no longer
general enough for the functionality they provide.
Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Acked-by: GUAN Xuetao <gxt@mprc.pku.edu.cn>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 50c84e1876fc..6a9ec3e62625 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -245,7 +245,7 @@ CONFIG_GPIO_TWL4030=y CONFIG_GPIO_PALMAS=y CONFIG_W1=m CONFIG_HDQ_MASTER_OMAP=m -CONFIG_BATTERY_BQ27x00=m +CONFIG_BATTERY_BQ27XXX=m CONFIG_CHARGER_ISP1704=m CONFIG_CHARGER_TWL4030=m CONFIG_CHARGER_BQ2415X=m |