summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07mmc: pxamci: fix return value check of mmc_add_host()Yang Yingliang1-1/+6
2022-08-15mmc: pxamci: Fix another error handling path in pxamci_probe()Christophe JAILLET1-1/+1
2022-08-15mmc: pxamci: Fix an error handling path in pxamci_probe()Christophe JAILLET1-1/+1
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann1-1/+1
2020-11-24mmc: pxamci: Fix error return code in pxamci_probeZhihao Cheng1-0/+1
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2019-12-19mmc: pxamci: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-6/+8
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław1-2/+2
2019-12-18mmc: core: Rework wp-gpio handlingMichał Mirosław1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-14treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada1-1/+1
2019-03-18mmc: pxamci: fix enum type confusionArnd Bergmann1-1/+1
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij1-1/+1
2018-12-17mmc: pxa: Use GPIO descriptor for powerLinus Walleij1-21/+10
2018-12-17mmc: pxamci: Delete platform data handling of CD and WPLinus Walleij1-19/+0
2018-12-17mmc: pxamci: Support getting GPIO descs for RO and WPLinus Walleij1-14/+28
2018-07-16mmc: pxamci: provide a short-hand for &pdev->devDaniel Mack1-15/+16
2018-07-16mmc: pxamci: make GPIO lookups from pdata optionalDaniel Mack1-45/+47
2018-07-16mmc: pxamci: let mmc core handle regulatorsDaniel Mack1-32/+22
2018-07-16mmc: pxamci: remove pxa-mmc, gpio-power from devicetree bindingsDaniel Mack1-3/+0
2018-07-16mmc: pxamci: call mmc_of_parse()Daniel Mack1-11/+13
2018-07-16mmc: pxamci: fix indentingDaniel Mack1-10/+10
2018-07-16mmc: pxamci: remove dead code from pxamci_remove()Daniel Mack1-6/+1
2018-07-16mmc: pxamci: remove dma resources from private contextDaniel Mack1-4/+0
2018-07-16mmc: pxamci: remove irq from private contextDaniel Mack1-3/+1
2018-06-18mmc: pxamci: remove the dmaengine compat needRobert Jarzmik1-26/+3
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij1-5/+1
2017-06-20mmc: core: Delete bounce buffer Kconfig optionLinus Walleij1-1/+5
2016-07-18mmc: pxamci: fix potential oopsRobert Jarzmik1-7/+9
2016-02-29mmc: pxamci: remove the MMC_DATA_STREAM flagJaehoon Chung1-6/+0
2016-02-08mmc: pxamci: fix the device-tree probe deferral pathRobert Jarzmik1-26/+9
2016-02-02mmc: pxamci: fix again read-only gpio detection polarityRobert Jarzmik1-1/+1
2015-11-09mmc: pxamci: fix read-only gpio detection polarityRobert Jarzmik1-1/+1
2015-09-29mmc: pxamci: fix card detect with slot-gpio APIRobert Jarzmik1-44/+22
2015-08-17mmc: pxamci: switch over to dmaengine useDaniel Mack1-86/+114
2014-09-09mmc: pxamci: prepare and unprepare the clocksRobert Jarzmik1-2/+2
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2013-10-30mmc: pxamci: Remove redundant suspend and resume callbacksUlf Hansson1-32/+0
2013-07-31mmc: pxamci: Indicate that regulators may be absentMark Brown1-1/+1
2013-07-23ARM: pxa: propagate errors from regulator_enable() to pxamciArnd Bergmann1-1/+1
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2012-11-28mmc: remove use of __devinitBill Pemberton1-2/+2
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+52
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-04mmc: pxa-mci: add DT bindingsDaniel Mack1-0/+52
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-12/+1
2011-10-26mmc: replace printk with appropriate display macroGirish K S1-1/+1
2010-10-23mmc: Move regulator handling closer to coreLinus Walleij1-8/+33
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen1-1/+1
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1