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.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

Pull MMC host fix from Ulf Hansson:

- sdhci-iproc: Fix clock error for ACPI rpi's

* tag 'mmc-v5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
Revert "mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711"

+1 -2
+1 -2
drivers/mmc/host/sdhci-iproc.c
··· 295 295 }; 296 296 297 297 static const struct sdhci_pltfm_data sdhci_bcm2711_pltfm_data = { 298 - .quirks = SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 | 299 - SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN, 298 + .quirks = SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12, 300 299 .ops = &sdhci_iproc_bcm2711_ops, 301 300 }; 302 301