summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxs-mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* 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-121-0/+7
* mmc: mxs: use mmc_of_parse to parse devicetree propertiesSascha Hauer2014-01-131-26/+11
* mmc: mxs: use mmc_gpio_get_ro for detecting read-only statusSascha Hauer2014-01-131-23/+11
* 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/+3
* mmc: mxs: use standard flag for non-removable statusSascha Hauer2014-01-131-4/+2
* mmc: mxs-mmc: Move away from using deprecated APIsUlf Hansson2013-10-301-10/+2
* mmc: mxs-mmc: Check the return value from stmp_reset_block()Fabio Estevam2013-08-241-3/+11
* mmc: mxs-mmc: Use devm_clk_get()Fabio Estevam2013-08-241-5/+3
* mmc: mxs-mmc: Let device core handle pinctrlFabio Estevam2013-06-271-8/+0
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0
* 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/+5
|\
| * mmc: mxs-mmc: move to use generic DMA helperShawn Guo2013-04-041-43/+5
* | 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/+10
* 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/+42
* | mmc: spi: Pull out the SSP clock configuration functionMarek Vasut2012-08-171-38/+1
* | 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/+3
|/
* 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
* mmc: mxs-mmc: copy wp_gpio in struct mxs_mmc_hostShawn Guo2012-05-131-7/+4
* mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_hostShawn Guo2012-05-131-3/+3
* mmc: mxs-mmc: use devm_* helper to make cleanup simplerShawn Guo2012-05-131-31/+9
* mmc: mxs-mmc: move header from mach into linux folderShawn Guo2012-05-131-2/+1
* mmc: mxs-mmc: get rid of the use of cpu_is_xxxShawn Guo2012-05-131-10/+22
* mmc: mxs-mmc: let ssp_is_old take host as parameterShawn Guo2012-05-131-28/+29
* mmc: mxs-mmc: use global stmp_device functionalityShawn Guo2012-05-131-7/+7
* mmc: mxs-mmc: adopt pinctrl supportShawn Guo2012-05-121-0/+8
* dma: mxs-dma: enable channel in device_issue_pending callShawn Guo2012-04-201-0/+3
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-301-6/+6
|\
| * mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg()Huang Shijie2012-03-271-5/+5
| * mxs-dma : move the mxs dma.h to a more common placeHuang Shijie2012-03-271-1/+1
* | dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-1/+1
|/