mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 17:32:57 -05:00
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.
|
||
|---|---|---|
| .. | ||
| host | ||
| bridge.h | ||
| mmc.c | ||
| mmc_fdt_helpers.c | ||
| mmc_fdt_helpers.h | ||
| mmc_helpers.c | ||
| mmc_helpers.h | ||
| mmc_ioctl.h | ||
| mmc_private.h | ||
| mmc_pwrseq.c | ||
| mmc_pwrseq_if.m | ||
| mmc_subr.c | ||
| mmc_subr.h | ||
| mmcbr_if.m | ||
| mmcbrvar.h | ||
| mmcbus_if.m | ||
| mmcreg.h | ||
| mmcsd.c | ||
| mmcvar.h | ||