aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/spi-nor.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-21mtd: spi-nor: Fix wrong abbreviation HWCPASBean Huo1-1/+1
2019-01-17mtd: spi-nor: add opcodes for octal Read/Write commandsYogesh Narayan Gaur1-4/+12
2018-12-10mtd: spi-nor: parse SFDP 4-byte Address Instruction TableCyrille Pitchen1-0/+1
2018-12-10mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}Boris Brezillon1-5/+1
2018-12-10mtd: spi-nor: Add the SNOR_F_4B_OPCODES flagBoris Brezillon1-0/+1
2018-12-10mtd: spi-nor: add macros related to MICRON flashYogesh Narayan Gaur1-1/+2
2018-10-08mtd: spi-nor: parse SFDP Sector Map Parameter TableTudor Ambarus1-0/+12
2018-10-08mtd: spi-nor: add support to non-uniform SFDP SPI NOR flash memoriesTudor Ambarus1-0/+107
2018-08-01mtd: spi-nor: only apply reset hacks to broken hardwareBrian Norris1-0/+1
2018-04-21mtd: spi-nor: clear Winbond Extended Address Reg on switch to 3-byte addressing.NeilBrown1-0/+2
2017-12-13mtd: spi-nor: add an API to restore the status of SPI flash chipHou Zhiqiang1-0/+6
2017-12-13mtd: spi-nor: check FSR error bits for Micron memoriesBean Huo (beanhuo)1-1/+5
2017-10-10mtd: spi-nor: add spi_nor_init() functionKamal Dasu1-0/+10
2017-08-01mtd: spi-nor: Recover from Spansion/Cypress errorsAlexander Sverdlin1-0/+5
2017-07-18mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tablesCyrille Pitchen1-0/+6
2017-05-15mtd: spi-nor: introduce Octo SPI protocolsCyrille Pitchen1-5/+21
2017-05-15mtd: spi-nor: introduce Double Transfer Rate (DTR) SPI protocolsCyrille Pitchen1-11/+37
2017-05-15mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsCyrille Pitchen1-9/+110
2017-02-10mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen1-6/+16
2017-02-10mtd: spi-nor: Add support for S3AN spi-nor devicesRicardo Ribalda1-0/+12
2016-06-01mtd: spi-nor: stop passing around retlenMichal Suchanek1-2/+2
2016-06-01mtd: spi-nor: change return value of read/writeMichal Suchanek1-2/+2
2016-05-10mtd: spi-nor: support GigaDevice gd25lq64cBrian Norris1-0/+1
2016-03-07mtd: spi-nor: add TB (Top/Bottom) protect supportBrian Norris1-0/+2
2016-01-05mtd: merge MTD development from v4.4 into for-v4.5 developmentBrian Norris1-1/+1
2016-01-05mtd: spi-nor: fix Spansion regressions (aliased with Winbond)Brian Norris1-1/+1
2015-11-30mtd: spi-nor: include mtd.h header for struct mtd_info definitionRafał Miłecki1-2/+1
2015-11-19mtd: spi-nor: provide default erase_sector implementationBrian Norris1-1/+2
2015-11-11mtd: spi-nor: drop flash_node fieldBrian Norris1-4/+2
2015-11-11mtd: add get/set of_node/flash_node helpersBrian Norris1-0/+11
2015-10-13mtd: spi-nor: add mtd_is_locked() supportBrian Norris1-0/+3
2015-10-13mtd: spi-nor: fixup kernel-doc for flash lock/unlock function pointersBrian Norris1-2/+2
2015-10-13mtd: spi-nor: add SPI NOR manufacturer IDsBrian Norris1-0/+15
2015-10-13mtd: spi-nor: make bitfield constants more consistentBrian Norris1-10/+10
2015-10-13mtd: spi-nor: make implicit <linux/bitops.h> dependency explicitBrian Norris1-0/+2
2015-09-21mtd: spi-nor: remove unused read_xfer/write_xfer hooksCyrille Pitchen1-35/+0
2015-09-11mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki1-2/+1
2015-09-11mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut1-0/+2
2015-09-02mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris1-1/+1
2015-09-02mtd: spi-nor: add forward declaration for mtd_infoBrian Norris1-0/+2
2015-03-27mtd: spi-nor: factor out replace-able flash_{lock,unlock}Brian Norris1-0/+5
2015-01-07mtd: spi-nor: Add quad I/O support for Micron SPI NORBean Huo 霍斌斌 (beanhuo)1-0/+7
2014-11-05mtd: spi-nor: drop replaceable wait-till-ready function pointerBrian Norris1-2/+0
2014-11-05mtd: m25p80: drop wait-till-ready checksBrian Norris1-0/+6
2014-10-21spi-nor: Remove spi_nor::read_id operationBen Hutchings1-3/+0
2014-10-21mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings1-1/+0
2014-10-17mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings1-17/+3
2014-07-11mtd: spi-nor: add support for flag status register on Micron chipsgrmoore@altera.com1-0/+4
2014-04-14mtd: spi-nor: unify read opcode variants with ST SPI FSMBrian Norris1-8/+16
2014-04-14mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris1-27/+27