| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for eMMC HS200 mode. Loosely based on code from NetBSD. |  kettenis | 2020-08-14 | 1 | -21/+13 |
* | Make sure SDHC_HOST_CTL2 is consistently controlled using 2-byte accesses, |  patrick | 2020-06-14 | 1 | -2/+2 |
* | Add pre/post hooks for bus clock changes to sdhc(4). These will be |  patrick | 2020-05-22 | 1 | -1/+7 |
* | sdhc(4), sdmmc(4): tsleep(9) -> tsleep_nsec(9); ok patrick@ |  cheloha | 2020-05-13 | 1 | -13/+15 |
* | fix SDHC_DEBUG build, remove procname printf's |  ians | 2020-04-27 | 1 | -5/+4 |
* | Add support for hardware where an SDHC controller lives on a bus that |  kettenis | 2020-04-19 | 1 | -21/+107 |
* | delete wasteful ;; |  deraadt | 2020-01-22 | 1 | -3/+3 |
* | Don't detach non-removable devices during resume on "sdhc* at acpi?". |  stsp | 2019-04-02 | 1 | -1/+4 |
* | Implement 64-bit DMA support in sdhc(4). |  patrick | 2018-09-06 | 1 | -8/+28 |
* | Clear the DMA select bits in case we use PIO instead of DMA. Some |  patrick | 2018-05-30 | 1 | -2/+3 |
* | For SDIO multi-blocks we must not use the AUTO CMD12 feature, |  patrick | 2018-05-25 | 1 | -3/+4 |
* | Add hibernate IO path for sdmmc(4). This requires some help from the |  jmatthew | 2018-03-20 | 1 | -2/+70 |
* | Make it possible for the sdhc(4) attachment glue to specify the base clock |  kettenis | 2018-03-19 | 1 | -3/+8 |
* | fix build with SDHC_DEBUG defined, no binary change otherwise |  jmatthew | 2018-02-10 | 1 | -2/+2 |
* | Implement two quirks to support the Arasan eMMC 5.1 controller found on |  kettenis | 2017-05-05 | 1 | -1/+8 |
* | add sizes to free() calls |  deraadt | 2017-04-06 | 1 | -2/+2 |
* | p_comm is the process's command and isn't per thread, so move it from |  guenther | 2017-01-21 | 1 | -2/+2 |
* | Sync with the ADMA2 implementation in imxesdhc(4): |  kettenis | 2016-05-15 | 1 | -2/+5 |
* | Add Dual Data Rate support for eMMC at 52MHz. |  kettenis | 2016-05-05 | 1 | -10/+57 |
* | Print SD host controller version. |  kettenis | 2016-05-04 | 1 | -2/+3 |
* | Print base clock frequency. |  kettenis | 2016-05-01 | 1 | -1/+3 |
* | Add bus width switching support for MMC. Enable 8-bit bus support on |  kettenis | 2016-05-01 | 1 | -1/+6 |
* | Always write block count. This fixes the DMA issues on Bay Trail. |  kettenis | 2016-05-01 | 1 | -3/+2 |
* | Add support for changing the bus width to the sdmmc subsystem and the sdhc(4) |  kettenis | 2016-05-01 | 1 | -1/+34 |
* | Enable high speed timing for bus clock frequencies over 26MHz and advertise |  kettenis | 2016-04-30 | 1 | -1/+11 |
* | Implement DMA support. Bits and pieces taken from NetBSD, but we only |  kettenis | 2016-04-30 | 1 | -6/+105 |
* | Expose the functionality that triggers a check for card insertion or removal. |  kettenis | 2016-03-30 | 1 | -1/+10 |
* | Make it possible to override the standard card detect mechanism. The SD |  kettenis | 2016-03-27 | 1 | -1/+5 |
* | Add (limited) support for controllers that implement version 3.0 of the |  kettenis | 2016-01-11 | 1 | -7/+29 |
* | Seems the voltage bit defenitions in sdmmcreg.h for voltages below 2V |  kettenis | 2016-01-10 | 1 | -3/+3 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the |  deraadt | 2013-12-06 | 1 | -8/+8 |
* | Correct sequencing in ca_activate function. Some operations were in the |  deraadt | 2013-05-31 | 1 | -4/+2 |
* | Revamp the sequences for suspend/hibernate -> resume so that the code |  deraadt | 2012-10-08 | 1 | -1/+5 |
* | Add support for the Ricoh 5U823 SD/MMC controller found on the x220. |  kettenis | 2011-07-31 | 1 | -4/+4 |
* | remove the powerhook code. All architectures now use the ca_activate tree |  deraadt | 2010-09-07 | 1 | -7/+1 |
* | Add DVACT_QUIECE support. This is called before splhigh() and before |  deraadt | 2010-08-31 | 1 | -1/+4 |
* | activate function should return result of config_activate_children |  deraadt | 2010-08-31 | 1 | -5/+5 |
* | Improve sdhc_activate, and make sdhc_powerhook a simple wrapper around |  deraadt | 2010-08-27 | 1 | -15/+16 |
* | kill PWR_STANDBY (apm can use PWR_SUSPEND instead). While here, renumber |  deraadt | 2010-08-27 | 1 | -2/+1 |
* | - fold several occurences of DEVNAME() into one located in sdmmcvar.h. |  jasper | 2010-08-19 | 1 | -18/+16 |
* | One transition was wrong: Suspending without a card, and then resuming with |  deraadt | 2010-07-02 | 1 | -1/+3 |
* | On resume, detach and then force a re-attach of the card, since we don't |  deraadt | 2010-07-02 | 1 | -1/+3 |
* | Trivial lvalue abuse fixes, no binary changes. |  grange | 2009-01-13 | 1 | -2/+3 |
* | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where |  krw | 2007-10-01 | 1 | -4/+2 |
* | more MALLOC/FREE -> malloc/free and M_ZERO changes |  gilles | 2007-09-10 | 1 | -3/+3 |
* | Don't try disabling bus power before setting the voltage on |  jsg | 2007-09-06 | 1 | -2/+3 |
* | don't print debug messages |  uwe | 2007-05-31 | 1 | -2/+1 |
* | Add SDIO card interrupt handling code |  uwe | 2007-05-31 | 1 | -9/+32 |