summaryrefslogtreecommitdiff
path: root/sys/dev/sdmmc/sdhc.c
AgeCommit message (Expand)Author
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2011-07-31Add support for the Ricoh 5U823 SD/MMC controller found on the x220.Mark Kettenis
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-31activate function should return result of config_activate_childrenTheo de Raadt
2010-08-27Improve sdhc_activate, and make sdhc_powerhook a simple wrapper aroundTheo de Raadt
2010-08-27kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumberTheo de Raadt
2010-08-19- fold several occurences of DEVNAME() into one located in sdmmcvar.h.Jasper Lievisse Adriaanse
2010-07-02One transition was wrong: Suspending without a card, and then resuming withTheo de Raadt
2010-07-02On resume, detach and then force a re-attach of the card, since we don'tTheo de Raadt
2009-01-13Trivial lvalue abuse fixes, no binary changes.Alexander Yurchenko
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' whereKenneth R Westerback
2007-09-10more MALLOC/FREE -> malloc/free and M_ZERO changesGilles Chehade
2007-09-06Don't try disabling bus power before setting the voltage onJonathan Gray
2007-05-31don't print debug messagesUwe Stuehler
2007-05-31Add SDIO card interrupt handling codeUwe Stuehler
2007-05-26Bug fixes and initial card interrupt support in sdhcUwe Stuehler
2007-04-11((cast)ptr)++ is not a valid lvalue, despite being tolerated by gcc, soMiod Vallat
2007-01-31Workaround for the problem where the SD card reader stops responding afterClaudio Jeker
2007-01-28Restore spl level before exiting on error.Kenneth R Westerback
2006-11-29make interrupt handler stay quiet in case of shared interruptsUwe Stuehler
2006-11-29oops, don't always enable debuggingUwe Stuehler
2006-11-29Show debug messages depending on current debug level, which may beUwe Stuehler
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-07-30o Change sdhc_soft_reset() to pass the bits we want to reset and waitFederico G. Schwindt
2006-07-19add some more debugging code.Federico G. Schwindt
2006-07-18First and foremost, avoid an obious race between two or more processesUwe Stuehler
2006-07-17silently return if sdmmc is disabled/not in the kernel. uwe@ ok.Federico G. Schwindt
2006-07-17correct the way hosts are alloc'ed. fixes crashes on controllers withFederico G. Schwindt
2006-07-10print the frequency in mhz, really.Federico G. Schwindt
2006-06-29Thanks to ian@ who experimented a lot with his TI PCI7621 SDHC, we knowUwe Stuehler
2006-06-02Implement power hook (without looking at the capabilities yet).Uwe Stuehler
2006-06-01fewer debug messagesUwe Stuehler
2006-05-28don't #undef SDMMC_DEBUGUwe Stuehler
2006-05-28Support for standard SD host controllers like the Ricoh 5C822, a smallUwe Stuehler