NetBSD/sys/dev/sdmmc
jmcneill 44165b578c sdmmc: Only check chipset WP status for SD cards.
The sdmmc_chip_write_protect callback returns the write protect switch
status from the controller (SDWP#). This signal does not exist for eMMC;
instead, write protect is signaled using card registers (CSD). So lets
skip asking the chipset for WP status on eMMC cards for each write
request.
2023-04-29 13:21:31 +00:00
..
Makefile.sdmmcdevs
devlist2h.awk
files.sdmmc
if_bwfm_sdio.c Fix bug in protocol parser that often caused fatal 'checksum error'. 2022-12-03 16:06:20 +00:00
if_bwfm_sdio.h
ld_sdmmc.c sdmmc: ld: Include the card type (SD card, MMC) in the disk description. 2022-05-16 10:03:23 +00:00
sbt.c
sdhc.c Select DMA mode after programming the ADMA base address register(s). 2022-11-02 10:38:04 +00:00
sdhcreg.h
sdhcvar.h Disable ADMA2 on Ricoh SDHCI controllers. 2022-10-14 07:54:49 +00:00
sdmmc.c
sdmmc_cis.c
sdmmc_io.c
sdmmc_ioreg.h
sdmmc_mem.c sdmmc: Only check chipset WP status for SD cards. 2023-04-29 13:21:31 +00:00
sdmmcchip.h
sdmmcdevs
sdmmcdevs.h
sdmmcreg.h
sdmmcvar.h