summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc/sdmmc_mem.c
AgeCommit message (Expand)Author
2013-10-25Turn a few __unused into __diagusedmartin
2013-05-03Add support for the valid card types in eMMC v4.4 (needed by beaglebonematt
2013-05-03Fix typo.matt
2012-12-20fix off-by-one in switch function argument validation.jakllsch
2012-12-15Correctly read the 512-bit-wide big-endian Switch Function Status register.jakllsch
2012-12-14The Card Command Class (CCC) field is valid in both SD_CSD_CSDVER_1_0jakllsch
2012-10-13Fix variable name for message of printf.kiyohara
2012-07-26Fix a delay to a correct value.matt
2012-07-23Responses are actually in host order (except SCR which is return inmatt
2012-07-20Add use of watermark register when PIO to an ESDHC. After every kill ormatt
2012-02-01Use "opt_sdmmc.h" for SDMMC_DEBUG, etc.matt
2012-01-27Fix sdmmmc_mem_decode_scr for BE machines.matt
2012-01-21fix my license notice.nonaka
2011-02-13use MMC_CSD_CSDVER_EXT_CSD.nonaka
2011-02-13- Don't switch MMC high-speed timing, if host controller isn't supported.nonaka
2011-02-05Don't switch SD high-speed timing, if host controller isn't supported.nonaka
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-10-07Support High-Speed mode.kiyohara
2010-10-01Use DMA bounce buffer, if DMA buffer is making by multiple segments. A lotkiyohara
2010-09-23Print bus width and clock for feature(High speed support).kiyohara
2010-09-21Fix build failure.kiyohara
2010-09-20Clean up return/error in sdmem_mem_send_scr().kiyohara
2010-09-20Fix SCR data.kiyohara
2010-09-20Support MMC 4,8-bit mode.kiyohara
2010-09-20Sync with POSTREAD before memcpy.kiyohara
2010-05-01Initialise error variable to zero. If all the if's fail it exists the functionreinoud
2010-04-06- mention MMC SPI mode.nonaka
2009-11-28Always sector size is treated as 512 bytes.nonaka
2009-05-24SDHC card was able to be used.nonaka
2009-04-21Added SD/MMC support from OpenBSD.nonaka