Driver for Zipit Z2 battery chip
authorMarek Vasut <marek.vasut@gmail.com>
Sun, 28 Feb 2010 11:47:49 +0000 (12:47 +0100)
committerAnton Vorontsov <cbouatmailru@gmail.com>
Tue, 6 Apr 2010 16:35:58 +0000 (20:35 +0400)
commite3e8d1c93f9e6b766424b05f23f2416f22a0329d
tree6ec71b13165e353d56be9272551706c878d47028
parenta009d29ea104c1bd8805a20018469897c2c2263c
Driver for Zipit Z2 battery chip

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>
drivers/power/Kconfig
drivers/power/Makefile
drivers/power/z2_battery.c [new file with mode: 0644]
include/linux/z2_battery.h [new file with mode: 0644]