mfd: Add LM3533 lighting-power core driver
authorJohan Hovold <jhovold@gmail.com>
Thu, 3 May 2012 10:26:36 +0000 (12:26 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 9 May 2012 15:20:01 +0000 (17:20 +0200)
commit16c5c023aac86228e3e94c4bf6d19708ea861a05
tree2fb7e87ef18d2520e4e0e957e4512c9f92a3886d
parentae8406357eca7fde4ff047e858d285faee836804
mfd: Add LM3533 lighting-power core driver

Add support for National Semiconductor / TI LM3533 lighting power chips.

This is the core driver which provides register access over I2C and
registers the ambient-light-sensor, LED and backlight sub-drivers.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Documentation/ABI/testing/sysfs-bus-i2c-devices-lm3533 [new file with mode: 0644]
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/lm3533-core.c [new file with mode: 0644]
drivers/mfd/lm3533-ctrlbank.c [new file with mode: 0644]
include/linux/mfd/lm3533.h [new file with mode: 0644]