summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/pxamci.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: pxamci: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* mmc: Explicitly include correct DT includesRob Herring2023-08-091-1/+0
* mmc: pxamci: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-091-3/+2
* mmc: pxamci: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-1/+6
* mmc: pxamci: Fix another error handling path in pxamci_probe()Christophe JAILLET2022-08-151-1/+1
* mmc: pxamci: Fix an error handling path in pxamci_probe()Christophe JAILLET2022-08-151-1/+1
* ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-1/+1
* mmc: pxamci: Fix error return code in pxamci_probeZhihao Cheng2020-11-241-0/+1
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* mmc: pxamci: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-191-6/+8
* mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław2019-12-181-2/+2
* mmc: core: Rework wp-gpio handlingMichał Mirosław2019-12-181-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>Masahiro Yamada2019-05-141-1/+1
* 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/+10
* mmc: pxamci: Delete platform data handling of CD and WPLinus Walleij2018-12-171-19/+0
* 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/+22
* mmc: pxamci: remove pxa-mmc, gpio-power from devicetree bindingsDaniel Mack2018-07-161-3/+0
* 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/+1
* mmc: pxamci: remove dma resources from private contextDaniel Mack2018-07-161-4/+0
* mmc: pxamci: remove irq from private contextDaniel Mack2018-07-161-3/+1
* mmc: pxamci: remove the dmaengine compat needRobert Jarzmik2018-06-181-26/+3
* mmc: Delete bounce buffer handlingLinus Walleij2017-10-041-5/+1
* 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/+0
* mmc: pxamci: fix the device-tree probe deferral pathRobert Jarzmik2016-02-081-26/+9
* 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/+22
* 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/+0
* mmc: pxamci: Remove redundant suspend and resume callbacksUlf Hansson2013-10-301-32/+0
* 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/+0
* 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-111-12/+1
* mmc: replace printk with appropriate display macroGirish K S2011-10-261-1/+1