index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sdmmc
/
sdhc.c
Age
Commit message (
Expand
)
Author
2009-01-13
Trivial lvalue abuse fixes, no binary changes.
Alexander Yurchenko
2007-10-01
More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where
Kenneth R Westerback
2007-09-10
more MALLOC/FREE -> malloc/free and M_ZERO changes
Gilles Chehade
2007-09-06
Don't try disabling bus power before setting the voltage on
Jonathan Gray
2007-05-31
don't print debug messages
Uwe Stuehler
2007-05-31
Add SDIO card interrupt handling code
Uwe Stuehler
2007-05-26
Bug fixes and initial card interrupt support in sdhc
Uwe Stuehler
2007-04-11
((cast)ptr)++ is not a valid lvalue, despite being tolerated by gcc, so
Miod Vallat
2007-01-31
Workaround for the problem where the SD card reader stops responding after
Claudio Jeker
2007-01-28
Restore spl level before exiting on error.
Kenneth R Westerback
2006-11-29
make interrupt handler stay quiet in case of shared interrupts
Uwe Stuehler
2006-11-29
oops, don't always enable debugging
Uwe Stuehler
2006-11-29
Show debug messages depending on current debug level, which may be
Uwe Stuehler
2006-10-19
s/Mhz/MHz/ in comments and printf() strings
Tom Cosgrove
2006-07-30
o Change sdhc_soft_reset() to pass the bits we want to reset and wait
Federico G. Schwindt
2006-07-19
add some more debugging code.
Federico G. Schwindt
2006-07-18
First and foremost, avoid an obious race between two or more processes
Uwe Stuehler
2006-07-17
silently return if sdmmc is disabled/not in the kernel. uwe@ ok.
Federico G. Schwindt
2006-07-17
correct the way hosts are alloc'ed. fixes crashes on controllers with
Federico G. Schwindt
2006-07-10
print the frequency in mhz, really.
Federico G. Schwindt
2006-06-29
Thanks to ian@ who experimented a lot with his TI PCI7621 SDHC, we know
Uwe Stuehler
2006-06-02
Implement power hook (without looking at the capabilities yet).
Uwe Stuehler
2006-06-01
fewer debug messages
Uwe Stuehler
2006-05-28
don't #undef SDMMC_DEBUG
Uwe Stuehler
2006-05-28
Support for standard SD host controllers like the Ricoh 5C822, a small
Uwe Stuehler