Age | Commit message (Expand) | Author |
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 |
2018-05-27 | BCM43430 SDIO works if we load the appropriate firmware. | Mark Kettenis |
2018-05-26 | BCM4356 SDIO works if we load the appropriate firmware. | Mark Kettenis |
2018-05-25 | So far the SDIO stack issued one transfer for every 64 byte to be | Patrick Wildt |
2018-05-25 | For SDIO multi-blocks we must not use the AUTO CMD12 feature, | Patrick Wildt |
2018-05-24 | Release rwlock on bwfm(4) SDIO initialization error. Fixes hang found | Patrick Wildt |
2018-05-23 | Implement a separate initialization stage so that we can still use | Patrick Wildt |
2018-05-23 | Extend list of supported bwfm(4) SDIO chips. | Patrick Wildt |
2018-05-21 | Make the way we print "not configured" lines for SDIO devices a bit nicer. | Mark Kettenis |
2018-05-21 | Consistently suffix the pre-processed NVRAM binary that the bwfm(4)'s | Patrick Wildt |
2018-05-19 | Akin to the PCI attachment driver we can extract the chip's dmesg(8) | Patrick Wildt |
2018-05-18 | After reading the first frame, which we can do in two reads (software | Patrick Wildt |
2018-05-17 | The Broadcom FullMAC firmware has a few ways of doing flow control. One | Patrick Wildt |
2018-05-16 | After having finished transmitting the last mbuf, don't just return to | Patrick Wildt |
2018-05-16 | Implement a BCDC control packet mechanism based on the command request | Patrick Wildt |
2018-05-01 | Bump the clock frequency to a higher level that every card (per spec) | Patrick Wildt |
2018-03-30 | Add some sensible error checking in the hibernate io path, helpfully | Jonathan Matthew |
2018-03-20 | Add hibernate IO path for sdmmc(4). This requires some help from the | Jonathan Matthew |
2018-03-19 | Make it possible for the sdhc(4) attachment glue to specify the base clock | Mark Kettenis |
2018-02-11 | Use the new APIs for setting block lengths and reading from/writing to | Patrick Wildt |
2018-02-11 | Add sdmmc_io_set_blocklen() which allows to set the block length of an | Patrick Wildt |
2018-02-11 | Add sdmmc_io_read_region_1() and sdmmc_io_write_region_1() as an | Patrick Wildt |
2018-02-11 | Since the BCDC header has a variable data offset, so the ethernet packet | Patrick Wildt |
2018-02-11 | Update the packet header length as well as the mbuf length on | Patrick Wildt |