summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllersAdrian Hunter2020-04-221-0/+3
* mmc: sdhci-xenon: fix annoying 1.8V regulator warningMarek Behún2020-04-201-0/+10
* mmc: sdhci-msm: Enable host capabilities pertains to R1b responseVeerabhadrarao Badiganti2020-04-201-0/+2
* mmc: cqhci: Avoid false "cqhci: CQE stuck on" by not open-coding timeout loopDouglas Anderson2020-04-201-11/+10
* mmc: meson-mx-sdio: remove the broken ->card_busy() opMartin Blumenstingl2020-04-201-9/+0
* mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSYMartin Blumenstingl2020-04-201-1/+1
* mmc: core: make mmc_interrupt_hpi() staticJason Yan2020-04-201-1/+1
* Merge tag 'mmc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-03-3142-558/+1761
|\
| * mmc: cavium-octeon: remove nonsense variable coercionTang Bin2020-03-271-2/+2
| * mmc: mediatek: fix SDIO irq issueyong mao2020-03-271-0/+41
| * mmc: mmci_sdmmc: Fix clear busyd0end irq flagLudovic Barre2020-03-261-2/+2
| * mmc: core: Re-work the code for eMMC sanitizeUlf Hansson2020-03-264-60/+38
| * mmc: sdhci: use FIELD_GET for preset value bit masksMasahiro Yamada2020-03-242-11/+9
| * mmc: sdhci-of-at91: Display clock changes for debug purpose onlyCristian Birsan2020-03-241-2/+2
| * mmc: sdhci: iproc: Add custom set_power() callback for bcm2711Nicolas Saenz Julienne2020-03-241-1/+16
| * mmc: sdhci: am654: Use sdhci_set_power_and_voltage()Nicolas Saenz Julienne2020-03-241-14/+3
| * mmc: sdhci: at91: Use sdhci_set_power_and_voltage()Nicolas Saenz Julienne2020-03-241-17/+1
| * mmc: sdhci: milbeaut: Use sdhci_set_power_and_voltage()Nicolas Saenz Julienne2020-03-241-12/+1
| * mmc: sdhci: arasan: Use sdhci_set_power_and_voltage()Nicolas Saenz Julienne2020-03-241-13/+2
| * mmc: sdhci: Introduce sdhci_set_power_and_bus_voltage()Nicolas Saenz Julienne2020-03-242-0/+22
| * mmc: vub300: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-241-1/+1
| * sdhci: tegra: Enable MMC_CAP_WAIT_WHILE_BUSY host capabilitySowjanya Komatineni2020-03-241-2/+2
| * sdhci: tegra: Implement Tegra specific set_timeout callbackSowjanya Komatineni2020-03-241-0/+31
| * mmc: sdhci-omap: Add Support for Suspend/ResumeFaiz Abbas2020-03-241-0/+57
| * mmc: renesas_sdhi: simplify execute_tuningWolfram Sang2020-03-241-3/+2
| * mmc: renesas_sdhi: Use BITS_PER_LONG helperGeert Uytterhoeven2020-03-241-1/+1
| * mmc: cqhci: Update cqhci memory ioresource nameVeerabhadrarao Badiganti2020-03-241-1/+1
| * mmc: sdhci-msm: Deactivate CQE during SDHC resetVeerabhadrarao Badiganti2020-03-241-1/+8
| * mmc: cqhci: Add cqhci_deactivate()Adrian Hunter2020-03-242-4/+8
| * mmc: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-246-6/+6
| * mmc: mmc_test: Pass different sg lists for non-blocking requestsVeerabhadrarao Badiganti2020-03-241-12/+40
| * mmc: sdhci-sprd: Set the missing MMC_CAP_WAIT_WHILE_BUSY flagBaolin Wang2020-03-241-1/+1
| * mmc: core: Fix indentationJérôme Pouiller2020-03-241-7/+8
| * mmc: sdhci-esdhc-imx: restore pin state when resume backHaibo Chen2020-03-241-1/+9
| * mmc: sdhci-esdhc-imx: clear DMA_SEL when disable DMA modeHaibo Chen2020-03-241-2/+16
| * mmc: sdhci-esdhc-imx: clear pending interrupt and halt cqhciHaibo Chen2020-03-241-0/+16
| * mmc: sdhci-esdhc-imx: Add an new esdhc_soc_data for i.MX8MMHaibo Chen2020-03-241-0/+9
| * mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_BROKEN_AUTO_CMD23Haibo Chen2020-03-241-4/+30
| * mmc: sdhci-esdhc-imx: optimize the strobe dll settingHaibo Chen2020-03-241-8/+7
| * mmc: sdhci-esdhc-imx: optimize the clock settingHaibo Chen2020-03-242-1/+24
| * mmc: sdhci-esdhc-imx: add strobe-dll-delay-target supportHaibo Chen2020-03-241-1/+11
| * mmc: sdhci-esdhc-imx: restore the per_clk rate in PM_RUNTIMEHaibo Chen2020-03-241-1/+7
| * mmc: sdhci-esdhci-imx: retune needed for Mega/Mix enabled SoCsHaibo Chen2020-03-241-5/+20
| * mmc: sdhci-esdhc-imx: no fail when no pinctrl availableHaibo Chen2020-03-241-1/+1
| * mmc: sdhci: do not enable card detect interrupt for gpio cd typeHaibo Chen2020-03-241-1/+1
| * mmc: sdhci_am654: Enable DLL only for some speed modesFaiz Abbas2020-03-241-60/+68
| * mmc: sdhci_am654: Update OTAPDLY writesFaiz Abbas2020-03-241-18/+105
| * mmc: host: hsq: Add missing MODULE_LICENSE() and MODULE_DESCRIPTION()Baolin Wang2020-03-241-0/+4
| * mmc: mmci: Add support for sdmmc variant revision 2.0Ludovic Barre2020-03-241-0/+31
| * mmc: mmci_sdmmc: Implement signal voltage callbacksLudovic Barre2020-03-242-0/+47