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