Age | Commit message (Expand) | Author |
2018-03-20 | Add hibernate IO path for sdmmc(4). This requires some help from the | Jonathan Matthew |
2018-03-19 | Make it possible for the sdhc(4) attachment glue to specify the base clock | Mark Kettenis |
2018-02-10 | fix build with SDHC_DEBUG defined, no binary change otherwise | Jonathan Matthew |
2017-05-05 | Implement two quirks to support the Arasan eMMC 5.1 controller found on | Mark Kettenis |
2017-04-06 | add sizes to free() calls | Theo de Raadt |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2016-05-15 | Sync with the ADMA2 implementation in imxesdhc(4): | Mark Kettenis |
2016-05-05 | Add Dual Data Rate support for eMMC at 52MHz. | Mark Kettenis |
2016-05-04 | Print SD host controller version. | Mark Kettenis |
2016-05-01 | Print base clock frequency. | Mark Kettenis |
2016-05-01 | Add bus width switching support for MMC. Enable 8-bit bus support on | Mark Kettenis |
2016-05-01 | Always write block count. This fixes the DMA issues on Bay Trail. | Mark Kettenis |
2016-05-01 | Add support for changing the bus width to the sdmmc subsystem and the sdhc(4) | Mark Kettenis |
2016-04-30 | Enable high speed timing for bus clock frequencies over 26MHz and advertise | Mark Kettenis |
2016-04-30 | Implement DMA support. Bits and pieces taken from NetBSD, but we only | Mark Kettenis |
2016-03-30 | Expose the functionality that triggers a check for card insertion or removal. | Mark Kettenis |
2016-03-27 | Make it possible to override the standard card detect mechanism. The SD | Mark Kettenis |
2016-01-11 | Add (limited) support for controllers that implement version 3.0 of the | Mark Kettenis |
2016-01-10 | Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2V | Mark Kettenis |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-05-31 | Correct sequencing in ca_activate function. Some operations were in the | Theo de Raadt |
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 |