summaryrefslogtreecommitdiff
path: root/sys/dev/flash/mx25l.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c 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-04mx25l_task: eliminate dev write only variableWarner Losh
2021-08-30mx25l: Add support for Integrated Silicon Solution is25wp256Thomas Skibo
2020-10-02flash: Add support for SPI flash s25fl512sNick O'Brien
2020-02-07Ever since the block layer expanded its command syntax beyond justScott Long
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-02-26Add a module dependency on fdt_slicer.Ian Lepore
2019-02-25Resolve a name conflict when both SpiFlash and DataFlash devices are present.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-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
2018-03-18Add sc_parent to the softc and use it in place of device_get_parent() callsIan Lepore
2018-03-18Bugfix: wait for writes/erases to complete after starting them, instead ofIan Lepore
2018-03-18Eliminate some unneeded intermediate variables. Eliminate some redundantIan Lepore
2018-03-18Remove a pointless KASSERT and reword a comment a bit. The KASSERT testedIan Lepore
2018-03-18Do not overwrite the contents of BIO_WRITE buffers. SPI inherentlyIan Lepore
2018-02-24Add a functional detach() routine, to make things kldunload-friendly.Ian Lepore
2018-02-20Add missing MODULE_DEPENDS().Ian Lepore
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-30Add Microchip 1-MBit SPI flash IDJustin Hibbits
2017-05-06[mx25l] add new device ids.Adrian Chadd
2016-07-21[mx25l] add new device id.Adrian Chadd
2016-06-08Add support for Atmel at25df641 flashBaptiste Daroussin
2016-05-26[mx25l] add Winbond w25x64 support.Adrian Chadd
2016-04-20Modify mx25l FDT compatible device handlingStanislav Galabov
2016-04-19sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni
2016-04-17Only compile the FDT bits when we are using FDT.Adrian Chadd
2016-04-15Make mx25l compatible with jedec,spi-nor as wellStanislav Galabov
2016-04-04Enable 4-byte address support for the mx25l family of SPI flash devices.Stanislav Galabov
2016-03-30Add basic FDT support for the mx25l SPI flash.Luiz Otavio O Souza
2016-01-22[flash] Teach mx25l SPI flash driver to interact with fdt_slicer and geom_fla...Adrian Chadd
2015-11-05Add support for s25fl256s. I /think/ it's a 32mb NOR flash part.Adrian Chadd
2013-08-28Fix a few typos for s25fl types.Luiz Otavio O Souza
2013-06-08Add support for two new winbond SPI flash parts.Adrian Chadd
2012-09-25Add more SPI flash IDs.Aleksandr Rybalko
2012-08-28Add a new flash part - 4MB SPI flash from Winbond.Adrian Chadd
2012-01-04Add a couple more SPI flash device IDs found in commercialAdrian Chadd
2011-02-16Modify the spi flash driver to allow smaller read IO sizes, but enforceAdrian Chadd
2011-01-30Add support for the m25p64; lifted straight from Linux.Adrian Chadd