aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxs-mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-19mmc: mxs-mmc: disable regulator on error and in the remove functionChristophe JAILLET1-0/+10
2021-02-01mmc: mxs-mmc: Fix a resource leak in an error handling path in 'mxs_mmc_probe()'Christophe JAILLET1-1/+1
2020-11-24mmc: mxs: Remove the unused .id_tableFabio Estevam1-17/+1
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson1-2/+1
2019-12-19mmc: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+3
2019-10-21mmc: mxs: fix flags passed to dmaengine_prep_slave_sgSascha Hauer1-3/+4
2019-09-11mmc: mxs: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2019-04-15mmc: mxs-mmc: Enable MMC_CAP_ERASEStefan Wahren1-1/+2
2019-02-25mmc: mxs-mmc: Drop unused includesLinus Walleij1-2/+0
2017-02-13mmc: mxs-mmc: Implement CMD23 supportStefan Wahren1-4/+12
2017-01-12mmc: mxs-mmc: Fix additional cycles after transmission stopStefan Wahren1-2/+4
2016-11-07mmc: mxs: Initialize the spinlock prior to using itFabio Estevam1-2/+2
2015-06-01mmc: mxs: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-01-19mmc: mxs-mmc: remove unneeded NULL checkDan Carpenter1-2/+1
2014-11-26mmc: mxs-mmc: Check for clk_prepare_enable() errorFabio Estevam1-3/+4
2014-11-26mmc: mxs-mmc: Propagate the real errorFabio Estevam1-1/+1
2014-11-26mmc: mxs-mmc: No need to do NULL check on 'iores'Fabio Estevam1-2/+2
2014-11-26mmc: mxs-mmc: Simplify PM hooksFabio Estevam1-8/+3
2014-11-26mmc: mxs-mmc: Register the irq with the device nameFabio Estevam1-1/+1
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-07-09mmc: mxs: fix card detection in case of 'broken-cd' flag setRoman Peniaev1-1/+2
2014-05-12mmc: mxs: fix card detection function for broken card detectDaniel Willmann1-0/+7
2014-01-13mmc: mxs: use mmc_of_parse to parse devicetree propertiesSascha Hauer1-26/+11
2014-01-13mmc: mxs: use mmc_gpio_get_ro for detecting read-only statusSascha Hauer1-23/+11
2014-01-13mmc: mxs: use standard flag for cd invertedSascha Hauer1-4/+10
2014-01-13mmc: mxs: use standard flag for broken card detectionSascha Hauer1-4/+3
2014-01-13mmc: mxs: use standard flag for non-removable statusSascha Hauer1-4/+2
2013-10-30mmc: mxs-mmc: Move away from using deprecated APIsUlf Hansson1-10/+2
2013-08-24mmc: mxs-mmc: Check the return value from stmp_reset_block()Fabio Estevam1-3/+11
2013-08-24mmc: mxs-mmc: Use devm_clk_get()Fabio Estevam1-5/+3
2013-06-27mmc: mxs-mmc: Let device core handle pinctrlFabio Estevam1-8/+0
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-26mmc: mxs-mmc: fix error return code in mxs_mmc_probe()Wei Yongjun1-0/+1
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-43/+5
2013-04-12mmc: mxs-mmc: add broken-cd propertyHector Palacios1-1/+3
2013-04-12mmc: mxs-mmc: add non-removable propertyMarc Kleine-Budde1-3/+7
2013-04-12mmc: mxs-mmc: add cd-inverted propertyMarc Kleine-Budde1-1/+4
2013-04-04mmc: mxs-mmc: move to use generic DMA helperShawn Guo1-43/+5
2013-02-26Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-1/+2
2013-02-24mmc: mxs-mmc: Fix warning due to incorrect typeFabio Estevam1-1/+1
2013-02-24mmc: mxs-mmc: Add MODULE_ALIAS()Fabio Estevam1-0/+1
2013-01-25mmc: Convert to devm_ioremap_resource()Thierry Reding1-3/+3
2012-12-06mmc: mxs-mmc: Remove platform dataFabio Estevam1-21/+10
2012-10-11mmc: mxs-mmc: Fix merge issue causing build errorMarek Vasut1-1/+1
2012-09-25Merge tag 'v3.6-rc6' into spi-mxsMark Brown1-8/+8
2012-09-04mmc: mxs-mmc: fix deadlock caused by recursion loopLauri Hintsala1-5/+5
2012-09-04mmc: mxs-mmc: fix deadlock in SDIO IRQ caseLauri Hintsala1-2/+2
2012-08-17mmc: spi: Pull out common DMA parts from MXS MMCMarek Vasut1-46/+42