| Age | Commit message (Expand) | Author |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-06-13 | Don't crash on detach where interlock == NULL. | mlelstv |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2020-05-24 | Fix races in sdmmc tasks and teach ld@sdmmc to abort xfers on detach. | riastradh |
| 2019-10-28 | Add and use sdmmc_pause to avoid long-term busy waits. | mlelstv |
| 2019-10-23 | Add SDHC flags. | hkenken |
| 2019-09-01 | From OpenBSD: | mlelstv |
| 2018-11-06 | Increase kthread priority to PRI_SOFTBIO. | jmcneill |
| 2018-03-06 | correct whitespace in attach message | mlelstv |
| 2017-02-17 | sdhc(4): hardware reset support for Intel eMMC controller | nonaka |
| 2015-12-22 | ignore timeouts for APP_CMD prefix as for the application command itself. | mlelstv |
| 2015-11-29 | Add some event counters to track transfer sizes. | jmcneill |
| 2015-08-09 | Send an explicit CMD12 (stop transmission) when there was an error | mlelstv |
| 2015-08-09 | protect card detection with mutex. | mlelstv |
| 2015-08-03 | Add support for DDR50 transfer modes. | jmcneill |
| 2015-08-03 | use mutex locking for MP safety. | mlelstv |
| 2015-07-28 | Be more verbose about errors. | mlelstv |
| 2015-05-21 | sdmmc_task_thread isn't MPSAFE so instead of just wrapping the callback | jmcneill |
| 2015-05-20 | need to call lddone with splbio and kernel lock held | jmcneill |
| 2015-02-27 | fix to simulate multi-segment dma transfer for pq3sdhc(4). | nonaka |
| 2014-11-16 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-03-19 | Add a driver for Realtek RTS5209/RTS5229 Card Reader. | nonaka |
| 2013-10-12 | Pass the device name in, so we can debug what deferred drivers did not work. | christos |
| 2012-12-22 | We can't block our interrupt while sdmmc_detach_card is called, as | jakllsch |
| 2012-12-22 | Revert sdmmc.c r1.18 (previous commit to this file). | jakllsch |
| 2012-12-20 | Only use DETACH_FORCE as flags argument to sdmmc_card_detach when the | jakllsch |
| 2012-12-15 | It's also useful to compile-test before committing. | jakllsch |
| 2012-12-15 | When debugging, it's useful to know what exactly failed. | jakllsch |
| 2012-08-04 | Print 'Standard Function Interface Code" in sdmmc_print(), if not SD_IO_SFIC_... | kiyohara |
| 2012-07-17 | Whitespace. | skrll |
| 2012-07-12 | If necessary, unload and destroy dmamap upon detach. | jakllsch |
| 2012-02-01 | Use "opt_sdmmc.h" for SDMMC_DEBUG, etc. | matt |
| 2012-01-26 | Print error if couldn't enable card. | matt |
| 2012-01-21 | fix my license notice. | nonaka |
| 2011-03-20 | if poll card detect is enabled, don't show "couldn't enable card". | nonaka |
| 2011-02-13 | - Don't switch MMC high-speed timing, if host controller isn't supported. | nonaka |
| 2011-02-05 | Don't switch SD high-speed timing, if host controller isn't supported. | nonaka |
| 2010-10-07 | Fix read CIS. And pass to attach args the standard function interface code. | kiyohara |
| 2010-10-07 | Support High-Speed mode. | kiyohara |
| 2010-10-01 | Use DMA bounce buffer, if DMA buffer is making by multiple segments. A lot | kiyohara |
| 2010-09-20 | Clear SMF_CARD_PRESENT, if failed to attach. | kiyohara |
| 2010-04-06 | - mention MMC SPI mode. | nonaka |
| 2009-04-21 | Added SD/MMC support from OpenBSD. | nonaka |