summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/spi-nor.h
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: add an API to restore the status of SPI flash chipHou Zhiqiang2017-12-131-0/+6
* mtd: spi-nor: check FSR error bits for Micron memoriesBean Huo (beanhuo)2017-12-131-1/+5
* mtd: spi-nor: add spi_nor_init() functionKamal Dasu2017-10-101-0/+10
* mtd: spi-nor: Recover from Spansion/Cypress errorsAlexander Sverdlin2017-08-011-0/+5
* mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tablesCyrille Pitchen2017-07-181-0/+6
* mtd: spi-nor: introduce Octo SPI protocolsCyrille Pitchen2017-05-151-5/+21
* mtd: spi-nor: introduce Double Transfer Rate (DTR) SPI protocolsCyrille Pitchen2017-05-151-11/+37
* mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsCyrille Pitchen2017-05-151-9/+110
* mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen2017-02-101-6/+16
* mtd: spi-nor: Add support for S3AN spi-nor devicesRicardo Ribalda2017-02-101-0/+12
* mtd: spi-nor: stop passing around retlenMichal Suchanek2016-06-011-2/+2
* mtd: spi-nor: change return value of read/writeMichal Suchanek2016-06-011-2/+2
* mtd: spi-nor: support GigaDevice gd25lq64cBrian Norris2016-05-101-0/+1
* mtd: spi-nor: add TB (Top/Bottom) protect supportBrian Norris2016-03-071-0/+2
* mtd: merge MTD development from v4.4 into for-v4.5 developmentBrian Norris2016-01-051-1/+1
|\
| * mtd: spi-nor: fix Spansion regressions (aliased with Winbond)Brian Norris2016-01-051-1/+1
* | mtd: spi-nor: include mtd.h header for struct mtd_info definitionRafał Miłecki2015-11-301-2/+1
* | mtd: spi-nor: provide default erase_sector implementationBrian Norris2015-11-191-1/+2
* | mtd: spi-nor: drop flash_node fieldBrian Norris2015-11-111-4/+2
* | mtd: add get/set of_node/flash_node helpersBrian Norris2015-11-111-0/+11
|/
* mtd: spi-nor: add mtd_is_locked() supportBrian Norris2015-10-131-0/+3
* mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointersBrian Norris2015-10-131-2/+2
* mtd: spi-nor: add SPI NOR manufacturer IDsBrian Norris2015-10-131-0/+15
* mtd: spi-nor: make bitfield constants more consistentBrian Norris2015-10-131-10/+10
* mtd: spi-nor: make implicit <linux/bitops.h> dependency explicitBrian Norris2015-10-131-0/+2
* mtd: spi-nor: remove unused read_xfer/write_xfer hooksCyrille Pitchen2015-09-211-35/+0
* mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki2015-09-111-2/+1
* mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut2015-09-111-0/+2
* mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris2015-09-021-1/+1
* mtd: spi-nor: add forward declaration for mtd_infoBrian Norris2015-09-021-0/+2
* mtd: spi-nor: factor out replace-able flash_{lock,unlock}Brian Norris2015-03-271-0/+5
* mtd: spi-nor: Add quad I/O support for Micron SPI NORBean Huo 霍斌斌 (beanhuo)2015-01-071-0/+7
* mtd: spi-nor: drop replaceable wait-till-ready function pointerBrian Norris2014-11-051-2/+0
* mtd: m25p80: drop wait-till-ready checksBrian Norris2014-11-051-0/+6
* spi-nor: Remove spi_nor::read_id operationBen Hutchings2014-10-211-3/+0
* mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings2014-10-211-1/+0
* mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings2014-10-171-17/+3
* mtd: spi-nor: add support for flag status register on Micron chipsgrmoore@altera.com2014-07-111-0/+4
* mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris2014-04-141-8/+16
* mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris2014-04-141-27/+27
* mtd: spi-nor: drop \t after #defineBrian Norris2014-04-141-36/+36
* mtd: spi-nor: add the copyright informationHuang Shijie2014-04-141-0/+9
* mtd: spi-nor: add a helper to find the spi_device_idHuang Shijie2014-04-141-0/+12
* mtd: spi-nor: add the framework for SPI NORHuang Shijie2014-04-141-0/+20
* mtd: spi-nor: add the basic data structuresHuang Shijie2014-04-141-0/+110
* mtd: spi-nor: copy the SPI NOR commands to a new header fileHuang Shijie2014-04-141-0/+55
OpenPOWER on IntegriCloud