Age | Commit message (Expand) | Author |
2023-10-01 | Print the correct SDHC spec version. | Mark Kettenis |
2023-04-19 | dwmshc on rockchips don't support dma crossy 128M boundaries. | David Gwynne |
2023-04-11 | fix double words in comments | Jonathan Gray |
2022-01-19 | On SDHC version 3.0 controllers the divisor doesn't have to be a power | Patrick Wildt |
2022-01-18 | Improve how quirks are handled on sdhc(4)-compatible drivers. So far | Patrick Wildt |
2021-09-11 | Don't set the highspeed bit on bcm2835-sdhci sdhc(4) controllers. | Marcus Glocker |
2021-06-13 | refer to the correct domain for sdhc spec | Jonathan Gray |
2020-08-14 | Add support for eMMC HS200 mode. Loosely based on code from NetBSD. | Mark Kettenis |
2020-06-14 | Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses, | Patrick Wildt |
2020-05-22 | Add pre/post hooks for bus clock changes to sdhc(4). These will be | Patrick Wildt |
2020-05-13 | sdhc(4), sdmmc(4): tsleep(9) -> tsleep_nsec(9); ok patrick@ | cheloha |
2020-04-27 | fix SDHC_DEBUG build, remove procname printf's | ians |
2020-04-19 | Add support for hardware where an SDHC controller lives on a bus that | Mark Kettenis |
2020-01-22 | delete wasteful ;; | Theo de Raadt |
2019-04-02 | Don't detach non-removable devices during resume on "sdhc* at acpi?". | Stefan Sperling |
2018-09-06 | Implement 64-bit DMA support in sdhc(4). | Patrick Wildt |
2018-05-30 | Clear the DMA select bits in case we use PIO instead of DMA. Some | Patrick Wildt |
2018-05-25 | For SDIO multi-blocks we must not use the AUTO CMD12 feature, | Patrick Wildt |
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 |