index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sdmmc
/
sdmmc_mem.c
Age
Commit message (
Expand
)
Author
2013-10-25
Turn a few __unused into __diagused
martin
2013-05-03
Add support for the valid card types in eMMC v4.4 (needed by beaglebone
matt
2013-05-03
Fix typo.
matt
2012-12-20
fix off-by-one in switch function argument validation.
jakllsch
2012-12-15
Correctly read the 512-bit-wide big-endian Switch Function Status register.
jakllsch
2012-12-14
The Card Command Class (CCC) field is valid in both SD_CSD_CSDVER_1_0
jakllsch
2012-10-13
Fix variable name for message of printf.
kiyohara
2012-07-26
Fix a delay to a correct value.
matt
2012-07-23
Responses are actually in host order (except SCR which is return in
matt
2012-07-20
Add use of watermark register when PIO to an ESDHC. After every kill or
matt
2012-02-01
Use "opt_sdmmc.h" for SDMMC_DEBUG, etc.
matt
2012-01-27
Fix sdmmmc_mem_decode_scr for BE machines.
matt
2012-01-21
fix my license notice.
nonaka
2011-02-13
use 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-05
Don't switch SD high-speed timing, if host controller isn't supported.
nonaka
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2010-10-07
Support High-Speed mode.
kiyohara
2010-10-01
Use DMA bounce buffer, if DMA buffer is making by multiple segments. A lot
kiyohara
2010-09-23
Print bus width and clock for feature(High speed support).
kiyohara
2010-09-21
Fix build failure.
kiyohara
2010-09-20
Clean up return/error in sdmem_mem_send_scr().
kiyohara
2010-09-20
Fix SCR data.
kiyohara
2010-09-20
Support MMC 4,8-bit mode.
kiyohara
2010-09-20
Sync with POSTREAD before memcpy.
kiyohara
2010-05-01
Initialise error variable to zero. If all the if's fail it exists the function
reinoud
2010-04-06
- mention MMC SPI mode.
nonaka
2009-11-28
Always sector size is treated as 512 bytes.
nonaka
2009-05-24
SDHC card was able to be used.
nonaka
2009-04-21
Added SD/MMC support from OpenBSD.
nonaka