summaryrefslogtreecommitdiffstats
path: root/drivers/power/ipaq_micro_battery.c
Commit message (Collapse)AuthorAgeFilesLines
* ipaq_micro_battery: fix sparse non static symbol warningWei Yongjun2014-07-281-1/+1
| | | | | | | | | | Fixes the following sparse warnings: drivers/power/ipaq_micro_battery.c:278:24: warning: symbol 'micro_batt_device_driver' was not declared. Should it be static? Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Sebastian Reichel <sre@kernel.org>
* power: add driver for battery reading on iPaq h3xxxDmitry Artamonow2014-07-241-0/+290
This adds a driver for reading the battery status of the battery connected to the Atmel microcontroller on the iPAQ h3xxx series. Based on a driver from handhelds.org 2.6.21 kernel, written by Alessandro GARDICH. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Sebastian Reichel <sre@kernel.org>