summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mxcmmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: mxcmmc: Use sg_miter for PIOLinus Walleij2024-02-131-20/+33
* mmc: mxcmmc: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* mmc: Explicitly include correct DT includesRob Herring2023-08-091-1/+0
* mmc: mxcmmc: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-091-2/+1
* mmc: mxcmmc: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-1/+3
* mmc: mxcmmc: Use mmc_card_sdio macroSeunghui Lee2022-07-131-1/+1
* mmc: mxcmmc: Silence a clang warningFabio Estevam2022-07-121-1/+1
* dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-1/+1
* PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macroPaul Cercueil2022-01-121-1/+1
* mmc: mxc: Use the new PM macrosPaul Cercueil2021-12-171-4/+2
* mmc: mxc: Convert the driver to DT-onlyFabio Estevam2020-11-241-29/+4
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* mmc: mxcmmc: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-191-1/+10
* mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-111-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"Alexander Shiyan2019-03-211-12/+4
* mmc: mxcmmc: Drop unused includesLinus Walleij2019-02-251-2/+0
* mmc: mxcmmc: replace spin_lock_irqsave with spin_lock in ISRjun qian2018-10-081-3/+2
* mmc: mxcmmc: Fix missing parentheses and braceKees Cook2018-07-161-1/+2
* mmc: mxmmc: Use ifdef rather than __maybe_unusedUlf Hansson2018-05-301-2/+4
* mmc: mxmmc: include linux/highmem.hArnd Bergmann2018-05-291-0/+1
* mmc: mxcmmc: handle highmem pagesChristoph Hellwig2018-05-211-4/+11
* mmc: Convert timers to use timer_setup()Kees Cook2017-11-021-4/+3
* mmc: mxcmmc: catch all errors when getting regulatorsWolfram Sang2017-10-301-1/+1
* mmc-host: mxcmmc: use setup_timer() helper.Allen2017-10-301-3/+1
* mmc: mxcmmc: Handle return value of clk_prepare_enableArvind Yadav2017-08-301-6/+19
* mmc: mxcmmc: check the return value of mxcmci_finish_dataShawn Lin2017-08-301-0/+3
* mmc: mxcmmc: fix error return code in mxcmci_probe()Gustavo A. R. Silva2017-08-301-2/+4
* 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/+0
* mmc: host: mxcmmc: Simplify a trivial if-return sequenceFabio Estevam2015-06-011-5/+1
* 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/+3
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* mmc: mxcmmc: Use mmc_regulator_get_supply() APIAlexander Shiyan2014-05-121-27/+17
* mmc: mxcmmc: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan2014-05-121-10/+3
* mmc: mxcmmc: Convert to devm-* APIAlexander Shiyan2014-05-121-63/+38
* mmc: mxcmmc: Move away from using deprecated APIsUlf Hansson2013-10-301-10/+2
* 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/+0
* 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
| |\