summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2020-08-21mmc: renesas_sdhi_internal_dmac: clean up the code for dma completeYoshihiro Shimoda1-5/+13
2020-08-19mmc: sdhci-of-arasan: Add missed checks for devm_clk_register()Chuhong Yuan1-0/+4
2020-08-19mmc: sdhci-pci-o2micro: Bug fix for O2 host controller Seabird1shirley her1-0/+6
2020-08-19mmc: sdhci-cadence: do not use hardware tuning for SD modeMasahiro Yamada1-61/+62
2020-07-29mmc: sdhci-of-aspeed: Fix clock divider calculationEddie James1-1/+1
2020-07-16mmc: owl-mmc: Get rid of of_match_ptr() macroManivannan Sadhasivam1-1/+1
2020-07-16mmc: meson-gx: limit segments to 1 when dram-access-quirk is neededNeil Armstrong1-2/+4
2020-06-22mmc: sdhci-esdhc-imx: fix the mask for tuning start pointHaibo Chen1-1/+1
2020-06-22mmc: sdhci: add quirks for be to le byte swappingAngelo Dureghello2-3/+10
2020-06-22mmc: via-sdmmc: Respect the cmd->busy_timeout from the mmc coreUlf Hansson1-1/+6
2020-06-22mmc: owl-mmc: Respect the cmd->busy_timeout from the mmc coreUlf Hansson1-1/+7
2020-06-22mmc: sdhci-msm: Set SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 quirkVeerabhadrarao Badiganti1-1/+3
2020-06-22mmc: mmci: Switch to mmc_regulator_set_vqmmc()Marek Vasut1-22/+8
2020-06-22mmc: meson-mx-sdio: trigger a soft reset after a timeout or CRC errorMartin Blumenstingl1-0/+3
2020-06-22mmc: mmci_sdmmc: fix power on issue due to pwr_reg initializationLudovic Barre1-0/+1
2020-06-17mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()Ulf Hansson1-31/+27
2020-06-17mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson1-2/+1
2020-06-17mmc: uniphier-sd: call devm_request_irq() after tmio_mmc_host_probe()Masahiro Yamada1-5/+7
2020-06-17mmc: tmio: Further fixup runtime PM management at removeUlf Hansson1-2/+4
2020-06-17mmc: mmci_sdmmc: fix DMA API warning overlapping mappingsLudovic Barre1-0/+3
2020-06-17mmc: sdhci-of-at91: fix CALCR register being rewrittenEugen Hristev1-2/+5
2020-06-17mmc: sdhci-msm: Clear tuning done flag while hs400 tuningVeerabhadrarao Badiganti1-0/+6
2020-05-25mmc: block: Fix use-after-free issue for rpmbPeng Hao1-1/+1
2020-05-18mmc: sdhci: Fix SDHCI_QUIRK_BROKEN_CQEAdrian Hunter1-3/+6
2020-05-11mmc: sdhci-acpi: Add SDHCI_QUIRK2_BROKEN_64_BIT_DMA for AMDI0040Raul E Rangel1-4/+6
2020-05-08mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter1-2/+1
2020-05-08mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg1-9/+4
2020-05-08mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti1-1/+2
2020-05-07mmc: sdhci-pci-gli: Fix can not access GL9750 after reboot from Windows 10Ben Chuang1-0/+5
2020-05-07mmc: alcor: Fix a resource leak in the error path for ->probe()Christophe JAILLET1-1/+5
2020-05-07mmc: sdhci-pci-gli: Fix no irq handler from suspendBen Chuang1-0/+18
2020-04-22mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllersAdrian Hunter1-0/+3
2020-04-20mmc: sdhci-xenon: fix annoying 1.8V regulator warningMarek BehĂșn1-0/+10
2020-04-20mmc: sdhci-msm: Enable host capabilities pertains to R1b responseVeerabhadrarao Badiganti1-0/+2
2020-04-20mmc: cqhci: Avoid false "cqhci: CQE stuck on" by not open-coding timeout loopDouglas Anderson1-11/+10
2020-04-20mmc: meson-mx-sdio: remove the broken ->card_busy() opMartin Blumenstingl1-9/+0
2020-04-20mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSYMartin Blumenstingl1-1/+1
2020-04-20mmc: core: make mmc_interrupt_hpi() staticJason Yan1-1/+1
2020-04-01Merge tag 'mmc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds42-558/+1761
2020-03-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2020-03-30Merge branch 'pm-qos'Rafael J. Wysocki1-8/+6
2020-03-27mmc: cavium-octeon: remove nonsense variable coercionTang Bin1-2/+2
2020-03-27mmc: mediatek: fix SDIO irq issueyong mao1-0/+41
2020-03-26mmc: mmci_sdmmc: Fix clear busyd0end irq flagLudovic Barre1-2/+2
2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson4-60/+38
2020-03-25Merge branch 'x86/cpu' into perf/core, to resolve conflictIngo Molnar1-2/+2
2020-03-24mmc: sdhci-acpi: Convert to new X86 CPU match macrosThomas Gleixner1-2/+2
2020-03-24mmc: sdhci: use FIELD_GET for preset value bit masksMasahiro Yamada2-11/+9
2020-03-24mmc: sdhci-of-at91: Display clock changes for debug purpose onlyCristian Birsan1-2/+2
2020-03-24mmc: sdhci: iproc: Add custom set_power() callback for bcm2711Nicolas Saenz Julienne1-1/+16