aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/spi-nor.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-28mtd: spi-nor: Add a ->setup() methodTudor Ambarus1-0/+5
2019-08-28mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon1-7/+10
2019-08-28mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon1-7/+16
2019-08-28mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon1-0/+2
2019-08-28mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus1-3/+5
2019-08-28mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus1-2/+0
2019-08-28mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus1-75/+164
2019-08-28mtd: spi-nor: Remove unused macroTudor Ambarus1-1/+0
2019-08-12mtd: spi-nor: fix description for int (*flash_is_locked)()Tudor Ambarus1-1/+1
2019-08-12mtd: spi-nor: Rework hwcaps selection for the spi-mem caseBoris Brezillon1-0/+14
2019-08-12mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon1-0/+3
2019-08-12mtd: spi-nor: always use bounce buffer for register read/writesVignesh Raghavendra1-2/+5
2019-06-23mtd: spi-nor: use 16-bit WRR command when QE is set on spansion flashesTudor Ambarus1-0/+3
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