summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/spi-nor.h
Commit message (Expand)AuthorAgeFilesLines
* mtd: cfi: allow building spi-intel standaloneArnd Bergmann2023-01-021-1/+0
* mtd: spi-nor: remember full JEDEC flash IDMichael Walle2022-11-211-0/+3
* mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus2022-07-281-2/+2
* mtd: spi-nor: expose internal parameters via debugfsMichael Walle2022-05-091-0/+2
* mtd: spi-nor: move spi_nor_write_ear() to winbond moduleMichael Walle2022-05-021-2/+0
* mtd: spi-nor: move all spansion specifics into spansion.cMichael Walle2022-02-251-1/+0
* mtd: spi-nor: move all micron-st specifics into micron-st.cMichael Walle2022-02-251-8/+0
* mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle2022-02-251-9/+0
* 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