Age | Commit message (Expand) | Author |
2020-05-11 | mmc: sdhci-acpi: Add SDHCI_QUIRK2_BROKEN_64_BIT_DMA for AMDI0040 | Raul E Rangel |
2020-05-08 | mmc: block: Fix request completion in the CQE timeout path | Adrian Hunter |
2020-05-08 | mmc: core: Fix recursive locking issue in CQE recovery path | Sarthak Garg |
2020-05-08 | mmc: core: Check request type before completing the request | Veerabhadrarao Badiganti |
2020-05-07 | mmc: sdhci-pci-gli: Fix can not access GL9750 after reboot from Windows 10 | Ben Chuang |
2020-05-07 | mmc: alcor: Fix a resource leak in the error path for ->probe() | Christophe JAILLET |
2020-05-07 | mmc: sdhci-pci-gli: Fix no irq handler from suspend | Ben Chuang |
2020-04-22 | mmc: sdhci-pci: Fix eMMC driver strength for BYT-based controllers | Adrian Hunter |
2020-04-20 | mmc: sdhci-xenon: fix annoying 1.8V regulator warning | Marek Behún |
2020-04-20 | mmc: sdhci-msm: Enable host capabilities pertains to R1b response | Veerabhadrarao Badiganti |
2020-04-20 | mmc: cqhci: Avoid false "cqhci: CQE stuck on" by not open-coding timeout loop | Douglas Anderson |
2020-04-20 | mmc: meson-mx-sdio: remove the broken ->card_busy() op | Martin Blumenstingl |
2020-04-20 | mmc: meson-mx-sdio: Set MMC_CAP_WAIT_WHILE_BUSY | Martin Blumenstingl |
2020-04-20 | mmc: core: make mmc_interrupt_hpi() static | Jason Yan |
2020-03-31 | Merge tag 'mmc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds |
2020-03-30 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-03-30 | Merge branch 'pm-qos' | Rafael J. Wysocki |
2020-03-27 | mmc: cavium-octeon: remove nonsense variable coercion | Tang Bin |
2020-03-27 | mmc: mediatek: fix SDIO irq issue | yong mao |
2020-03-26 | mmc: mmci_sdmmc: Fix clear busyd0end irq flag | Ludovic Barre |
2020-03-26 | mmc: core: Re-work the code for eMMC sanitize | Ulf Hansson |
2020-03-25 | Merge branch 'x86/cpu' into perf/core, to resolve conflict | Ingo Molnar |
2020-03-24 | mmc: sdhci-acpi: Convert to new X86 CPU match macros | Thomas Gleixner |
2020-03-24 | mmc: sdhci: use FIELD_GET for preset value bit masks | Masahiro Yamada |
2020-03-24 | mmc: sdhci-of-at91: Display clock changes for debug purpose only | Cristian Birsan |
2020-03-24 | mmc: sdhci: iproc: Add custom set_power() callback for bcm2711 | Nicolas Saenz Julienne |
2020-03-24 | mmc: sdhci: am654: Use sdhci_set_power_and_voltage() | Nicolas Saenz Julienne |
2020-03-24 | mmc: sdhci: at91: Use sdhci_set_power_and_voltage() | Nicolas Saenz Julienne |
2020-03-24 | mmc: sdhci: milbeaut: Use sdhci_set_power_and_voltage() | Nicolas Saenz Julienne |
2020-03-24 | mmc: sdhci: arasan: Use sdhci_set_power_and_voltage() | Nicolas Saenz Julienne |
2020-03-24 | mmc: sdhci: Introduce sdhci_set_power_and_bus_voltage() | Nicolas Saenz Julienne |
2020-03-24 | mmc: vub300: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai |
2020-03-24 | sdhci: tegra: Enable MMC_CAP_WAIT_WHILE_BUSY host capability | Sowjanya Komatineni |
2020-03-24 | sdhci: tegra: Implement Tegra specific set_timeout callback | Sowjanya Komatineni |
2020-03-24 | mmc: sdhci-omap: Add Support for Suspend/Resume | Faiz Abbas |
2020-03-24 | mmc: renesas_sdhi: simplify execute_tuning | Wolfram Sang |
2020-03-24 | mmc: renesas_sdhi: Use BITS_PER_LONG helper | Geert Uytterhoeven |
2020-03-24 | mmc: cqhci: Update cqhci memory ioresource name | Veerabhadrarao Badiganti |
2020-03-24 | mmc: sdhci-msm: Deactivate CQE during SDHC reset | Veerabhadrarao Badiganti |
2020-03-24 | mmc: cqhci: Add cqhci_deactivate() | Adrian Hunter |
2020-03-24 | mmc: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2020-03-24 | mmc: mmc_test: Pass different sg lists for non-blocking requests | Veerabhadrarao Badiganti |
2020-03-24 | mmc: sdhci-sprd: Set the missing MMC_CAP_WAIT_WHILE_BUSY flag | Baolin Wang |
2020-03-24 | mmc: core: Fix indentation | Jérôme Pouiller |
2020-03-24 | mmc: sdhci-esdhc-imx: restore pin state when resume back | Haibo Chen |
2020-03-24 | mmc: sdhci-esdhc-imx: clear DMA_SEL when disable DMA mode | Haibo Chen |
2020-03-24 | mmc: sdhci-esdhc-imx: clear pending interrupt and halt cqhci | Haibo Chen |
2020-03-24 | mmc: sdhci-esdhc-imx: Add an new esdhc_soc_data for i.MX8MM | Haibo Chen |
2020-03-24 | mmc: sdhci-esdhc-imx: add flag ESDHC_FLAG_BROKEN_AUTO_CMD23 | Haibo Chen |
2020-03-24 | mmc: sdhci-esdhc-imx: optimize the strobe dll setting | Haibo Chen |