aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tc6387xb.c
Commit message (Collapse)AuthorAgeFilesLines
* mfd: update TMIO drivers to use the clock APIIan Molton2008-10-191-18/+29
| | | | | | | | 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>
* mfd: tc6387 MMC platform dataIan Molton2008-08-101-1/+10
| | | | | | We need to pass the cell as the platform data. Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
* mfd: Fix 7l66 and 6387 according to the new mfd-core APISamuel Ortiz2008-08-101-2/+2
| | | | Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
* mfd: driver for the TC6387XB TMIO controller.Ian Molton2008-08-101-0/+172
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>