summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mxs-mmc.c
AgeCommit message (Expand)Author
2023-08-15mmc: mxs-mmc: Convert to platform remove callback returning voidYangtao Li
2023-08-09mmc: Explicitly include correct DT includesRob Herring
2021-10-19mmc: mxs-mmc: disable regulator on error and in the remove functionChristophe JAILLET
2021-02-01mmc: mxs-mmc: Fix a resource leak in an error handling path in 'mxs_mmc_probe()'Christophe JAILLET
2020-11-24mmc: mxs: Remove the unused .id_tableFabio Estevam
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson
2019-12-19mmc: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2019-10-21mmc: mxs: fix flags passed to dmaengine_prep_slave_sgSascha Hauer
2019-09-11mmc: mxs: use devm_platform_ioremap_resource() to simplify codeAnson Huang
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2019-04-15mmc: mxs-mmc: Enable MMC_CAP_ERASEStefan Wahren
2019-02-25mmc: mxs-mmc: Drop unused includesLinus Walleij
2017-02-13mmc: mxs-mmc: Implement CMD23 supportStefan Wahren
2017-01-12mmc: mxs-mmc: Fix additional cycles after transmission stopStefan Wahren
2016-11-07mmc: mxs: Initialize the spinlock prior to using itFabio Estevam
2015-06-01mmc: mxs: Constify platform_device_idKrzysztof Kozlowski
2015-01-19mmc: mxs-mmc: remove unneeded NULL checkDan Carpenter
2014-11-26mmc: mxs-mmc: Check for clk_prepare_enable() errorFabio Estevam
2014-11-26mmc: mxs-mmc: Propagate the real errorFabio Estevam
2014-11-26mmc: mxs-mmc: No need to do NULL check on 'iores'Fabio Estevam
2014-11-26mmc: mxs-mmc: Simplify PM hooksFabio Estevam
2014-11-26mmc: mxs-mmc: Register the irq with the device nameFabio Estevam
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin
2014-07-09mmc: mxs: fix card detection in case of 'broken-cd' flag setRoman Peniaev
2014-05-12mmc: mxs: fix card detection function for broken card detectDaniel Willmann
2014-01-13mmc: mxs: use mmc_of_parse to parse devicetree propertiesSascha Hauer
2014-01-13mmc: mxs: use mmc_gpio_get_ro for detecting read-only statusSascha Hauer
2014-01-13mmc: mxs: use standard flag for cd invertedSascha Hauer
2014-01-13mmc: mxs: use standard flag for broken card detectionSascha Hauer
2014-01-13mmc: mxs: use standard flag for non-removable statusSascha Hauer
2013-10-30mmc: mxs-mmc: Move away from using deprecated APIsUlf Hansson
2013-08-24mmc: mxs-mmc: Check the return value from stmp_reset_block()Fabio Estevam
2013-08-24mmc: mxs-mmc: Use devm_clk_get()Fabio Estevam
2013-06-27mmc: mxs-mmc: Let device core handle pinctrlFabio Estevam
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han
2013-05-26mmc: mxs-mmc: fix error return code in mxs_mmc_probe()Wei Yongjun
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2013-04-12mmc: mxs-mmc: add broken-cd propertyHector Palacios
2013-04-12mmc: mxs-mmc: add non-removable propertyMarc Kleine-Budde
2013-04-12mmc: mxs-mmc: add cd-inverted propertyMarc Kleine-Budde
2013-04-04mmc: mxs-mmc: move to use generic DMA helperShawn Guo
2013-02-26Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-24mmc: mxs-mmc: Fix warning due to incorrect typeFabio Estevam
2013-02-24mmc: mxs-mmc: Add MODULE_ALIAS()Fabio Estevam
2013-01-25mmc: Convert to devm_ioremap_resource()Thierry Reding
2012-12-06mmc: mxs-mmc: Remove platform dataFabio Estevam
2012-10-11mmc: mxs-mmc: Fix merge issue causing build errorMarek Vasut
2012-09-25Merge tag 'v3.6-rc6' into spi-mxsMark Brown
2012-09-04mmc: mxs-mmc: fix deadlock caused by recursion loopLauri Hintsala