freebsd-dev/sys/dev/sdhci
Marius Strobl bd15d31cef mmc(4): Don't call bridge driver for timings not requiring tuning
The original idea behind calling into the bridge driver was to have the
logic deciding whether tuning is actually required for a particular bus
timing in a given slot as well as doing the sanity checking only on the
controller layer which also generally is better suited for these due to
say SDHCI_SDR50_NEEDS_TUNING. On another thought, not every such driver
should need to check whether tuning is required at all, though, and not
everything is SDHCI in the first place.
Adjust sdhci{,_fsl_fdt}(4) accordingly, but keep sdhci_generic_tune() a
bit cautious still.
2023-04-18 19:17:24 +02:00
..
fsl_sdhci.c
sdhci_acpi.c
sdhci_fdt_gpio.c
sdhci_fdt_gpio.h
sdhci_fdt.c Add support for Rockchip RK3568 SDHCI controller. 2022-12-24 12:38:33 +00:00
sdhci_fsl_fdt.c mmc(4): Don't call bridge driver for timings not requiring tuning 2023-04-18 19:17:24 +02:00
sdhci_if.m Add support for Rockchip RK3568 SDHCI controller. 2022-12-24 12:38:33 +00:00
sdhci_pci.c
sdhci_xenon_acpi.c
sdhci_xenon_fdt.c
sdhci_xenon.c Stop relying on header pollution in sdhci_xenon.c 2022-10-06 14:30:19 +01:00
sdhci_xenon.h
sdhci.c mmc(4): Don't call bridge driver for timings not requiring tuning 2023-04-18 19:17:24 +02:00
sdhci.h sdhci(4): Fix a typo in asource code comment 2022-09-03 15:31:59 +02:00