mfd: twl-core: Add initial DT support for twl4030/twl6030
authorBenoit Cousson <[email protected]>
Mon, 29 Aug 2011 14:20:23 +0000 (16:20 +0200)
committerSamuel Ortiz <[email protected]>
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 <[email protected]>
Cc: Balaji T K <[email protected]>
Cc: Graeme Gregory <[email protected]>
Signed-off-by: Samuel Ortiz <[email protected]>
Acked-by: Rob Herring <[email protected]>
[[email protected]: Fix IRQ_DOMAIN dependency in kconfig]
Cc: Grant Likely <[email protected]>
Documentation/devicetree/bindings/mfd/twl-familly.txt [new file with mode: 0644]
drivers/mfd/Kconfig
drivers/mfd/twl-core.c