summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)Author
2020-04-01mmc: sdhci-tegra: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson
2020-04-01mmc: sdhci-omap: Fix busy detection by enabling MMC_CAP_NEED_RSP_BUSYUlf Hansson
2020-04-01mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson
2020-04-01mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson
2020-04-01mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson
2020-03-25mmc: sdhci-cadence: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN for UniPhierMasahiro Yamada
2020-03-25mmc: sdhci-of-at91: fix cd-gpios for SAMA5D2Michał Mirosław
2020-03-25mmc: rtsx_pci: Fix support for speed-modes that relies on tuningRicky Wu
2020-03-18mmc: sdhci-pci-gli: Enable MSI interrupt for GL975xBen Chuang
2020-02-19mmc: core: Rework wp-gpio handlingMichał Mirosław
2020-02-11mmc: sdhci-of-at91: fix memleak on clk_get failureMichał Mirosław
2020-02-11mmc: spi: Toggle SPI polarity, do not hardcode itLinus Walleij
2020-02-11mmc: sdhci-pci: Make function amd_sdhci_reset staticzhengbin
2020-02-01mmc: sdhci-pci: Add support for Intel JSLAdrian Hunter
2020-02-01mmc: sdhci-pci: Quirk for AMD SDHC Device 0x7906Raul E Rangel
2020-01-29mmc: sdhci_am654: Reset Command and Data line after tuningFaiz Abbas
2020-01-29mmc: sdhci_am654: Remove Inverted Write Protect flagFaiz Abbas
2020-01-29mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław
2020-01-29mmc: tegra: fix SDR50 tuning overrideMichał Mirosław
2020-01-26mmc: core: fix wl1251 sdio quirksH. Nikolaus Schaller
2020-01-04mmc: sdhci-of-esdhc: re-implement erratum A-009204 workaroundYangbo Lu
2020-01-04mmc: sdhci-of-esdhc: fix up erratum A-008171 workaroundYangbo Lu
2019-12-31mmc: sdhci: Add a quirk for broken command queuingAdrian Hunter
2019-12-31mmc: sdhci: Workaround broken command queuing on Intel GLKAdrian Hunter
2019-12-31mmc: sdhci-of-esdhc: fix P2020 errata handlingYangbo Lu
2019-12-31mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas
2019-12-31mmc: sdhci-of-esdhc: Revert "mmc: sdhci-of-esdhc: add erratum A-009204 support"Rasmus Villemoes
2019-12-31mmc: sdhci-msm: Correct the offset and value for DDR_CONFIG registerVeerabhadrarao Badiganti
2019-12-31mmc: mediatek: fix CMD_TA to 2 for MT8173 HS200/HS400 modeChaotian Jing
2019-12-31Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas
2019-12-31mmc: tmio: Add MMC_CAP_ERASE to allow erase/discard/trim requestsEugeniu Rosca
2019-12-21mmc: core: Re-work HW reset for SDIO cardsUlf Hansson
2019-12-21mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()Ulf Hansson
2019-12-21mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing
2019-12-21mmc: block: Make card_busy_detect() a bit more genericChaotian Jing
2019-12-17mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pand...H. Nikolaus Schaller
2019-11-14mmc: sdhci-of-at91: fix quirk2 overwriteEugen Hristev
2019-10-21mmc: mxs: fix flags passed to dmaengine_prep_slave_sgSascha Hauer
2019-10-21mmc: cqhci: Commit descriptors before setting the doorbellFaiz Abbas
2019-10-21mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20CFaiz Abbas
2019-10-09mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads with bcm2711Nicolas Saenz Julienne
2019-10-03mmc: sh_mmcif: Use platform_get_irq_optional() for optional interruptGeert Uytterhoeven
2019-10-03mmc: renesas_sdhi: Do not use platform_get_irq() to count interruptsGeert Uytterhoeven
2019-09-27mmc: host: sdhci-pci: Add Genesys Logic GL975x supportBen Chuang
2019-09-27mmc: tegra: Implement ->set_dma_mask()Nicolin Chen
2019-09-27mmc: sdhci: Let drivers define their DMA maskAdrian Hunter
2019-09-27mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherenceRussell King
2019-09-27mmc: sdhci: improve ADMA error reportingRussell King
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-13Merge branch 'fixes' into nextUlf Hansson