Age | Commit message (Expand) | Author |
2020-07-20 | Move remaining scsi bus initialization info from "prototype scsi link" | Kenneth R Westerback |
2020-07-19 | Move the adapter related items (luns, adapter, adapter_target, | Kenneth R Westerback |
2020-07-16 | Access adapter softc via link->bus->sb_adapter_softc. | Kenneth R Westerback |
2020-07-13 | Remove some pointless casting of void * when assigning one | Kenneth R Westerback |
2020-07-03 | Pass the expected 'scsibus_attach_args *' to scsibus_attach() via | Kenneth R Westerback |
2020-06-19 | Add support for BCM4359 SDIO variants such as the AP6359SA module found | 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-15 | Some newer bwfm(4) chips from Cypress hold their regulatory | Patrick Wildt |
2020-05-13 | sdhc(4), sdmmc(4): tsleep(9) -> tsleep_nsec(9); ok patrick@ | cheloha |
2020-04-29 | According to the SDIO Simplified Specification 3.0, a tuple length | Patrick Wildt |
2020-04-27 | fix SDHC_DEBUG build, remove procname printf's | ians |
2020-04-19 | Add comments to clarify the hex IDs of some bwfm(4) devices on SD bus. | Stefan Sperling |
2020-04-19 | Add support for hardware where an SDHC controller lives on a bus that | Mark Kettenis |
2020-04-19 | Add support for hardware where an SDHC controller lives on a bus that | Mark Kettenis |
2020-03-14 | On fdt platforms attempt to load system specific .txt and .bin files | Jonathan Gray |
2020-03-13 | Recognize BCM43341 as a BCM43340 variant. | Patrick Wildt |
2020-03-07 | Use snprintf(9) to create the names for the firmware and NVRAM files. This | Patrick Wildt |
2020-03-06 | Fixup bwfm(4) register bit regarding SDIO device suspend/resume. | Patrick Wildt |
2020-03-06 | Process the NVRAM in bwfm(4) itself. So far we have relied on some | Patrick Wildt |
2020-02-25 | Make bwfm(4) call if_input() only once per interrupt. | Patrick Wildt |
2020-02-20 | Relax the grip the dead hand of QBUS (a.k.a. MAXPHYS) has on the | Kenneth R Westerback |
2020-02-12 | Bring a few stragglers into line with the idiom used by the other 40+ | Kenneth R Westerback |
2020-01-26 | Shuffle some names around to make reading the code less headache | Kenneth R Westerback |
2020-01-25 | Drivers that implement their own *minphys() don't need to call the | Kenneth R Westerback |
2020-01-22 | Recognize BCM4345 rev 9, which requires a different firmware, | Patrick Wildt |
2020-01-22 | delete wasteful ;; | Theo de Raadt |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-04-02 | Don't detach non-removable devices during resume on "sdhc* at acpi?". | Stefan Sperling |
2019-02-07 | Consistently use m_freem(9). This fixes possible leaks in a few | Patrick Wildt |
2019-02-04 | Turns out we do need to handle control messages that exceed MLEN, so | Mark Kettenis |
2018-12-29 | Allow passing the maximum size of a segment that a SD/MMC host | Patrick Wildt |
2018-12-22 | Avoid using m_trailingspace(9) on an mbuf allocated with MGET(9) as it relies | Mark Kettenis |
2018-11-09 | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | Claudio Jeker |
2018-09-06 | Implement 64-bit DMA support in sdhc(4). | Patrick Wildt |
2018-08-09 | Implement out-of-band interrupt support in the bwfm(4) SDIO backend. | Patrick Wildt |
2018-08-09 | Allow passing per-function cookies through the SD/MMC bus to SDIO | Patrick Wildt |
2018-08-09 | Correct the bitmask that returns the function count. We missed a bit | Patrick Wildt |
2018-07-24 | Add support fotr the BCM4335/4339 SDIO chip to bwfm(4). This one is a bit | Mark Kettenis |
2018-07-17 | TX packets, which can be either Ethernet or control packets, must be | Patrick Wildt |
2018-07-16 | Add support for the BCM43455 SDIO chip to bwfm(4). | Patrick Wildt |
2018-07-16 | In certain modes SDIO-connected bwfm(4) chips might expect us to read | Patrick Wildt |
2018-06-18 | Run the code to handle interrupts directly from the interrupt handler | Mark Kettenis |
2018-06-17 | Add curly braces to the if-condition to make sure the bus width | Patrick Wildt |
2018-06-04 | in non-DIAGNOSTIC kernels, rw_assert_wrlock becomes a nop which leaves the | Theo de Raadt |
2018-06-04 | 4-bit bus width is mandatory for SDIO cards that support High Speed | Patrick Wildt |
2018-06-04 | Switch to SDIO High Speed mode if the host controller supports it. | Patrick Wildt |
2018-05-30 | Implement SDIO DMA support. This is achieved by wrapping the | Patrick Wildt |
2018-05-30 | For the upcoming SDIO DMA support we need to use DMA-able buffer | Patrick Wildt |
2018-05-30 | Clear the DMA select bits in case we use PIO instead of DMA. Some | Patrick Wildt |