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 /MAINTAINERS | |
parent | 95b8aff2a6e5616639db06dd37efb36fba188590 (diff) | |
download | talos-obmc-linux-081bab217db769526c1202c87099ff69737126ae.tar.gz talos-obmc-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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 274f85405584..33a12019652b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7393,10 +7393,10 @@ NOKIA N900 POWER SUPPLY DRIVERS M: Pali Rohár <pali.rohar@gmail.com> S: Maintained F: include/linux/power/bq2415x_charger.h -F: include/linux/power/bq27x00_battery.h +F: include/linux/power/bq27xxx_battery.h F: include/linux/power/isp1704_charger.h F: drivers/power/bq2415x_charger.c -F: drivers/power/bq27x00_battery.c +F: drivers/power/bq27xxx_battery.c F: drivers/power/isp1704_charger.c F: drivers/power/rx51_battery.c |