aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/flash/cqspi.c
Commit message (Expand)AuthorAgeFilesLines
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spi flash: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
* flash: Remove unused variables.John Baldwin2022-04-131-6/+4
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* Enter the network epoch in the xdma interrupt handler if requiredRuslan Bukin2020-02-081-2/+2
* Explicitly include sys/rman.h instead of relying on getting it via someIan Lepore2020-01-021-0/+1
* Add driver for Cadence Quad SPI Flash Controller found onRuslan Bukin2018-04-231-0/+768