summaryrefslogtreecommitdiffstats
path: root/drivers/power/z2_battery.c
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] pxa/z2: fix missing include in battery driverMarek Vasut2010-06-131-9/+3Star
| | | | | | | Remove redundant includes and add slab.h to fix problem with building. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
* Driver for Zipit Z2 battery chipMarek Vasut2010-04-061-0/+328
This patch adds driver for Zipit Z2 battery chip called AER915. No details are known about the chip. The chip is available through I2C bus at address 0x55 and it's register 0x02 contains battery voltage. Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>