aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-11mmc: sdhci-omap: Don't finish_mrq() on a command error during tuningFaiz Abbas1-0/+38
2019-03-28mmc: alcor: don't write data before command has completedDaniel Drake1-21/+13
2019-03-21mmc: renesas_sdhi: limit block count to 16 bit for old revisionsWolfram Sang1-1/+7
2019-03-21mmc: alcor: fix DMA readsDaniel Drake1-6/+19
2019-03-21mmc: sdhci-omap: Set caps2 to indicate no physical write protect pinKishon Vijay Abraham I1-0/+3
2019-03-21mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"Alexander Shiyan1-12/+4
2019-03-18mmc: davinci: remove extraneous __init annotationArnd Bergmann1-1/+1
2019-03-18mmc: pxamci: fix enum type confusionArnd Bergmann1-1/+1
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2019-03-01mmc:fix a bug when max_discard is 0Jiong Wu1-2/+2
2019-02-28Merge branch 'fixes' into nextUlf Hansson1-4/+5
2019-02-28mmc: sdhci-esdhc-imx: correct the fix of ERR004536BOUGH CHEN1-4/+5
2019-02-28mmc: core: Add a debug print when the card may have been replacedhongjiefang3-2/+14
2019-02-28Merge branch 'fixes' into nextUlf Hansson8-15/+39
2019-02-28mmc: core: Add sd discard timeoutAvri Altman1-0/+7
2019-02-28mmc: core: Add discard support to sdAvri Altman2-5/+13
2019-02-28mmc: sdhci-esdhc-imx: clear the HALT bit when enable CQEBOUGH CHEN1-0/+13
2019-02-28mmc: core: do not retry CMD6 in __mmc_switch()Chaotian Jing1-1/+1
2019-02-27mmc: core: align max segment size with logical block sizeMing Lei2-7/+8
2019-02-27mmc: cqhci: Fix a tiny potential memory leak on error conditionAlamy Liu1-1/+10
2019-02-27mmc: cqhci: fix space allocated for transfer descriptorAlamy Liu1-1/+1
2019-02-27mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani1-1/+1
2019-02-26mmc: tmio: fix access width of Block Count RegisterTakeshi Saito3-1/+11
2019-02-25mmc: tmio_mmc_core: don't claim spurious interruptsSergei Shtylyov1-4/+7
2019-02-25mmc: core: Convert mmc_align_data_size() into an SDIO specific functionUlf Hansson3-36/+21
2019-02-25mmc: spi: Fix card detection during probeJonathan Neuschäfer1-0/+1
2019-02-25mmc: core: Move mmc_of_parse_voltage() to host.cUlf Hansson2-48/+44
2019-02-25mmc: core: Convert mmc_regulator_get_ocrmask() to staticUlf Hansson1-2/+1
2019-02-25mmc: core: Move regulator helpers to separate fileUlf Hansson4-243/+263
2019-02-25mmc: of_mmc_spi: Convert to mmc_of_parse_voltage()Ulf Hansson1-21/+1
2019-02-25mmc: core: Drop retries as in-parameter to mmc_wait_for_app_cmd()Ulf Hansson1-11/+5
2019-02-25mmc: core: Convert mmc_wait_for_app_cmd() to staticUlf Hansson2-19/+1
2019-02-25mmc: renesas_sdhi: Change HW adjustment register according to speed modeTakeshi Saito3-0/+11
2019-02-25mmc: mmci: Send a CMD12 to clear the DPSM at errorsUlf Hansson2-2/+24
2019-02-25mmc: sdhci-xenon: Fixup already marked switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-25mmc: sdhci-tegra: drop ->get_ro() implementationThomas Petazzoni1-9/+0
2019-02-25mmc: sdhci-omap: drop ->get_ro() implementationThomas Petazzoni1-1/+0
2019-02-25mmc: sdhci: use WP GPIO in sdhci_check_ro()Thomas Petazzoni1-0/+2
2019-02-25mmc: wmt-sdmmc: Drop unused includeLinus Walleij1-1/+0
2019-02-25mmc: sunxi-mmc: Drop unused includesLinus Walleij1-2/+0
2019-02-25mmc: sdhci-pxav2: Drop unused includeLinus Walleij1-1/+0
2019-02-25mmc: sdhci-bcm-kona: Drop unused includesLinus Walleij1-2/+0
2019-02-25mmc: mxs-mmc: Drop unused includesLinus Walleij1-2/+0
2019-02-25mmc: mxcmmc: Drop unused includesLinus Walleij1-2/+0
2019-02-25mmc: cb710: fix indentation issue in if blockColin Ian King1-20/+22
2019-02-25mmc: core: Indicate SD specs higher than 4.0Avri Altman1-0/+5
2019-02-25mmc: core: Calculate the discard arg only onceAvri Altman4-11/+15
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij8-15/+8
2019-02-25mmc: bcm2835: Deduplicate reset of driver data on removeLukas Wunner1-1/+0
2019-02-25mmc: bcm2835: Drop pointer to mmc_host from bcm2835_hostLukas Wunner1-10/+10