aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-01mmc: card: mmc_test: Simplify a trivial if-return sequenceFabio Estevam1-85/+15
2015-06-01mmc: sdhci-esdhc-imx: Do not break platform data boardsFabio Estevam1-1/+35
2015-06-01mmc: sdhci-esdhc-imx: Move mmc_of_parse() to the dt probeFabio Estevam1-6/+2
2015-06-01mmc: dt: Allow to specify that no write protect signal is presentLars-Peter Clausen1-0/+3
2015-06-01mmc: Add support for disabling write-protect detectionLars-Peter Clausen1-7/+23
2015-06-01mmc: core: Don't print reset warning if reset is not supportedAdrian Hunter1-1/+2
2015-06-01mmc: block: Retry errored data requests when re-tuning is neededAdrian Hunter2-1/+11
2015-06-01mmc: block: Check re-tuning in the recovery pathAdrian Hunter1-0/+3
2015-06-01mmc: core: Flag re-tuning is needed on CRC errorsAdrian Hunter1-0/+6
2015-06-01mmc: sdhci: Change to new way of doing re-tuningAdrian Hunter2-102/+13
2015-06-01mmc: core: Add support for HS400 re-tuningAdrian Hunter3-0/+107
2015-06-01mmc: core: Separate out the mmc_switch status check so it can be re-usedAdrian Hunter2-14/+17
2015-06-01mmc: mmc: Hold re-tuning in mmc_sleep()Adrian Hunter1-2/+8
2015-06-01mmc: core: Hold re-tuning while bkops ongoingAdrian Hunter1-0/+6
2015-06-01mmc: core: Hold re-tuning during erase commandsAdrian Hunter1-0/+3
2015-06-01mmc: core: Hold re-tuning during switch commandsAdrian Hunter1-10/+20
2015-06-01mmc: core: Add support for re-tuning before each requestAdrian Hunter1-7/+28
2015-06-01mmc: core: Enable / disable re-tuningAdrian Hunter2-1/+9
2015-06-01mmc: host: Add facility to support re-tuningAdrian Hunter2-0/+74
2015-06-01mmc: sdhci-{pxav2,pxav3}: Use of_match_ptr() macroAxel Lin2-6/+2
2015-06-01mmc: sdhci-of-arasan: Add the support for sdhci-arasan4.9aSuman Tripathi1-0/+7
2015-06-01mmc: sdhci-s3c: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-06-01mmc: sdhci-imx: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-06-01mmc: s3cmci: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-06-01mmc: rtsx: Constify platform_device_idKrzysztof Kozlowski2-2/+2
2015-06-01mmc: mxs: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-06-01mmc: davinci: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-06-01mmc: sdhci-sirf: fake version and capbility registersWeijun Yang2-0/+36
2015-06-01mmc: sdhci-sirf: fix the tuning count in platform_execute_tuningWeijun Yang1-4/+5
2015-06-01mmc: TMIO: Use devm_request_irq()Ian Molton1-2/+2
2015-06-01mmc: TMIO: Fix I/O mapping leak on error using devm_ioremap()Ian Molton1-3/+2
2015-06-01mmc: TMIO: Ensure MFD cell is disabled on probe error pathIan Molton1-2/+4
2015-06-01mmc: sdhci_f_sdh30: Fix the size passed to sdhci_alloc_hostAxel Lin1-2/+1
2015-06-01mmc: sdhci_f_sdh30: Staticize local functionsAxel Lin1-3/+3
2015-06-01mmc: sdhci-of-esdhc: Pre divider starts at 1Joakim Tjernlund1-2/+2
2015-05-25mmc: host: sdhci-esdhc-imx: fix broken email addressWolfram Sang1-2/+2
2015-05-25mmc: sh_mmcif: separate sh_mmcif_clk_update() into setup and prepareKuninori Morimoto1-12/+10
2015-05-25mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_hostKuninori Morimoto1-17/+18
2015-05-25mmc: sh_mmcif: cleanup to use dev instead of &pdev->devKuninori Morimoto1-16/+17
2015-05-25mmc: sh_mmcif: move mmcif_of_match to upsideKuninori Morimoto1-6/+6
2015-05-25mmc: sdio: add reset callback to bus operationsAndreas Fenkart1-0/+7
2015-05-18mmc: atmel-mci: fix bad variable type for clkdivLudovic Desroches1-2/+7
2015-05-08mmc: dw_mmc: dw_mci_get_cd check MMC_CAP_NONREMOVABLEZhangfei Gao1-1/+2
2015-05-08mmc: dw_mmc: init desc in dw_mci_idmac_initZhangfei Gao1-1/+3
2015-05-06mmc: card: Don't access RPMB partitions for normal read/writeChuanxiao Dong3-1/+15
2015-05-06mmc: sh_mmcif: Fix timeout value for command requestTakeshi Kihara1-1/+1
2015-05-05remove <asm/scatterlist.h>Christoph Hellwig1-1/+1
2015-05-04mmc: core: add missing pm event in mmc_pm_notify to fix hib restoreGrygorii Strashko1-0/+1
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-40/+13
2015-04-22Merge tag 'mmc-4.1-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds4-37/+58