freebsd-dev/sys/dev/mmc
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
..
host mmc: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:39:32 -07:00
bridge.h mmc: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:39:32 -07:00
mmc_fdt_helpers.c
mmc_fdt_helpers.h
mmc_helpers.c Extend device_get_property API 2022-03-10 12:11:32 +01:00
mmc_helpers.h
mmc_ioctl.h
mmc_private.h
mmc_pwrseq_if.m
mmc_pwrseq.c mmc: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-06 15:39:32 -07:00
mmc_subr.c
mmc_subr.h
mmc.c mmc(4): Don't call bridge driver for timings not requiring tuning 2023-04-18 19:17:24 +02:00
mmcbr_if.m
mmcbrvar.h
mmcbus_if.m
mmcreg.h sdio: Add CCCR speed defines 2022-08-10 22:07:24 +02:00
mmcsd.c mmc: purge EOL release compatibility 2023-02-04 09:11:13 -07:00
mmcvar.h