summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2019-07-26mmc: sdhci-msm: fix mutex while in spinlockJorge Ramirez-Ortiz1-3/+6
2019-07-14mmc: core: complete HS400 before checking statusWolfram Sang1-3/+3
2019-06-25mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson2-1/+16
2019-06-25mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson1-0/+40
2019-06-25mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2-2/+40
2019-06-25mmc: mediatek: fix SDIO IRQ detection issuejjian zhou1-0/+2
2019-06-25mmc: mediatek: fix SDIO IRQ interrupt handle flowjjian zhou1-17/+20
2019-06-25mmc: sdhi: disallow HS400 for M3-W ES1.2, RZ/G2M, and V3HWolfram Sang1-2/+7
2019-06-25mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width when tuningRaul E Rangel1-1/+4
2019-06-15mmc: mmci: Prevent polling for busy detection in IRQ contextLudovic Barre1-2/+3
2019-06-11mmc: sdhci_am654: Fix SLOTTYPE writeFaiz Abbas1-1/+1
2019-06-11mmc: tmio: fix SCC error handling to avoid false positive CRC errorTakeshi Saito1-1/+2
2019-05-31mmc: sdhci-of-esdhc: add erratum eSDHC-A001 and A-008358 supportYinbo Zhu1-1/+3
2019-05-31mmc: sdhci-of-esdhc: add erratum A-009204 supportYinbo Zhu1-0/+3
2019-05-31mmc: sdhci-of-esdhc: add erratum eSDHC5 supportYinbo Zhu1-0/+3
2019-05-31mmc_spi: add a status check for spi_sync_lockedKangjie Lu1-0/+4
2019-05-31mmc: core: make pwrseq_emmc (partially) support sleepy GPIO controllersAndrea Merello1-18/+20
2019-05-31mmc: core: Verify SD bus widthRaul E Rangel1-0/+8
2019-05-31mmc: sdhci-iproc: Set NO_HISPD bit to fix HS50 data hold time problemTrac Hoang1-1/+2
2019-05-31mmc: sdhci-iproc: cygnus: Set NO_HISPD bit to fix HS50 data hold time problemTrac Hoang1-1/+2
2019-05-22mmc: sdhci-pci: Fix BYT OCP settingAdrian Hunter2-0/+97
2019-05-22mmc: core: Fix tag set memory leakRaul E Rangel1-0/+1
2019-05-22mmc: tegra: fix ddr signaling for non-ddr modesSowjanya Komatineni1-0/+1
2019-05-22mmc: sdhci-of-arasan: Add DTS property to disable DCMDs.Christoph Muellner1-1/+4
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-09Merge 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