summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2020-02-11mmc: sdhci-of-at91: fix memleak on clk_get failureMichał Mirosław1-3/+6
2020-02-11mmc: spi: Toggle SPI polarity, do not hardcode itLinus Walleij1-3/+8
2020-02-11mmc: sdhci-pci: Make function amd_sdhci_reset staticzhengbin1-1/+1
2020-02-01mmc: sdhci-pci: Add support for Intel JSLAdrian Hunter2-0/+4
2020-02-01mmc: sdhci-pci: Quirk for AMD SDHC Device 0x7906Raul E Rangel1-1/+50
2020-01-29mmc: sdhci_am654: Reset Command and Data line after tuningFaiz Abbas1-0/+18
2020-01-29mmc: sdhci_am654: Remove Inverted Write Protect flagFaiz Abbas1-6/+3
2020-01-29mmc: sdhci: fix minimum clock rate for v3 controllerMichał Mirosław1-4/+6
2020-01-29mmc: tegra: fix SDR50 tuning overrideMichał Mirosław1-1/+1
2020-01-26mmc: core: fix wl1251 sdio quirksH. Nikolaus Schaller1-0/+7
2020-01-04mmc: sdhci-of-esdhc: re-implement erratum A-009204 workaroundYangbo Lu1-0/+10
2020-01-04mmc: sdhci-of-esdhc: fix up erratum A-008171 workaroundYangbo Lu2-33/+203
2019-12-31mmc: sdhci: Add a quirk for broken command queuingAdrian Hunter2-0/+5
2019-12-31mmc: sdhci: Workaround broken command queuing on Intel GLKAdrian Hunter1-1/+9
2019-12-31mmc: sdhci-of-esdhc: fix P2020 errata handlingYangbo Lu1-2/+2
2019-12-31mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas1-2/+2
2019-12-31mmc: sdhci-of-esdhc: Revert "mmc: sdhci-of-esdhc: add erratum A-009204 support"Rasmus Villemoes1-3/+0
2019-12-31mmc: sdhci-msm: Correct the offset and value for DDR_CONFIG registerVeerabhadrarao Badiganti1-9/+19
2019-12-31mmc: mediatek: fix CMD_TA to 2 for MT8173 HS200/HS400 modeChaotian Jing1-0/+2
2019-12-31Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas1-3/+1
2019-12-31mmc: tmio: Add MMC_CAP_ERASE to allow erase/discard/trim requestsEugeniu Rosca1-1/+1
2019-12-21mmc: core: Re-work HW reset for SDIO cardsUlf Hansson4-5/+39
2019-12-21mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()Ulf Hansson1-5/+2
2019-12-21mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing1-92/+55
2019-12-21mmc: block: Make card_busy_detect() a bit more genericChaotian Jing1-8/+8
2019-12-17mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pand...H. Nikolaus Schaller1-0/+30
2019-11-14mmc: sdhci-of-at91: fix quirk2 overwriteEugen Hristev1-1/+1
2019-10-21mmc: mxs: fix flags passed to dmaengine_prep_slave_sgSascha Hauer1-3/+4
2019-10-21mmc: cqhci: Commit descriptors before setting the doorbellFaiz Abbas1-1/+2
2019-10-21mmc: sdhci-omap: Fix Tuning procedure for temperatures < -20CFaiz Abbas1-1/+1
2019-10-09mmc: sdhci-iproc: fix spurious interrupts on Multiblock reads with bcm2711Nicolas Saenz Julienne1-0/+1
2019-10-03mmc: sh_mmcif: Use platform_get_irq_optional() for optional interruptGeert Uytterhoeven1-4/+2
2019-10-03mmc: renesas_sdhi: Do not use platform_get_irq() to count interruptsGeert Uytterhoeven1-12/+19
2019-09-27mmc: host: sdhci-pci: Add Genesys Logic GL975x supportBen Chuang5-1/+361
2019-09-27mmc: tegra: Implement ->set_dma_mask()Nicolin Chen1-20/+28
2019-09-27mmc: sdhci: Let drivers define their DMA maskAdrian Hunter2-8/+5
2019-09-27mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherenceRussell King1-1/+6
2019-09-27mmc: sdhci: improve ADMA error reportingRussell King1-5/+10
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-4/+39
2019-09-13Merge branch 'fixes' into nextUlf Hansson5-27/+15
2019-09-13mmc: tmio: Fixup runtime PM management during removeUlf Hansson1-3/+4
2019-09-13mmc: tmio: Fixup runtime PM management during probeUlf Hansson2-1/+9
2019-09-13Revert "mmc: tmio: move runtime PM enablement to the driver implementations"Ulf Hansson4-23/+2
2019-09-12mmc: renesas_sdhi_internal_dmac: Add MMC_CAP2_MERGE_CAPABLEYoshihiro Shimoda1-1/+1
2019-09-12mmc: queue: Fix bigger segments usageYoshihiro Shimoda1-1/+7
2019-09-11mmc: dw_mmc: hi3798cv200: make array degrees static const, makes object smallerColin Ian King1-1/+1
2019-09-11mmc: sdhci: Convert to use sdio_irq_claimed()Ulf Hansson2-7/+1
2019-09-11mmc: sdhci: Drop redundant code for SDIO IRQsUlf Hansson3-25/+16
2019-09-11mmc: sdhci: Drop redundant check in sdhci_ack_sdio_irq()Ulf Hansson1-2/+1
2019-09-11mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson2-2/+3