aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxs-mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-17mmc: spi: Pull out the SSP clock configuration functionMarek Vasut1-38/+1
2012-08-17mmc: spi: Pull out parts shared between MMC and SPIMarek Vasut1-48/+59
2012-08-17mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSPMarek Vasut1-9/+9
2012-08-17mmc: spi: Move SSP register definitions into separate fileMarek Vasut1-84/+3
2012-07-22mmc: mxs-mmc: Add wp-inverted propertyMarek Vasut1-2/+13
2012-07-22mmc: mxs-mmc: enable regulator for mmc slotShawn Guo1-0/+11
2012-06-06mmc: mxs-mmc: Move of_match_table out of CONFIG_PMMarek Vasut1-1/+1
2012-05-13mmc: mxs-mmc: add device tree supportShawn Guo1-5/+43