summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxcmmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: host: use the defined function to check whether card is removableJaehoon Chung2016-07-251-1/+1
* mmc: mxcmmc: remove the MMC_DATA_STREAM flagJaehoon Chung2016-02-291-3/+0Star
* mmc: host: mxcmmc: Simplify a trivial if-return sequenceFabio Estevam2015-06-011-5/+1Star
* powerpc: Remove arch specific byteswappers from the MXC MMC driverDavid Gibson2015-03-241-1/+1
* mmc: mxcmmc: fix the default value for available voltages into mxcmci_probeMatteo Facchinetti2014-11-101-5/+7
* mmc: mxcmmc: fix race condition when dma finish a data transferMatteo Facchinetti2014-11-101-10/+3Star
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0Star
* mmc: mxcmmc: Use mmc_regulator_get_supply() APIAlexander Shiyan2014-05-131-27/+17Star
* mmc: mxcmmc: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan2014-05-131-10/+3Star
* mmc: mxcmmc: Convert to devm-* APIAlexander Shiyan2014-05-131-63/+38Star
* mmc: mxcmmc: Move away from using deprecated APIsUlf Hansson2013-10-311-10/+2Star
* mmc: mxcmmc: handle mmc_of_parse() errors during probeSimon Baatz2013-06-271-1/+3
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0Star
* mmc: mxcmmc: enable DMA support on mpc512xAnatolij Gustschin2013-04-121-2/+33
* mmc: mxcmmc: constify mxcmci_devtypeAnatolij Gustschin2013-04-121-1/+1
* mmc: mxcmmc: use slot-gpio API for write-protect detectionAnatolij Gustschin2013-04-121-3/+5
* mmc: mxcmmc: add mpc512x SDHC supportAnatolij Gustschin2013-04-121-44/+89
* mmc: mxcmmc: fix race conditions for host->req and host->data accessAnatolij Gustschin2013-04-121-7/+24
* mmc: mxcmmc: DT supportMarkus Pargmann2013-04-121-18/+61
* mmc: mxcmmc: Fix bug when card is present during bootAlexander Shiyan2013-04-121-2/+2
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-2/+29
|\
| * Merge branch 'cleanups/dma' into next/cleanupArnd Bergmann2012-11-131-1/+1
| |\
| * | mmc: mxcmmc: remove cpu_is_xxx by using platform_device_idShawn Guo2012-10-151-2/+29
* | | mmc: mxcmmc: fix SD cards not being detected sometimes.Javier Martin2012-12-061-1/+1
| |/ |/|
* | mmc: mxcmmc: Fix MODULE_ALIASFabio Estevam2012-11-071-1/+1
|/
* Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-101-6/+70
|\
| * mmc: mxcmmc: fix bug that may block a data transfer foreverJavier Martin2012-10-031-6/+70
* | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-141-2/+2
|/
* mmc mxcmmc: do not depend on grouped clocksSascha Hauer2012-04-251-14/+25
* dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine2012-03-211-1/+1
* dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-221-0/+2
* mmc: mxcmmc: add missing dma_async_issue_pendingSascha Hauer2012-01-301-0/+1
* Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-01-181-3/+7
|\
| * Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul2011-11-171-3/+7
| |\
| | * mmc-host: move to dma_transfer_directionVinod Koul2011-10-311-3/+7
* | | mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin2012-01-121-12/+1Star
* | | mmc: mxcmmc: fix falling back to PIOSascha Hauer2011-12-101-0/+1
|/ /
* | Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-021-0/+1
|\ \
| * | mmc: mxcmmc: explicitly includes mach/hardware.hShawn Guo2011-10-171-0/+1
| |/
* / mmc: replace printk with appropriate display macroGirish K S2011-10-261-1/+1
|/
* ARM i.MX dma: Fix burstsize settingsSascha Hauer2011-07-071-4/+4
* mmc: mxcmmc: use dmaengine APISascha Hauer2011-03-151-77/+104
* mmc: mxcmmc: remove a unnecessary release_resource() callAxel Lin2011-01-091-1/+0Star
* mmc: mxcmmc: update the regulator support code to the latest APIAlberto Panizzo2011-01-091-8/+12
* mmc: mxcmmc: Allow binding a regulator to manage the MMC card voltageAlberto Panizzo2011-01-091-6/+42
* mmc: Remove distinction between hw and phys segmentsMartin K. Petersen2010-10-231-2/+1Star
* mxcmmc: convert to pm_ops and enable/disable clockEric Bénard2010-07-261-14/+18
* Merge branch 'imx/for-2.6.36' of git://git.pengutronix.de/git/ukl/linux-2.6 i...Uwe Kleine-König2010-07-261-1/+1
|\
| * mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-1/+1
* | mxcmmc: add card detect through DAT3 possibilityEric Bénard2010-07-261-3/+13
|/