aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxcmmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-13mmc: mxcmmc: Use mmc_card_sdio macroSeunghui Lee1-1/+1
2022-07-12mmc: mxcmmc: Silence a clang warningFabio Estevam1-1/+1
2022-04-19dmaengine: imx: Move header to include/dma/Sascha Hauer1-1/+1
2022-01-12PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macroPaul Cercueil1-1/+1
2021-12-17mmc: mxc: Use the new PM macrosPaul Cercueil1-4/+2
2020-11-24mmc: mxc: Convert the driver to DT-onlyFabio Estevam1-29/+4
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson1-0/+1
2019-12-19mmc: mxcmmc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-1/+10
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-03-21mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"Alexander Shiyan1-12/+4
2019-02-25mmc: mxcmmc: Drop unused includesLinus Walleij1-2/+0
2018-10-08mmc: mxcmmc: replace spin_lock_irqsave with spin_lock in ISRjun qian1-3/+2
2018-07-16mmc: mxcmmc: Fix missing parentheses and braceKees Cook1-1/+2
2018-05-30mmc: mxmmc: Use ifdef rather than __maybe_unusedUlf Hansson1-2/+4
2018-05-29mmc: mxmmc: include linux/highmem.hArnd Bergmann1-0/+1
2018-05-21mmc: mxcmmc: handle highmem pagesChristoph Hellwig1-4/+11
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-10-30mmc: mxcmmc: catch all errors when getting regulatorsWolfram Sang1-1/+1
2017-10-30mmc-host: mxcmmc: use setup_timer() helper.Allen1-3/+1
2017-08-30mmc: mxcmmc: Handle return value of clk_prepare_enableArvind Yadav1-6/+19
2017-08-30mmc: mxcmmc: check the return value of mxcmci_finish_dataShawn Lin1-0/+3
2017-08-30mmc: mxcmmc: fix error return code in mxcmci_probe()Gustavo A. R. Silva1-2/+4
2016-07-25mmc: host: use the defined function to check whether card is removableJaehoon Chung1-1/+1
2016-02-29mmc: mxcmmc: remove the MMC_DATA_STREAM flagJaehoon Chung1-3/+0
2015-06-01mmc: host: mxcmmc: Simplify a trivial if-return sequenceFabio Estevam1-5/+1
2015-03-24powerpc: Remove arch specific byteswappers from the MXC MMC driverDavid Gibson1-1/+1
2014-11-10mmc: mxcmmc: fix the default value for available voltages into mxcmci_probeMatteo Facchinetti1-5/+7
2014-11-10mmc: mxcmmc: fix race condition when dma finish a data transferMatteo Facchinetti1-10/+3
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-05-12mmc: mxcmmc: Use mmc_regulator_get_supply() APIAlexander Shiyan1-27/+17
2014-05-12mmc: mxcmmc: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan1-10/+3
2014-05-12mmc: mxcmmc: Convert to devm-* APIAlexander Shiyan1-63/+38
2013-10-30mmc: mxcmmc: Move away from using deprecated APIsUlf Hansson1-10/+2
2013-06-27mmc: mxcmmc: handle mmc_of_parse() errors during probeSimon Baatz1-1/+3
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-04-12mmc: mxcmmc: enable DMA support on mpc512xAnatolij Gustschin1-2/+33
2013-04-12mmc: mxcmmc: constify mxcmci_devtypeAnatolij Gustschin1-1/+1
2013-04-12mmc: mxcmmc: use slot-gpio API for write-protect detectionAnatolij Gustschin1-3/+5
2013-04-12mmc: mxcmmc: add mpc512x SDHC supportAnatolij Gustschin1-44/+89
2013-04-12mmc: mxcmmc: fix race conditions for host->req and host->data accessAnatolij Gustschin1-7/+24
2013-04-12mmc: mxcmmc: DT supportMarkus Pargmann1-18/+61
2013-04-12mmc: mxcmmc: Fix bug when card is present during bootAlexander Shiyan1-2/+2
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+29
2012-12-06mmc: mxcmmc: fix SD cards not being detected sometimes.Javier Martin1-1/+1
2012-11-13Merge branch 'cleanups/dma' into next/cleanupArnd Bergmann1-1/+1
2012-11-07mmc: mxcmmc: Fix MODULE_ALIASFabio Estevam1-1/+1
2012-10-15mmc: mxcmmc: remove cpu_is_xxx by using platform_device_idShawn Guo1-2/+29
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-6/+70
2012-10-03mmc: mxcmmc: fix bug that may block a data transfer foreverJavier Martin1-6/+70