aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1
2010-05-11[ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecondEric Miao1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-06Merge branch 'sa1100' into develRussell King1-2/+2
2009-12-02[ARM] pxamci: call mmc_remove_host() before freeing resourcesDaniel Mack1-2/+2
2009-12-01pxamci: introduce mmc_has_26mhz() and include pxa935Haojian Zhuang1-4/+6
2009-10-12[ARM] pxamci: fix printing gpio numbers in pxamci_probeAntonio Ospite1-2/+2
2009-09-10[ARM] pxa: update pxamci.c to use 'struct dev_pm_ops'Mike Rapoport1-10/+13
2009-09-10[ARM] pxamci: add simple gpio controlsRobert Jarzmik1-1/+80
2009-07-03pxamci: correct DMA flow controlMatt Reimer1-2/+2
2009-06-13pxamci: add regulator support.Daniel Ribeiro1-5/+41
2009-03-09[ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao1-2/+1
2009-02-02pxamci: enable DMA for write ops after CMD/RESPCliff Brake1-1/+15
2009-02-02pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())Cliff Brake1-5/+4
2008-12-31pxamci: fix dma_unmap_sg lengthVernon Sauder1-1/+1
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King1-1/+1
2008-11-28[ARM] pxa: avoid polluting the kernel's namespaceRussell King1-1/+2
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King1-1/+1
2008-09-25[ARM] pxa: make cpu_is_pxa2* macros more consistentEric Miao1-2/+2
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-07-23pxamci: trivial fix of DMA alignment register bit clearingKarl Beldan1-1/+1
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov1-3/+6
2008-07-06pxamci: fix byte aligned DMA transfersPhilipp Zabel1-0/+13
2008-04-15mmc: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-01-26[ARM] 4711/1: pxa: mmc: move DMA specific code to platform layerBridge Wu1-7/+23
2008-01-26[ARM] 4709/1: pxa: mmc: add 26MHz support for pxa3[0|1]0 mmc controllerBridge Wu1-9/+22
2007-10-31[ARM] Fix pxamci regressionRussell King1-2/+9
2007-10-24mmc: sg falloutJens Axboe1-1/+0
2007-10-12[ARM] pxa: update PXA MMC interface driver to use clk supportRussell King1-7/+36
2007-10-10pxamci: support arbitrary block sizeNicolas Pitre1-3/+16
2007-09-25mmc: pxamci: add SDIO card interrupt reporting capabilityBridge Wu1-5/+23
2007-09-25mmc: pxamci: set proper buswidth capabilities according to PXA flavorBridge Wu1-1/+9
2007-09-25mmc: pxamci: set proper block capabilities according to PXA flavorNicolas Pitre1-2/+2
2007-09-25mmc: pxamci: better pending IRQ determinationBridge Wu1-1/+1
2007-09-23mmc: remove custom error codesPierre Ossman1-6/+6
2007-07-26mmc: update header file pathsPierre Ossman1-1/+1
2007-05-14pxamci: fix PXA27x MMC workaround for bad CRC with 136 bit responseNicolas Pitre1-12/+6
2007-05-06Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2007-05-01mmc: Move host and card drivers to subdirsPierre Ossman1-0/+616