summaryrefslogtreecommitdiff
path: root/include/linux/mfd/tc35892.h
AgeCommit message (Collapse)AuthorFilesLines
2010-12-19mfd/tc35892: rename tc35892 header to tc3589xSundar Iyer1-136/+0
Rename the header file to include further variants within the same mfd core driver Acked-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Sundar Iyer <sundar.iyer@stericsson.com> Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
2010-09-19ARM: 6373/1: tc35892-gpio: add setup/remove callbacksRabin Vincent1-0/+4
For board-specific initialization. Cc: Samuel Ortiz <sameo@linux.intel.com> Cc: linux-kernel@vger.kernel.org Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-05-28mfd: Add Toshiba's TC35892 MFD coreRabin Vincent1-0/+132
The TC35892 I/O Expander provides 24 GPIOs, a keypad controller, timers, and a rotator wheel interface. This patch adds the MFD core. Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>