summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: pxamci: fix potential oopsRobert Jarzmik2016-07-181-7/+9
* mmc: pxamci: remove the MMC_DATA_STREAM flagJaehoon Chung2016-02-291-6/+0Star
* mmc: pxamci: fix the device-tree probe deferral pathRobert Jarzmik2016-02-081-26/+9Star
* mmc: pxamci: fix again read-only gpio detection polarityRobert Jarzmik2016-02-021-1/+1
* mmc: pxamci: fix read-only gpio detection polarityRobert Jarzmik2015-11-091-1/+1
* mmc: pxamci: fix card detect with slot-gpio APIRobert Jarzmik2015-09-291-44/+22Star
* mmc: pxamci: switch over to dmaengine useDaniel Mack2015-08-171-86/+114
* mmc: pxamci: prepare and unprepare the clocksRobert Jarzmik2014-09-091-2/+2
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0Star
* 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