mfd: twl-core: Add initial DT support for twl4030/twl6030
authorBenoit Cousson <b-cousson@ti.com>
Mon, 29 Aug 2011 14:20:23 +0000 (16:20 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 8 Jan 2012 23:37:40 +0000 (00:37 +0100)
commitaeb5032b3f8b9ab69daa545777433fa94b3494c4
tree70a5ec2e43e0ae6c4e7d5793bf79da61c1ac7bf9
parent5391b5c645a86d4657c2175acbf21c6461d34849
mfd: twl-core: Add initial DT support for twl4030/twl6030

Add initial device-tree support for twl familly chips.
The current version is missing the regulator entries due
to the lack of DT regulator bindings for the moment.
Only the simple sub-modules that do not depend on
platform_data information can be initialized properly.

Add irqdomain support.

Add documentation for the Texas Instruments TWL Integrated Chip.

Signed-off-by: Benoit Cousson <b-cousson@ti.com>
Cc: Balaji T K <balajitk@ti.com>
Cc: Graeme Gregory <gg@slimlogic.co.uk>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Acked-by: Rob Herring <rob.herring@calxeda.com>
[grant.likely@secretlab.ca: Fix IRQ_DOMAIN dependency in kconfig]
Cc: Grant Likely <grant.likely@secretlab.ca>
Documentation/devicetree/bindings/mfd/twl-familly.txt [new file with mode: 0644]
drivers/mfd/Kconfig
drivers/mfd/twl-core.c