aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/flash/n25q.c
Commit message (Expand)AuthorAgeFilesLines
* chore: replace {0, 0} with {DEV,KOBJ}METHOD_ENDEnji Cooper2026-02-251-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-4/+0
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-071-1/+1
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* Remove All Rights ReservedWarner Losh2019-02-051-1/+1
* The device ID tables are used only within the driver, make them static soIan Lepore2018-07-291-1/+1
* Add driver for Cadence Quad SPI Flash Controller found onRuslan Bukin2018-04-231-0/+490