summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mxcmmc.c
AgeCommit message (Expand)Author
2018-07-16mmc: mxcmmc: Fix missing parentheses and braceKees Cook
2018-05-30mmc: mxmmc: Use ifdef rather than __maybe_unusedUlf Hansson
2018-05-29mmc: mxmmc: include linux/highmem.hArnd Bergmann
2018-05-21mmc: mxcmmc: handle highmem pagesChristoph Hellwig
2017-11-02mmc: Convert timers to use timer_setup()Kees Cook
2017-10-30mmc: mxcmmc: catch all errors when getting regulatorsWolfram Sang
2017-10-30mmc-host: mxcmmc: use setup_timer() helper.Allen
2017-08-30mmc: mxcmmc: Handle return value of clk_prepare_enableArvind Yadav
2017-08-30mmc: mxcmmc: check the return value of mxcmci_finish_dataShawn Lin
2017-08-30mmc: mxcmmc: fix error return code in mxcmci_probe()Gustavo A. R. Silva
2016-07-25mmc: host: use the defined function to check whether card is removableJaehoon Chung
2016-02-29mmc: mxcmmc: remove the MMC_DATA_STREAM flagJaehoon Chung
2015-06-01mmc: host: mxcmmc: Simplify a trivial if-return sequenceFabio Estevam
2015-03-24powerpc: Remove arch specific byteswappers from the MXC MMC driverDavid Gibson
2014-11-10mmc: mxcmmc: fix the default value for available voltages into mxcmci_probeMatteo Facchinetti
2014-11-10mmc: mxcmmc: fix race condition when dma finish a data transferMatteo Facchinetti
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin
2014-05-12mmc: mxcmmc: Use mmc_regulator_get_supply() APIAlexander Shiyan
2014-05-12mmc: mxcmmc: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan
2014-05-12mmc: mxcmmc: Convert to devm-* APIAlexander Shiyan
2013-10-30mmc: mxcmmc: Move away from using deprecated APIsUlf Hansson
2013-06-27mmc: mxcmmc: handle mmc_of_parse() errors during probeSimon Baatz
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han
2013-04-12mmc: mxcmmc: enable DMA support on mpc512xAnatolij Gustschin
2013-04-12mmc: mxcmmc: constify mxcmci_devtypeAnatolij Gustschin
2013-04-12mmc: mxcmmc: use slot-gpio API for write-protect detectionAnatolij Gustschin
2013-04-12mmc: mxcmmc: add mpc512x SDHC supportAnatolij Gustschin
2013-04-12mmc: mxcmmc: fix race conditions for host->req and host->data accessAnatolij Gustschin
2013-04-12mmc: mxcmmc: DT supportMarkus Pargmann
2013-04-12mmc: mxcmmc: Fix bug when card is present during bootAlexander Shiyan
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2012-12-06mmc: mxcmmc: fix SD cards not being detected sometimes.Javier Martin
2012-11-13Merge branch 'cleanups/dma' into next/cleanupArnd Bergmann
2012-11-07mmc: mxcmmc: Fix MODULE_ALIASFabio Estevam
2012-10-15mmc: mxcmmc: remove cpu_is_xxx by using platform_device_idShawn Guo
2012-10-10Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-10-03mmc: mxcmmc: fix bug that may block a data transfer foreverJavier Martin
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann
2012-04-25mmc mxcmmc: do not depend on grouped clocksSascha Hauer
2012-03-21dmaengine/dma_slave: introduce inline wrappersAlexandre Bounine
2012-02-22dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar
2012-01-30mmc: mxcmmc: add missing dma_async_issue_pendingSascha Hauer
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin
2011-12-10mmc: mxcmmc: fix falling back to PIOSascha Hauer
2011-11-17Merge branch 'dma_slave_direction' into next_test_dirnVinod Koul
2011-11-01Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds
2011-10-31mmc-host: move to dma_transfer_directionVinod Koul
2011-10-26mmc: replace printk with appropriate display macroGirish K S
2011-10-17mmc: mxcmmc: explicitly includes mach/hardware.hShawn Guo