ab8500_bm: Rename battery management platform data to something more logical
authorLee Jones <lee.jones@linaro.org>
Fri, 30 Nov 2012 10:09:42 +0000 (10:09 +0000)
committerLee Jones <lee.jones@linaro.org>
Tue, 11 Dec 2012 08:43:53 +0000 (08:43 +0000)
commitb0284de05e07d56ff7de154d0c9263788755f5eb
tree31821d80be26bdbc701f86192da26489d30c3d9a
parent8e3a71e56c8c48862015ecf1ae0b9362dc28a453
ab8500_bm: Rename battery management platform data to something more logical

The platform specific battery management configuration data structure
is currently called 'bat' short for 'battery'; however, it contains
information for all components of the battery management group, rather
than information pertaining to the battery itself - there are other
structures for that. So, in keeping with its structure namesake
'abx500_bm_data', we rename it to 'bm' here. Using similar logic,
we're also renaming 'bmdevs_of_probe' to the more device specific
'ab8500_bm_of_probe'.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/power/ab8500_bmdata.c
drivers/power/ab8500_btemp.c
drivers/power/ab8500_charger.c
drivers/power/ab8500_fg.c
drivers/power/abx500_chargalg.c
include/linux/mfd/abx500.h
This page took 0.029465 seconds and 5 git commands to generate.