aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/tc6387xb.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-10-19mfd: update TMIO drivers to use the clock APIIan Molton1-3/+0
This patch updates the remaining two TMIO drivers to use the clock API rather than callback hooks into platform code. Signed-off-by: Ian Molton <spyro@f2s.com> Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
2008-08-10mfd: driver for the TC6387XB TMIO controller.Ian Molton1-0/+23
This patch adds support for the TC6387XB. Unlike other TMIO devices this one has only one subdevice and no interrupt mux, however using the MFD framework allows it to share the TMIO MMC driver. Signed-off-by: Ian Molton <spyro@f2s.com> Signed-off-by: Samuel Ortiz <sameo@openedhand.com>