Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: mlelstv
Date: Wed Dec 10 22:14:13 UTC 2025
Modified Files:
src/sys/arch/arm/sunxi: sunxi_mmc.c
src/sys/dev/ic: dwc_mmc.c
src/sys/dev/sdmmc: sdhc.c sdmmc_io.c
Log Message:
Use the SCF_NO_STOP flag to disable AUTO_CMD12_ENABLE
instead of checking the SD_IO_RW_EXTENDED command op code.
Also add this logic to sunxi_mmc.
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/arm/sunxi/sunxi_mmc.c
cvs rdiff -u -r1.31 -r1.32 src/sys/dev/ic/dwc_mmc.c
cvs rdiff -u -r1.123 -r1.124 src/sys/dev/sdmmc/sdhc.c
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/sdmmc/sdmmc_io.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index