summaryrefslogtreecommitdiff
path: root/include/linux/mtd/spi-nor.h
AgeCommit message (Expand)Author
2017-12-13mtd: spi-nor: add an API to restore the status of SPI flash chipHou Zhiqiang
2017-12-13mtd: spi-nor: check FSR error bits for Micron memoriesBean Huo (beanhuo)
2017-10-10mtd: spi-nor: add spi_nor_init() functionKamal Dasu
2017-08-01mtd: spi-nor: Recover from Spansion/Cypress errorsAlexander Sverdlin
2017-07-18mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tablesCyrille Pitchen
2017-05-15mtd: spi-nor: introduce Octo SPI protocolsCyrille Pitchen
2017-05-15mtd: spi-nor: introduce Double Transfer Rate (DTR) SPI protocolsCyrille Pitchen
2017-05-15mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsCyrille Pitchen
2017-02-10mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen
2017-02-10mtd: spi-nor: Add support for S3AN spi-nor devicesRicardo Ribalda
2016-06-01mtd: spi-nor: stop passing around retlenMichal Suchanek
2016-06-01mtd: spi-nor: change return value of read/writeMichal Suchanek
2016-05-10mtd: spi-nor: support GigaDevice gd25lq64cBrian Norris
2016-03-07mtd: spi-nor: add TB (Top/Bottom) protect supportBrian Norris
2016-01-05mtd: merge MTD development from v4.4 into for-v4.5 developmentBrian Norris
2016-01-05mtd: spi-nor: fix Spansion regressions (aliased with Winbond)Brian Norris
2015-11-30mtd: spi-nor: include mtd.h header for struct mtd_info definitionRafał Miłecki
2015-11-19mtd: spi-nor: provide default erase_sector implementationBrian Norris
2015-11-11mtd: spi-nor: drop flash_node fieldBrian Norris
2015-11-11mtd: add get/set of_node/flash_node helpersBrian Norris
2015-10-13mtd: spi-nor: add mtd_is_locked() supportBrian Norris
2015-10-13mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointersBrian Norris
2015-10-13mtd: spi-nor: add SPI NOR manufacturer IDsBrian Norris
2015-10-13mtd: spi-nor: make bitfield constants more consistentBrian Norris
2015-10-13mtd: spi-nor: make implicit <linux/bitops.h> dependency explicitBrian Norris
2015-09-21mtd: spi-nor: remove unused read_xfer/write_xfer hooksCyrille Pitchen
2015-09-11mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki
2015-09-11mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut
2015-09-02mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris
2015-09-02mtd: spi-nor: add forward declaration for mtd_infoBrian Norris
2015-03-27mtd: spi-nor: factor out replace-able flash_{lock,unlock}Brian Norris
2015-01-07mtd: spi-nor: Add quad I/O support for Micron SPI NORBean Huo 霍斌斌 (beanhuo)
2014-11-05mtd: spi-nor: drop replaceable wait-till-ready function pointerBrian Norris
2014-11-05mtd: m25p80: drop wait-till-ready checksBrian Norris
2014-10-21spi-nor: Remove spi_nor::read_id operationBen Hutchings
2014-10-21mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings
2014-10-17mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings
2014-07-11mtd: spi-nor: add support for flag status register on Micron chipsgrmoore@altera.com
2014-04-14mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris
2014-04-14mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris
2014-04-14mtd: spi-nor: drop \t after #defineBrian Norris
2014-04-14mtd: spi-nor: add the copyright informationHuang Shijie
2014-04-14mtd: spi-nor: add a helper to find the spi_device_idHuang Shijie
2014-04-14mtd: spi-nor: add the framework for SPI NORHuang Shijie
2014-04-14mtd: spi-nor: add the basic data structuresHuang Shijie
2014-04-14mtd: spi-nor: copy the SPI NOR commands to a new header fileHuang Shijie