summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: pxamci: fix enum type confusionArnd Bergmann2019-03-181-1/+1
* mmc: slot-gpio: Remove override_active_level on WPLinus Walleij2019-02-251-1/+1
* mmc: pxa: Use GPIO descriptor for powerLinus Walleij2018-12-171-21/+10Star
* mmc: pxamci: Delete platform data handling of CD and WPLinus Walleij2018-12-171-19/+0Star
* mmc: pxamci: Support getting GPIO descs for RO and WPLinus Walleij2018-12-171-14/+28
* mmc: pxamci: provide a short-hand for &pdev->devDaniel Mack2018-07-161-15/+16
* mmc: pxamci: make GPIO lookups from pdata optionalDaniel Mack2018-07-161-45/+47
* mmc: pxamci: let mmc core handle regulatorsDaniel Mack2018-07-161-32/+22Star
* mmc: pxamci: remove pxa-mmc, gpio-power from devicetree bindingsDaniel Mack2018-07-161-3/+0Star
* mmc: pxamci: call mmc_of_parse()Daniel Mack2018-07-161-11/+13
* mmc: pxamci: fix indentingDaniel Mack2018-07-161-10/+10
* mmc: pxamci: remove dead code from pxamci_remove()Daniel Mack2018-07-161-6/+1Star
* mmc: pxamci: remove dma resources from private contextDaniel Mack2018-07-161-4/+0Star
* mmc: pxamci: remove irq from private contextDaniel Mack2018-07-161-3/+1Star
* mmc: pxamci: remove the dmaengine compat needRobert Jarzmik2018-06-181-26/+3Star
* mmc: Delete bounce buffer handlingLinus Walleij2017-10-041-5/+1Star
* mmc: core: Delete bounce buffer Kconfig optionLinus Walleij2017-06-201-1/+5
* 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