summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.h
Commit message (Collapse)AuthorAgeFilesLines
* [ARM] pxa: mmc: add 1st host controller support for pxa3xxBridge Wu2008-01-261-1/+1
| | | | | | | | | | | This patchis to add the first mmc controller support for pxa3xx. It's valid for pxa3[0|1|2]0. On zylonite, the first controller supports two slots, this patch only support the first one right now. Signed-off-by: Bridge Wu <bridge.wu@marvell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] pxa: update PXA MMC interface driver to use clk supportRussell King2007-10-121-14/+0Star
| | | | Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* mmc: pxamci: add SDIO card interrupt reporting capabilityBridge Wu2007-09-251-0/+1
| | | | | | | | Again, only available from PXA27x. Signed-off-by: Bridge Wu <mingqiao.wu@gmail.com> Signed-off-by: Nicolas Pitre <nico@marvell.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* mmc: pxamci: set proper buswidth capabilities according to PXA flavorBridge Wu2007-09-251-0/+1
| | | | | | | | From PXA27x, it is possible to do 4-bit data transfers. Signed-off-by: Bridge Wu <mingqiao.wu@gmail.com> Signed-off-by: Nicolas Pitre <nico@marvell.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
* [ARM] pxa: remove MMC register defines from pxa-regs.hRussell King2007-07-121-22/+0Star
| | | | | | | pxamci.h redefines the MMC registers differently so they can be used with ioremap. Remove the incompatible definitions from pxa-regs.h. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* mmc: Move host and card drivers to subdirsPierre Ossman2007-05-011-0/+124
Clean up the drivers/mmc directory by moving card and host drivers into subdirectories. Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>