hwmon: Add ST-Ericsson ABX500 hwmon driver
authorHongbo Zhang <hongbo.zhang@linaro.org>
Wed, 3 Apr 2013 12:18:12 +0000 (20:18 +0800)
committerAnton Vorontsov <anton@enomsg.org>
Wed, 17 Apr 2013 01:27:52 +0000 (18:27 -0700)
commit0bbb06ed564d211d10eae12bdb423fce6178468f
tree5150a86a4ffe8cc225fb76f9a3b3cd04d730407c
parentea2be6f21071b4af3b765a0f228be2bef08515e9
hwmon: Add ST-Ericsson ABX500 hwmon driver

Each of ST-Ericsson X500 chip set series consists of both ABX500 and DBX500
chips. This is ABX500 hwmon driver, where the abx500.c is a common layer for
all ABX500s, and the ab8500.c is specific for AB8500 chip. Under this designed
structure, other chip specific files can be added simply using the same common
layer abx500.c.

Signed-off-by: Hongbo Zhang <hongbo.zhang@linaro.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
Documentation/hwmon/ab8500 [new file with mode: 0644]
Documentation/hwmon/abx500 [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/ab8500.c [new file with mode: 0644]
drivers/hwmon/abx500.c [new file with mode: 0644]
drivers/hwmon/abx500.h [new file with mode: 0644]