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
Age
Commit message (
Expand
)
Author
2007-03-18
Define MMC_STOP_TRANSMISSION command (CMD12)
Uwe Stuehler
2007-03-18
DHC automatically sends a CMD12 after multiple-block transfers, but other
Uwe Stuehler
2007-03-18
Support the PXA27x SD/SDIO/MMC controller on Zaurus
Uwe Stuehler
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-12-20
sync
Theo de Raadt
2006-12-20
add atheros ids
Theo de Raadt
2006-11-29
move CSD/CID decoding to sdmmc_mem.c
Uwe Stuehler
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-11-29
add ioctl hack to support the sdio(8) userland tool
Uwe Stuehler
2006-11-28
give scsi controllers a real attach args to fill in when attaching scsibus.
David Gwynne
2006-10-19
s/Mhz/MHz/ in comments and printf() strings
Tom Cosgrove
2006-10-17
dont pass a copy of sdmmcs scsi_link struct on the stack to the midlayer.
David Gwynne
2006-08-23
Protect scsi_done() with splbio(), discussed with and okay dlg@, marco@
Pedro Martelletto
2006-07-30
more.
Federico G. Schwindt
2006-07-30
add some more definitions.
Federico G. Schwindt
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
sync
Theo de Raadt
2006-07-18
fix vendor typo
Theo de Raadt
2006-07-18
sync
Theo de Raadt
2006-07-18
mediatek/spectec
Theo de Raadt
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-17
correct base freq mask per spec. sdhc found in the nx6125 now configures
Federico G. Schwindt
2006-07-10
print the frequency in mhz, really.
Federico G. Schwindt
2006-06-29
- Assign RCAs beginning at 1 since 0 is used to deselect all cards.
Uwe Stuehler
2006-06-29
Oops! Clear the "function 0" pointer when the card goes away.
Uwe Stuehler
2006-06-29
Thanks to ian@ who experimented a lot with his TI PCI7621 SDHC, we know
Uwe Stuehler
2006-06-19
Appease the printf gods here too
Miod Vallat
2006-06-03
prettier function declaration
Martin Reindl
2006-06-03
regen
Uwe Stuehler
2006-06-03
correct product id for the SyChip device
Uwe Stuehler
2006-06-03
- only call config_found for function number > 0
Uwe Stuehler
2006-06-02
regen
Uwe Stuehler
2006-06-02
more products from http://mmc.drzeus.cx/wiki/SDIO
Uwe Stuehler
2006-06-02
s/CID/CIS/
Uwe Stuehler
2006-06-02
Implement power hook (without looking at the capabilities yet).
Uwe Stuehler
2006-06-01
Multiply the capacity for cards with block size >512 bytes (e.g. 2G cards).
Uwe Stuehler
2006-06-01
SDIO card identification
Uwe Stuehler
2006-06-01
fewer debug messages
Uwe Stuehler
2006-06-01
regen
Uwe Stuehler
2006-06-01
The Spectec device is probably a SDW-820. Keep product names short
Uwe Stuehler
2006-06-01
regen
Uwe Stuehler
2006-06-01
Start a list of SD vendors and products.
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