summaryrefslogtreecommitdiffstats
path: root/drivers/power/sbs-battery.c
Commit message (Collapse)AuthorAgeFilesLines
* sbs-battery: Fix devicetree match tableOlof Johansson2012-01-061-1/+1
| | | | | | | | It should be an of module table, not i2c. Signed-off-by: Olof Johansson <olof@lixom.net> Acked-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
* sbs-battery: Change power supply nameRhyland Klein2012-01-061-3/+16
| | | | | | | | | The power supply name used to be fixed as "battery". This change allows for multiple batteries by generating the name rather than using a fixed value. Signed-off-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
* sbs-battery: Rename internals to new nameRhyland Klein2012-01-061-219/+204Star
| | | | | | | | Now that this driver is named more generally, this change updates the internal variables, defines and functions to use this new name. Signed-off-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
* bq20z75: Rename to sbs-batteryRhyland Klein2012-01-061-0/+871
This driver for the bq20z75 implemented the register spec defined by the SBS standard. As this is not unique to this the TI part this was originally written for, we can generalize this driver to show its support for any SBS compliant battery. Signed-off-by: Rhyland Klein <rklein@nvidia.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>