Age | Commit message (Expand) | Author |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2011-07-31 | Add support for the Ricoh 5U823 SD/MMC controller found on the x220. | Mark Kettenis |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-31 | activate function should return result of config_activate_children | Theo de Raadt |
2010-08-27 | Improve sdhc_activate, and make sdhc_powerhook a simple wrapper around | Theo de Raadt |
2010-08-27 | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber | Theo de Raadt |
2010-08-19 | - fold several occurences of DEVNAME() into one located in sdmmcvar.h. | Jasper Lievisse Adriaanse |
2010-07-02 | One transition was wrong: Suspending without a card, and then resuming with | Theo de Raadt |
2010-07-02 | On resume, detach and then force a re-attach of the card, since we don't | Theo de Raadt |
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 |