| Age | Commit message (Expand) | Author |
| 2021-12-03 | Pull up the followin revisions (all via patch), requested by msaitoh | martin |
| 2020-08-17 | Pull up following revision(s) (requested by mrg in ticket #1052): | martin |
| 2020-08-09 | Pull up following revision(s) (requested by mrg in ticket #1042): | martin |
| 2020-07-20 | Pull up following revision(s) (requested by msaitoh in ticket #1021): | martin |
| 2020-05-07 | Pull up following revision(s) (requested by macallan in ticket #892): | martin |
| 2020-02-25 | Regen (for ticket #717) | martin |
| 2020-02-25 | Pull up following revision(s) (requested by mrg in ticket #717): | martin |
| 2019-07-24 | Define SD_ARG_CMD52_WRITE macro correctly. Found by KUBSan. This macro is | msaitoh |
| 2019-07-03 | If switching to fixed sampling clock, do not return an error to the sdmmc layer. | jmcneill |
| 2019-06-06 | If setting HS_TIMING fails, keep trying slower speeds instead of bailing | jmcneill |
| 2019-05-28 | If a mem function fails to initialize, set the error flag so sdmmc doesn't tr... | jmcneill |
| 2019-03-19 | Provide CID data (manufacturer/product id/product name) as disk type. | mlelstv |
| 2019-03-13 | Add vendor callback for post-bus clock ops and add SDHC_FLAG_STOP_WITH_TC flag | jmcneill |
| 2019-02-25 | Add SCF_NEED_BOUNCE command flag. Can be used by a driver to keep track of | jmcneill |
| 2018-12-29 | Regen. | thorpej |
| 2018-12-29 | Add ReakTek RTL8189FTV SDIO 802.11 interface. | thorpej |
| 2018-11-09 | Defer DIOCCACHESYNC to the sdmmc task queue so they are serialized with other... | jmcneill |
| 2018-11-09 | Wait for data ready after eMMC flush cache commands | jmcneill |
| 2018-11-06 | Increase kthread priority to PRI_SOFTBIO. | jmcneill |
| 2018-10-14 | remove M_CANFAIL flag for malloc(9) - it was completely ignored, so had | jdolecek |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-06-28 | Regen | jmcneill |
| 2018-06-28 | Add vendor REALTEK and product RTL8703BS | jmcneill |
| 2018-05-11 | sync with openbsd bwfm to some extent. | maya |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-04-18 | m_free -> m_freem, m_copyback could have added mbufs in the chain | maxv |
| 2018-03-11 | Outsource setting the backplane window into a specific function so it | khorben |
| 2018-03-06 | correct whitespace in attach message | mlelstv |
| 2018-02-07 | Fix uninitialized variable use: | bouyer |
| 2018-01-28 | Don't print an error when we find a CIS tuple code in the vendor-unique | jmcneill |
| 2017-11-07 | Add driver for Broadcom 802.11a/b/g/n/ac SDIO wireless devices, based on | khorben |
| 2017-10-23 | - Get SDIO reset working (from OpenBSD). | jmcneill |
| 2017-09-12 | For SD cards, send the SET_WR_BLK_ERASE_COUNT app command before a | jmcneill |
| 2017-08-20 | make the sc_discard interface for the ld backend asynchronous and | mlelstv |
| 2017-08-11 | Defer sdmmc discard operations to the sdmmc task queue. Fixes a panic | jmcneill |
| 2017-08-09 | While ld(4) is MP safe, many backends are not. | mlelstv |
| 2017-07-16 | Add support for eMMC 4.5's optional cache feature. If a cache is present, | jmcneill |
| 2017-07-10 | Decrypt comment about the attach thread. No functional change. | mlelstv |
| 2017-07-08 | The config_* APIs are not MPSAFE, so make sure the deferred attach | jmcneill |
| 2017-06-24 | Revert part of previous; the SD card spec recommends not to issue a DISCARD | jmcneill |
| 2017-06-24 | Read SD status register and print card status when a new SD card is found: | jmcneill |
| 2017-06-24 | Add discard support to ld@sdmmc using the ERASE (CMD38) command. | jmcneill |
| 2017-06-23 | fix problem for ESDHC/USDHC due to change of r1.96 | ryo |
| 2017-06-06 | Fix a race between ld_sdmmc_start and ld_sdmmc_dobio that could result in | jmcneill |
| 2017-06-04 | Give a hint to controllers in the command flags if we are performing a | jmcneill |
| 2017-06-03 | remove my copyright. | christos |
| 2017-04-22 | Add a vendor callback for setting signal voltage. | jmcneill |
| 2017-04-22 | Ensure that the task is returned to the free task list in an error branch. | jmcneill |
| 2017-04-11 | Remove a test that prevents tuning from happening on eMMC devices. | jmcneill |
| 2017-02-17 | sdhc(4): hardware reset support for Intel eMMC controller | nonaka |