| Age | Commit message (Expand) | Author |
| 2023-04-29 | sdmmc: Only check chipset WP status for SD cards. | jmcneill |
| 2022-12-03 | Fix bug in protocol parser that often caused fatal 'checksum error'. | mlelstv |
| 2022-11-02 | Select DMA mode after programming the ADMA base address register(s). | jmcneill |
| 2022-10-14 | Disable ADMA2 on Ricoh SDHCI controllers. | jmcneill |
| 2022-06-18 | Trailing whitespace | skrll |
| 2022-05-16 | sdmmc: ld: Include the card type (SD card, MMC) in the disk description. | jmcneill |
| 2022-03-14 | Add OpenBSD to code to optionally load CLM (Country Locale Matrix) files. | mlelstv |
| 2022-02-06 | sdhc: Retire SDHC_FLAG_USE_ADMA2 flag. | jmcneill |
| 2022-01-17 | sdhc: avoid taking adaptive mutex while holding spin mutex | mrg |
| 2022-01-15 | sdhc: High speed support capability flag applies to eMMC too. | jmcneill |
| 2021-11-10 | s/suport/support/ in comment. | msaitoh |
| 2021-08-08 | Fixup bwfm(4) register bit regarding SDIO device suspend/resume. | jmcneill |
| 2021-08-08 | Use SMBIOS system product instead of the string "netbsd,generic-acpi" | jmcneill |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-03 | Use unsigned to avoid undefined behavior in sdmmc_mem_sd_switch(). | msaitoh |
| 2021-06-21 | fix proplib deprecation | christos |
| 2021-06-13 | Don't crash on detach where interlock == NULL. | mlelstv |
| 2021-06-13 | Be less verbose normally and more when debugging. | mlelstv |
| 2021-05-13 | Use unsigned to avoid undefined behavior in hwrite[12](). Found by kUBSan. | msaitoh |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-03-13 | Enable block count only for count > 0. | mlelstv |
| 2021-03-13 | define NO_STOP flag | mlelstv |
| 2021-01-27 | Rename of_match_compat_data() to of_compatible_match(). Similarly, | thorpej |
| 2020-11-03 | Continue parsing frames after empty payload. | mlelstv |
| 2020-10-17 | Fix error message. No functional change, both commands use the same | mlelstv |
| 2020-08-02 | Remove unnecessary wait in ldbegindetach. | riastradh |
| 2020-07-22 | Sort includes. Nix trailing whitespace. | riastradh |
| 2020-07-22 | Need <sys/kmem.h> for kmem_*. | riastradh |
| 2020-07-22 | Sort #includes. Nix trailing whitespace. | riastradh |
| 2020-07-22 | Omit needless <sys/pcq.h>. | riastradh |
| 2020-07-20 | clear all interrupts, not just those we expect from the hostintmask. | mrg |
| 2020-07-20 | only ask for SDPCMD_INTSTATUS_HMB_SW_MASK and SDPCMD_INTSTATUS_CHIPACTIVE | mrg |
| 2020-07-15 | Identify SDHC 4.1 and 4.2. From {DragonFly,Free}BSD. | msaitoh |
| 2020-06-23 | Make this work on big endian machines | martin |
| 2020-05-30 | discussed with thorpej@, and it seems it's better to allocate the bss | jdolecek |
| 2020-05-30 | constify, and make static where possible | jdolecek |
| 2020-05-24 | Fix races in sdmmc tasks and teach ld@sdmmc to abort xfers on detach. | riastradh |
| 2020-05-11 | If the controller doesn't support switch func (opcode 6) then skip | jdc |
| 2020-05-07 | add entry for BCM43362, found on Cubietruck | macallan |
| 2020-03-25 | - Refactor the firmware loading code into a set of common routines in the | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2020-01-04 | Be less noisy for some commands. | mlelstv |
| 2020-01-04 | size check was backwards. | mlelstv |
| 2020-01-01 | Use correct firmware for BCM43456 | jmcneill |
| 2020-01-01 | regen | jmcneill |
| 2020-01-01 | Add product ID for Broadcom BCM43455 | jmcneill |
| 2019-12-30 | Follow the Linux driver an use the FDT "compatible" property to build a | mlelstv |
| 2019-12-19 | Avoid changing signedness bit with << in sdmmc_ioreg.h | kamil |
| 2019-12-02 | drop my name from the advertising clause. | christos |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |