summaryrefslogtreecommitdiff
path: root/sys/dev/flash
AgeCommit message (Expand)Author
2025-04-28Fix TXFIFO register write and timeout messagePremal Gajjar
2025-02-14flash: add w25n (nand flash) supportAdrian Chadd
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-09-03flexspi: Stop checking for failures from malloc(M_WAITOK)Zhenlei Huang
2024-01-10clk: Move clock code in dev/clkEmmanuel Vadot
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18flash: Add "n25q64" to mx25l driverStephen J. Kiernan
2022-05-09spi flash: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-13flash: Remove unused variables.John Baldwin
2022-04-05flexspi: In flex_spi_task remove dev, it's write onlyWarner Losh
2022-04-04mx25l_task: eliminate dev write only variableWarner Losh
2021-12-07flex_spi: Don't try to destroy disk if it doesn't existKornel Duleba
2021-11-30flex_spi: Support for FlexSPI Flash controller.Wojciech Macek
2021-08-30mx25l: Add support for Integrated Silicon Solution is25wp256Thomas Skibo
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-10-02flash: Add support for SPI flash s25fl512sNick O'Brien
2020-02-08Enter the network epoch in the xdma interrupt handler if requiredRuslan Bukin
2020-02-07Ever since the block layer expanded its command syntax beyond justScott Long
2020-01-19zilinx/zy7_qspi: Add a qspi driver for Zynq platforms.Emmanuel Vadot
2020-01-02Explicitly include sys/rman.h instead of relying on getting it via someIan Lepore
2019-12-04Regularize my copyright noticeWarner Losh
2019-10-25flash: Add GigaDevice gd25q128 flashEmmanuel Vadot
2019-05-23Use the new FDTCOMPAT_PNP_INFO() macro to define SPIBUS_FDT_PNP_INFO().Ian Lepore
2019-03-10Give the mx25l device sole ownership of the name /dev/flash/spi* instead ofIan Lepore
2019-03-02Allow the sector size of the disk device to be configured using hints orIan Lepore
2019-03-02Add some comments. Give #define'd names to some scattered numbers. ChangeIan Lepore
2019-03-02Bugfix: use a dummy buffer for the inactive side of a transfer.Ian Lepore
2019-02-26Add a module dependency on fdt_slicer. Also, move the PNP_INFO to its moreIan Lepore
2019-02-26Add a module dependency on fdt_slicer.Ian Lepore
2019-02-26Add support for geom_flashmap by providing a getattr() for "SPI:device".Ian Lepore
2019-02-25Fix a paste-o that broke the build on all arches.Ian Lepore
2019-02-25Resolve a name conflict when both SpiFlash and DataFlash devices are present.Ian Lepore
2019-02-25Add a metadata entry for the AT45DB641E chip. This chip has the same 3-byteIan Lepore
2019-02-25Include the jedec "extended device information string" in the criteria usedIan Lepore
2019-02-25Switch to using config_intrhook_oneshot(). That allows the error handlingIan Lepore
2019-02-24Add support for probing/attaching on FDT-based systems.Ian Lepore
2019-02-24Add a functional detach() implementation to make module unloading possible.Ian Lepore
2019-02-05Remove All Rights ReservedWarner Losh
2018-07-29The device ID tables are used only within the driver, make them static soIan Lepore
2018-06-14mx25l: compat_data is only defined when FDT isEmmanuel Vadot
2018-06-14mx25l: Add pnp infoEmmanuel Vadot
2018-05-17mx25l: Add mx25l1606eEmmanuel Vadot
2018-04-23Add driver for Cadence Quad SPI Flash Controller found onRuslan Bukin
2018-03-18Add the device/chip type to the disk d_descr field, and print more infoIan Lepore
2018-03-18Add support for 4K and 32K erase block sizes. Many of the supported chipsIan Lepore
2018-03-18Make all internal routines return an int error status, and check theIan Lepore