summaryrefslogtreecommitdiff
path: root/include/linux/mtd/spi-nor.h
AgeCommit message (Expand)Author
2023-04-04mtd: spi-nor: Stop exporting spi_nor_restore()Tudor Ambarus
2023-03-29mtd: spi-nor: Enhance locking to support reads while writesMiquel Raynal
2023-01-02mtd: cfi: allow building spi-intel standaloneArnd Bergmann
2022-11-21mtd: spi-nor: remember full JEDEC flash IDMichael Walle
2022-07-28mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus
2022-05-09mtd: spi-nor: expose internal parameters via debugfsMichael Walle
2022-05-02mtd: spi-nor: move spi_nor_write_ear() to winbond moduleMichael Walle
2022-02-25mtd: spi-nor: move all spansion specifics into spansion.cMichael Walle
2022-02-25mtd: spi-nor: move all micron-st specifics into micron-st.cMichael Walle
2022-02-25mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle
2021-11-17mtd: spi-nor: Get rid of nor->page_sizeTudor Ambarus
2021-06-15mtd: spi-nor: sfdp: save a copy of the SFDP dataMichael Walle
2021-04-02mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle
2021-02-05mtd: spi-nor: Add Global Block Unlock commandTudor Ambarus
2020-12-07mtd: spi-nor: Fix multiple typosJonathan Neuschäfer
2020-11-09mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav
2020-11-09mtd: spi-nor: add support for DTR protocolPratyush Yadav
2020-05-28mtd: spi-nor: Fix SPI NOR acronymTudor Ambarus
2020-04-28mtd: spi-nor: fix kernel-doc for spi_nor::spimemSergei Shtylyov
2020-04-28mtd: spi-nor: fix kernel-doc for spi_nor::infoSergei Shtylyov
2020-04-28mtd: spi-nor: fix kernel-doc for spi_nor::reg_protoSergei Shtylyov
2020-04-28mtd: spi-nor: fix kernel-doc for spi_nor::mtdSergei Shtylyov
2020-04-28mtd: spi-nor: fix kernel-doc for 'struct spi_nor'Sergei Shtylyov
2020-04-20mtd: spi-nor: move #define SPINOR_OP_WRDISergei Shtylyov
2020-03-24mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee
2020-03-17mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus
2020-03-17mtd: spi-nor: Drop the MFR definitionsTudor Ambarus
2020-03-17mtd: spi-nor: Add the concept of SPI NOR manufacturer driverBoris Brezillon
2020-03-16mtd: spi-nor: Emphasise which is the generic set_4byte_addr_mode() methodTudor Ambarus
2020-02-19mtd: spi-nor: use spi-mem dirmap APISergei Shtylyov
2020-02-17mtd: spi-nor: introduce SR_BP_SHIFT defineJungseung Lee
2020-01-14mtd: spi-nor: remove unused enum spi_nor_opsMichael Walle
2019-12-23mtd: spi-nor: Support TB selection using SR bit 6Jungseung Lee
2019-12-23mtd: spi-nor: Rename SR_TB to indicate the bit usedJungseung Lee
2019-11-11mtd: spi-nor: Set default Quad Enable method for ISSI flashesSagar Shrikant Kadam
2019-11-11mtd: spi-nor: Rename Quad Enable methodsTudor Ambarus
2019-11-11mtd: spi-nor: Rename CR_QUAD_EN_SPAN to SR2_QUAD_EN_BIT1Tudor Ambarus
2019-11-11mtd: spi-nor: Rework the disabling of block write protectionTudor Ambarus
2019-11-11mtd: spi-nor: Fix clearing of QE bit on lock()/unlock()Tudor Ambarus
2019-10-23mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'Tudor Ambarus
2019-08-28mtd: spi-nor: Add a ->setup() methodTudor Ambarus
2019-08-28mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon
2019-08-28mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon
2019-08-28mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon
2019-08-28mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus
2019-08-28mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus
2019-08-28mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus
2019-08-28mtd: spi-nor: Remove unused macroTudor Ambarus
2019-08-12mtd: spi-nor: fix description for int (*flash_is_locked)()Tudor Ambarus
2019-08-12mtd: spi-nor: Rework hwcaps selection for the spi-mem caseBoris Brezillon