summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxs-mmc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner2019-05-211-14/+1Star
* mmc: mxs-mmc: Enable MMC_CAP_ERASEStefan Wahren2019-04-151-1/+2
* mmc: mxs-mmc: Drop unused includesLinus Walleij2019-02-251-2/+0Star
* mmc: mxs-mmc: Implement CMD23 supportStefan Wahren2017-02-131-4/+12
* mmc: mxs-mmc: Fix additional cycles after transmission stopStefan Wahren2017-01-121-2/+4
* mmc: mxs: Initialize the spinlock prior to using itFabio Estevam2016-11-071-2/+2
* mmc: mxs: Constify platform_device_idKrzysztof Kozlowski2015-06-011-1/+1
* mmc: mxs-mmc: remove unneeded NULL checkDan Carpenter2015-01-191-2/+1Star
* mmc: mxs-mmc: Check for clk_prepare_enable() errorFabio Estevam2014-11-261-3/+4
* mmc: mxs-mmc: Propagate the real errorFabio Estevam2014-11-261-1/+1
* mmc: mxs-mmc: No need to do NULL check on 'iores'Fabio Estevam2014-11-261-2/+2
* mmc: mxs-mmc: Simplify PM hooksFabio Estevam2014-11-261-8/+3Star
* mmc: mxs-mmc: Register the irq with the device nameFabio Estevam2014-11-261-1/+1
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0Star
* mmc: mxs: fix card detection in case of 'broken-cd' flag setRoman Peniaev2014-07-091-1/+2
* mmc: mxs: fix card detection function for broken card detectDaniel Willmann2014-05-131-0/+7
* mmc: mxs: use mmc_of_parse to parse devicetree propertiesSascha Hauer2014-01-131-26/+11Star
* mmc: mxs: use mmc_gpio_get_ro for detecting read-only statusSascha Hauer2014-01-131-23/+11Star
* mmc: mxs: use standard flag for cd invertedSascha Hauer2014-01-131-4/+10
* mmc: mxs: use standard flag for broken card detectionSascha Hauer2014-01-131-4/+3Star
* mmc: mxs: use standard flag for non-removable statusSascha Hauer2014-01-131-4/+2Star
* mmc: mxs-mmc: Move away from using deprecated APIsUlf Hansson2013-10-311-10/+2Star
* mmc: mxs-mmc: Check the return value from stmp_reset_block()Fabio Estevam2013-08-251-3/+11
* mmc: mxs-mmc: Use devm_clk_get()Fabio Estevam2013-08-251-5/+3Star
* mmc: mxs-mmc: Let device core handle pinctrlFabio Estevam2013-06-271-8/+0Star
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0Star
* mmc: mxs-mmc: fix error return code in mxs_mmc_probe()Wei Yongjun2013-05-261-0/+1
* Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2013-05-071-43/+5Star
|\
| * mmc: mxs-mmc: move to use generic DMA helperShawn Guo2013-04-041-43/+5Star
* | mmc: mxs-mmc: add broken-cd propertyHector Palacios2013-04-121-1/+3
* | mmc: mxs-mmc: add non-removable propertyMarc Kleine-Budde2013-04-121-3/+7
* | mmc: mxs-mmc: add cd-inverted propertyMarc Kleine-Budde2013-04-121-1/+4
|/
* Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-261-1/+2
|\
| * mmc: mxs-mmc: Fix warning due to incorrect typeFabio Estevam2013-02-241-1/+1
| * mmc: mxs-mmc: Add MODULE_ALIAS()Fabio Estevam2013-02-241-0/+1
* | mmc: Convert to devm_ioremap_resource()Thierry Reding2013-01-251-3/+3
|/
* mmc: mxs-mmc: Remove platform dataFabio Estevam2012-12-061-21/+10Star
* mmc: mxs-mmc: Fix merge issue causing build errorMarek Vasut2012-10-111-1/+1
* Merge tag 'v3.6-rc6' into spi-mxsMark Brown2012-09-251-8/+8
|\
| * mmc: mxs-mmc: fix deadlock caused by recursion loopLauri Hintsala2012-09-041-5/+5
| * mmc: mxs-mmc: fix deadlock in SDIO IRQ caseLauri Hintsala2012-09-041-2/+2
* | mmc: spi: Pull out common DMA parts from MXS MMCMarek Vasut2012-08-171-46/+42Star
* | mmc: spi: Pull out the SSP clock configuration functionMarek Vasut2012-08-171-38/+1Star
* | mmc: spi: Pull out parts shared between MMC and SPIMarek Vasut2012-08-171-48/+59
* | mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSPMarek Vasut2012-08-171-9/+9
* | mmc: spi: Move SSP register definitions into separate fileMarek Vasut2012-08-171-84/+3Star
|/
* mmc: mxs-mmc: Add wp-inverted propertyMarek Vasut2012-07-221-2/+13
* mmc: mxs-mmc: enable regulator for mmc slotShawn Guo2012-07-221-0/+11
* mmc: mxs-mmc: Move of_match_table out of CONFIG_PMMarek Vasut2012-06-061-1/+1
* mmc: mxs-mmc: add device tree supportShawn Guo2012-05-131-5/+43