aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.c
AgeCommit message (Expand)Author
2022-08-25mmc: pxamci: Fix an error handling path in pxamci_probe()Christophe JAILLET
2022-08-25mmc: pxamci: Fix another error handling path in pxamci_probe()Christophe JAILLET
2019-03-27mmc: pxamci: fix enum type confusionArnd Bergmann
2018-07-16mmc: pxamci: provide a short-hand for &pdev->devDaniel Mack
2018-07-16mmc: pxamci: make GPIO lookups from pdata optionalDaniel Mack
2018-07-16mmc: pxamci: let mmc core handle regulatorsDaniel Mack
2018-07-16mmc: pxamci: remove pxa-mmc, gpio-power from devicetree bindingsDaniel Mack
2018-07-16mmc: pxamci: call mmc_of_parse()Daniel Mack
2018-07-16mmc: pxamci: fix indentingDaniel Mack
2018-07-16mmc: pxamci: remove dead code from pxamci_remove()Daniel Mack
2018-07-16mmc: pxamci: remove dma resources from private contextDaniel Mack
2018-07-16mmc: pxamci: remove irq from private contextDaniel Mack
2018-06-18mmc: pxamci: remove the dmaengine compat needRobert Jarzmik
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij
2017-06-20mmc: core: Delete bounce buffer Kconfig optionLinus Walleij
2016-07-18mmc: pxamci: fix potential oopsRobert Jarzmik
2016-02-29mmc: pxamci: remove the MMC_DATA_STREAM flagJaehoon Chung
2016-02-08mmc: pxamci: fix the device-tree probe deferral pathRobert Jarzmik
2016-02-02mmc: pxamci: fix again read-only gpio detection polarityRobert Jarzmik
2015-11-09mmc: pxamci: fix read-only gpio detection polarityRobert Jarzmik
2015-09-29mmc: pxamci: fix card detect with slot-gpio APIRobert Jarzmik
2015-08-17mmc: pxamci: switch over to dmaengine useDaniel Mack
2014-09-09mmc: pxamci: prepare and unprepare the clocksRobert Jarzmik
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin
2013-10-30mmc: pxamci: Remove redundant suspend and resume callbacksUlf Hansson
2013-07-31mmc: pxamci: Indicate that regulators may be absentMark Brown
2013-07-23ARM: pxa: propagate errors from regulator_enable() to pxamciArnd Bergmann
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han
2012-11-28mmc: remove use of __devinitBill Pemberton
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann
2012-09-04mmc: pxa-mci: add DT bindingsDaniel Mack
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2010-10-23mmc: Move regulator handling closer to coreLinus Walleij
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming
2010-05-11[ARM] pxa: make it clear by converting MMC 'delay_detect' to millisecondEric Miao
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-12-06Merge branch 'sa1100' into develRussell King
2009-12-02[ARM] pxamci: call mmc_remove_host() before freeing resourcesDaniel Mack
2009-12-01pxamci: introduce mmc_has_26mhz() and include pxa935Haojian Zhuang
2009-10-12[ARM] pxamci: fix printing gpio numbers in pxamci_probeAntonio Ospite
2009-09-10[ARM] pxa: update pxamci.c to use 'struct dev_pm_ops'Mike Rapoport
2009-09-10[ARM] pxamci: add simple gpio controlsRobert Jarzmik
2009-07-03pxamci: correct DMA flow controlMatt Reimer
2009-06-13pxamci: add regulator support.Daniel Ribeiro
2009-03-09[ARM] pxa: move DMA registers definitions into <mach/dma.h>Eric Miao
2009-02-02pxamci: enable DMA for write ops after CMD/RESPCliff Brake