summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: pxamci: Remove redundant suspend and resume callbacksUlf Hansson2013-10-311-32/+0Star
* mmc: pxamci: Indicate that regulators may be absentMark Brown2013-07-311-1/+1
* ARM: pxa: propagate errors from regulator_enable() to pxamciArnd Bergmann2013-07-231-1/+1
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0Star
* mmc: remove use of __devinitBill Pemberton2012-11-281-2/+2
* Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-101-0/+52
|\
| * mmc: pxa-mci: add DT bindingsDaniel Mack2012-09-041-0/+52
* | ARM: pxa: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
|/
* mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin2012-01-121-12/+1Star
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-1/+1
* mmc: Move regulator handling closer to coreLinus Walleij2010-10-231-8/+33
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-1/+1
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-1/+1
* [ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecondEric Miao2010-05-111-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* Merge branch 'sa1100' into develRussell King2009-12-061-2/+2
|\
| * [ARM] pxamci: call mmc_remove_host() before freeing resourcesDaniel Mack2009-12-021-2/+2
* | pxamci: introduce mmc_has_26mhz() and include pxa935Haojian Zhuang2009-12-011-4/+6
|/
* [ARM] pxamci: fix printing gpio numbers in pxamci_probeAntonio Ospite2009-10-121-2/+2
* [ARM] pxa: update pxamci.c to use 'struct dev_pm_ops'Mike Rapoport2009-09-101-10/+13
* [ARM] pxamci: add simple gpio controlsRobert Jarzmik2009-09-101-1/+80
* pxamci: correct DMA flow controlMatt Reimer2009-07-031-2/+2
* pxamci: add regulator support.Daniel Ribeiro2009-06-131-5/+41
* [ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao2009-03-091-2/+1Star
* pxamci: enable DMA for write ops after CMD/RESPCliff Brake2009-02-021-1/+15
* pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())Cliff Brake2009-02-021-5/+4Star
* pxamci: fix dma_unmap_sg lengthVernon Sauder2008-12-311-1/+1
* [ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King2008-11-291-1/+1
* [ARM] pxa: avoid polluting the kernel's namespaceRussell King2008-11-281-1/+2
* [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
* [ARM] pxa: make cpu_is_pxa2* macros more consistentEric Miao2008-09-251-2/+2
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* pxamci: trivial fix of DMA alignment register bit clearingKarl Beldan2008-07-231-1/+1
* mmc: change .get_ro() callback semanticsAnton Vorontsov2008-07-151-3/+6
* pxamci: fix byte aligned DMA transfersPhilipp Zabel2008-07-061-0/+13
* mmc: fix platform driver hotplug/coldplugKay Sievers2008-04-161-0/+2
* [ARM] 4711/1: pxa: mmc: move DMA specific code to platform layerBridge Wu2008-01-261-7/+23
* [ARM] 4709/1: pxa: mmc: add 26MHz support for pxa3[0|1]0 mmc controllerBridge Wu2008-01-261-9/+22
* [ARM] Fix pxamci regressionRussell King2007-10-311-2/+9
* mmc: sg falloutJens Axboe2007-10-241-1/+0Star
* [ARM] pxa: update PXA MMC interface driver to use clk supportRussell King2007-10-121-7/+36
* pxamci: support arbitrary block sizeNicolas Pitre2007-10-101-3/+16
* mmc: pxamci: add SDIO card interrupt reporting capabilityBridge Wu2007-09-251-5/+23
* mmc: pxamci: set proper buswidth capabilities according to PXA flavorBridge Wu2007-09-251-1/+9
* mmc: pxamci: set proper block capabilities according to PXA flavorNicolas Pitre2007-09-251-2/+2
* mmc: pxamci: better pending IRQ determinationBridge Wu2007-09-251-1/+1
* mmc: remove custom error codesPierre Ossman2007-09-231-6/+6
* mmc: update header file pathsPierre Ossman2007-07-261-1/+1
* pxamci: fix PXA27x MMC workaround for bad CRC with 136 bit responseNicolas Pitre2007-05-141-12/+6Star