Module Name: src Committed By: jmcneill Date: Wed Jan 1 11:21:16 UTC 2020
Modified Files: src/sys/dev/fdt: dwcmmc_fdt.c src/sys/dev/ic: dwc_mmc.c dwc_mmc_var.h Log Message: dwcmmc improvements: - Use mmcpwrseq resources if available - Only set 4- or 8-bit mode if specified in the dt properties - Add quirk for implementations with inverted power enable logic - Support switching signal voltage between 1.8V and 3.3V - Fix a clock divider issue on Rockchip SoCs To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/fdt/dwcmmc_fdt.c cvs rdiff -u -r1.18 -r1.19 src/sys/dev/ic/dwc_mmc.c cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/dwc_mmc_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.