summaryrefslogtreecommitdiff
path: root/include/linux/mtd/spi-nor.h
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: Get rid of nor->page_sizeTudor Ambarus2021-11-171-2/+0
* mtd: spi-nor: sfdp: save a copy of the SFDP dataMichael Walle2021-06-151-0/+2
* mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle2021-04-021-0/+8
* mtd: spi-nor: Add Global Block Unlock commandTudor Ambarus2021-02-051-0/+1
* mtd: spi-nor: Fix multiple typosJonathan Neuschäfer2020-12-071-1/+1
* mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav2020-11-091-0/+2
* mtd: spi-nor: add support for DTR protocolPratyush Yadav2020-11-091-13/+38
* mtd: spi-nor: Fix SPI NOR acronymTudor Ambarus2020-05-281-4/+4
* mtd: spi-nor: fix kernel-doc for spi_nor::spimemSergei Shtylyov2020-04-281-1/+1
* mtd: spi-nor: fix kernel-doc for spi_nor::infoSergei Shtylyov2020-04-281-1/+1
* mtd: spi-nor: fix kernel-doc for spi_nor::reg_protoSergei Shtylyov2020-04-281-1/+1
* mtd: spi-nor: fix kernel-doc for spi_nor::mtdSergei Shtylyov2020-04-281-1/+1
* mtd: spi-nor: fix kernel-doc for 'struct spi_nor'Sergei Shtylyov2020-04-281-4/+4
* mtd: spi-nor: move #define SPINOR_OP_WRDISergei Shtylyov2020-04-201-1/+1
* mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee2020-03-241-0/+2
* mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus2020-03-171-254/+6
* mtd: spi-nor: Drop the MFR definitionsTudor Ambarus2020-03-171-17/+0
* mtd: spi-nor: Add the concept of SPI NOR manufacturer driverBoris Brezillon2020-03-171-0/+8
* mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() methodTudor Ambarus2020-03-161-2/+2
* mtd: spi-nor: use spi-mem dirmap APISergei Shtylyov2020-02-191-0/+6
* mtd: spi-nor: introduce SR_BP_SHIFT defineJungseung Lee2020-02-171-0/+2
* mtd: spi-nor: remove unused enum spi_nor_opsMichael Walle2020-01-141-10/+2
* mtd: spi-nor: Support TB selection using SR bit 6Jungseung Lee2019-12-231-0/+1
* mtd: spi-nor: Rename SR_TB to indicate the bit usedJungseung Lee2019-12-231-1/+2
* mtd: spi-nor: Set default Quad Enable method for ISSI flashesSagar Shrikant Kadam2019-11-111-0/+1
* mtd: spi-nor: Rename Quad Enable methodsTudor Ambarus2019-11-111-1/+1
* mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1Tudor Ambarus2019-11-111-3/+1
* mtd: spi-nor: Rework the disabling of block write protectionTudor Ambarus2019-11-111-3/+0
* mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()Tudor Ambarus2019-11-111-0/+3
* mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'Tudor Ambarus2019-10-231-21/+30
* 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