aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/flash
Commit message (Expand)AuthorAgeFilesLines
* spi flash: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-095-14/+5
* flash: Remove unused variables.John Baldwin2022-04-132-10/+4
* flexspi: In flex_spi_task remove dev, it's write onlyWarner Losh2022-04-061-2/+0
* mx25l_task: eliminate dev write only variableWarner Losh2022-04-051-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-302-0/+1327
* mx25l: Add support for Integrated Silicon Solution is25wp256Thomas Skibo2021-08-301-0/+3
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-2/+2
* flash: Add support for SPI flash s25fl512sNick O'Brien2020-10-021-0/+1
* Enter the network epoch in the xdma interrupt handler if requiredRuslan Bukin2020-02-081-2/+2
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-073-3/+3
* zilinx/zy7_qspi: Add a qspi driver for Zynq platforms.Emmanuel Vadot2020-01-191-0/+2
* Explicitly include sys/rman.h instead of relying on getting it via someIan Lepore2020-01-021-0/+1
* Regularize my copyright noticeWarner Losh2019-12-043-8/+6
* flash: Add GigaDevice gd25q128 flashEmmanuel Vadot2019-10-251-0/+1
* Use the new FDTCOMPAT_PNP_INFO() macro to define SPIBUS_FDT_PNP_INFO().Ian Lepore2019-05-232-2/+2
* Give the mx25l device sole ownership of the name /dev/flash/spi* instead ofIan Lepore2019-03-102-3/+1
* Allow the sector size of the disk device to be configured using hints orIan Lepore2019-03-021-6/+34
* Add some comments. Give #define'd names to some scattered numbers. ChangeIan Lepore2019-03-021-11/+24
* Bugfix: use a dummy buffer for the inactive side of a transfer.Ian Lepore2019-03-021-3/+12
* Add a module dependency on fdt_slicer. Also, move the PNP_INFO to its moreIan Lepore2019-02-261-1/+5
* Add a module dependency on fdt_slicer.Ian Lepore2019-02-261-0/+1
* Add support for geom_flashmap by providing a getattr() for "SPI:device".Ian Lepore2019-02-261-0/+18
* Fix a paste-o that broke the build on all arches.Ian Lepore2019-02-251-1/+1
* Resolve a name conflict when both SpiFlash and DataFlash devices are present.Ian Lepore2019-02-252-2/+4
* Add a metadata entry for the AT45DB641E chip. This chip has the same 3-byteIan Lepore2019-02-251-0/+1
* Include the jedec "extended device information string" in the criteria usedIan Lepore2019-02-251-21/+47
* Switch to using config_intrhook_oneshot(). That allows the error handlingIan Lepore2019-02-251-46/+40
* Add support for probing/attaching on FDT-based systems.Ian Lepore2019-02-241-1/+29
* Add a functional detach() implementation to make module unloading possible.Ian Lepore2019-02-241-1/+38
* Remove All Rights ReservedWarner Losh2019-02-052-2/+2
* The device ID tables are used only within the driver, make them static soIan Lepore2018-07-292-2/+2
* mx25l: compat_data is only defined when FDT isEmmanuel Vadot2018-06-141-0/+2
* mx25l: Add pnp infoEmmanuel Vadot2018-06-141-0/+1
* mx25l: Add mx25l1606eEmmanuel Vadot2018-05-171-0/+1
* Add driver for Cadence Quad SPI Flash Controller found onRuslan Bukin2018-04-235-0/+1473
* Add the device/chip type to the disk d_descr field, and print more infoIan Lepore2018-03-181-2/+9
* Add support for 4K and 32K erase block sizes. Many of the supported chipsIan Lepore2018-03-181-12/+23
* Make all internal routines return an int error status, and check theIan Lepore2018-03-181-41/+47
* Add sc_parent to the softc and use it in place of device_get_parent() callsIan Lepore2018-03-181-46/+33
* Bugfix: wait for writes/erases to complete after starting them, instead ofIan Lepore2018-03-181-1/+2
* Eliminate some unneeded intermediate variables. Eliminate some redundantIan Lepore2018-03-181-45/+36
* Remove a pointless KASSERT and reword a comment a bit. The KASSERT testedIan Lepore2018-03-181-10/+2
* Do not overwrite the contents of BIO_WRITE buffers. SPI inherentlyIan Lepore2018-03-181-1/+2
* Add a functional detach() routine, to make things kldunload-friendly.Ian Lepore2018-02-241-2/+40
* Add missing MODULE_DEPENDS().Ian Lepore2018-02-202-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* Add Microchip 1-MBit SPI flash IDJustin Hibbits2017-10-301-0/+1
* [mx25l] add new device ids.Adrian Chadd2017-05-061-0/+2
* [mx25l] add new device id.Adrian Chadd2016-07-211-0/+3