summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/spi-nor.h
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: Add a ->setup() methodTudor Ambarus2019-08-281-0/+5
* mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon2019-08-281-7/+10
* mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon2019-08-281-7/+16
* mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon2019-08-281-0/+2
* mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus2019-08-281-3/+5
* mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus2019-08-281-2/+0
* mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus2019-08-281-75/+164
* mtd: spi-nor: Remove unused macroTudor Ambarus2019-08-281-1/+0
* mtd: spi-nor: fix description for int (*flash_is_locked)()Tudor Ambarus2019-08-121-1/+1
* mtd: spi-nor: Rework hwcaps selection for the spi-mem caseBoris Brezillon2019-08-121-0/+14
* mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon2019-08-121-0/+3
* mtd: spi-nor: always use bounce buffer for register read/writesVignesh Raghavendra2019-08-121-2/+5
* mtd: spi-nor: use 16-bit WRR command when QE is set on spansion flashesTudor Ambarus2019-06-231-0/+3
* mtd: spi-nor: Fix wrong abbreviation HWCPASBean Huo2019-02-211-1/+1
* mtd: spi-nor: add opcodes for octal Read/Write commandsYogesh Narayan Gaur2019-01-171-4/+12
* mtd: spi-nor: parse SFDP 4-byte Address Instruction TableCyrille Pitchen2018-12-101-0/+1
* mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}Boris Brezillon2018-12-101-5/+1
* mtd: spi-nor: Add the SNOR_F_4B_OPCODES flagBoris Brezillon2018-12-101-0/+1
* mtd: spi-nor: add macros related to MICRON flashYogesh Narayan Gaur2018-12-101-1/+2
* mtd: spi-nor: parse SFDP Sector Map Parameter TableTudor Ambarus2018-10-081-0/+12
* mtd: spi-nor: add support to non-uniform SFDP SPI NOR flash memoriesTudor Ambarus2018-10-081-0/+107
* mtd: spi-nor: only apply reset hacks to broken hardwareBrian Norris2018-08-011-0/+1
* mtd: spi-nor: clear Winbond Extended Address Reg on switch to 3-byte addressing.NeilBrown2018-04-211-0/+2
* 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