aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/flash/flexspi/flex_spi.c
Commit message (Expand)AuthorAgeFilesLines
* spi flash: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* flexspi: In flex_spi_task remove dev, it's write onlyWarner Losh2022-04-061-2/+0
* flex_spi: Don't try to destroy disk if it doesn't existKornel Duleba2021-12-071-1/+4
* flex_spi: Support for FlexSPI Flash controller.Wojciech Macek2021-11-301-0/+991