]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
mfd: add base support for Dialog DA9030/DA9034 PMICs
authorEric Miao <eric.miao@marvell.com>
Wed, 15 Oct 2008 10:20:06 +0000 (12:20 +0200)
committerSamuel Ortiz <samuel@sortiz.org>
Sun, 19 Oct 2008 20:54:11 +0000 (22:54 +0200)
commit26b8f5e1e2d1229c186d8e61d26513c43a058c5e
tree0d1b2b7e92730f82476e1b5811ceda50f0513125
parenta603a7fa8717fb778bba91b5a879babf333dc6a3
mfd: add base support for Dialog DA9030/DA9034 PMICs

DA9030 (a.k.a ARAVA) and DA9034 (a.k.a MICCO) are PMICs designed by
Dialog Semiconductor, usually found on PXA-based platforms. These
PMICs are I2C-based, multi-function devices, usually with LEDs, PWMs
for backlight, BUCKs and LDOs, ADCs and touchscreen controller (on
DA9034).

This is the base support for the I2C operations, event registration
and handling, sub-devices management.

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Liam Girdwood <lrg@kernel.org>
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
drivers/mfd/da903x.c [new file with mode: 0644]
include/linux/mfd/da903x.h [new file with mode: 0644]