Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'mmc-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

Pull MMC fix from Ulf Hansson:
"Don't overwrite quirk flags in sdhci-of-at91 host driver"

* tag 'mmc-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
mmc: sdhci-of-at91: fix quirk2 overwrite

+1 -1
+1 -1
drivers/mmc/host/sdhci-of-at91.c
··· 358 358 pm_runtime_use_autosuspend(&pdev->dev); 359 359 360 360 /* HS200 is broken at this moment */ 361 - host->quirks2 = SDHCI_QUIRK2_BROKEN_HS200; 361 + host->quirks2 |= SDHCI_QUIRK2_BROKEN_HS200; 362 362 363 363 ret = sdhci_add_host(host); 364 364 if (ret)