aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sdio
Commit message (Expand)AuthorAgeFilesLines
* sdiob: Forward-declare struct sdio_funcJohn Baldwin2026-02-241-0/+2
* bus: Document special ranges of IVARsJohn Baldwin2026-02-171-1/+1
* sdio: add sdio_{read,write}_2Minsoo Choo2026-01-092-0/+32
* sdio: don't use CAM_PRIORITY_NONE for queued CCB-sAndriy Gapon2025-08-051-5/+2
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-211-1/+1
* sdiodevs: add more vendors and devicesBjoern A. Zeeb2024-08-311-1/+31
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* cam: Minor opt_cam.h cleanupWarner Losh2023-11-061-3/+0
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* sdio: Do not allow setting a block size if function doesn't support itEmmanuel Vadot2022-08-101-0/+3
* sdio: Always use increment address for read/write_4Emmanuel Vadot2022-08-101-2/+2
* sdio: Change the sdio helper name and arg orderEmmanuel Vadot2022-08-102-12/+12
* Remove unused sdiob_devclass.John Baldwin2022-05-101-2/+1
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-2/+2
* sdiob: get the device_t from periph's pathWarner Losh2021-06-281-12/+9
* sdio: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-8/+0
* Add SDIO support.Bjoern A. Zeeb2019-06-086-0/+1767