power_supply: get_by_name and set_charged functionality
authorDaniel Mack <daniel@caiaq.de>
Thu, 23 Jul 2009 18:35:53 +0000 (20:35 +0200)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Thu, 30 Jul 2009 13:49:15 +0000 (17:49 +0400)
commite5f5ccb646bc6009572b5c23201b5e81638ff150
treee0f132871a46d76b98cdaa505f80a2f0e500ff6b
parentff3417e7effe57cc002a8882a48bcb8e1a7e7267
power_supply: get_by_name and set_charged functionality

This adds a function that indicates that a battery is fully charged.
It also includes functions to get a power_supply device from the class
of registered devices by name reference. These can be used to find a
specific battery to call power_supply_set_battery_charged() on.

Some battery drivers might need this information to calibrate
themselves.

Signed-off-by: Daniel Mack <daniel@caiaq.de>
Cc: Ian Molton <spyro@f2s.com>
Cc: Anton Vorontsov <cbou@mail.ru>
Cc: Matt Reimer <mreimer@vpop.net>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
drivers/power/power_supply_core.c
include/linux/power_supply.h