summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/core.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-26Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-7/+29
2023-04-08mtd: spi-nor: Extract volatile register offset from SCCR mapTakahiro Kuwano1-0/+4
2023-04-08mtd: spi-nor: Allow post_sfdp hook to return errorsTudor Ambarus1-1/+1
2023-04-08mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...Takahiro Kuwano1-0/+1
2023-04-04mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()Tudor Ambarus1-0/+1
2023-04-04mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr publicTudor Ambarus1-0/+1
2023-04-04mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_modeTudor Ambarus1-1/+1
2023-04-04mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...Tudor Ambarus1-1/+2
2023-04-04mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...Tudor Ambarus1-0/+1
2023-03-29mtd: spi-nor: Add a RWW flagMiquel Raynal1-0/+3
2023-03-29mtd: spi-nor: Reorder the preparation vs. locking stepsMiquel Raynal1-1/+1
2023-03-29mtd: spi-nor: Add a macro to define more banksMiquel Raynal1-0/+4
2023-03-29mtd: spi-nor: Introduce the concept of bankMiquel Raynal1-5/+11
2023-03-06mtd: spi-nor: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman1-0/+2
2023-02-06mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou1-0/+1
2023-01-26mtd: spi-nor: Create macros to define chip IDs and geometriesMiquel Raynal1-23/+20
2022-11-22mtd: spi-nor: add SFDP fixups for Quad Page ProgramSudip Mukherjee1-0/+2
2022-11-21mtd: spi-nor: add generic flash driverMichael Walle1-0/+1
2022-11-21mtd: spi-nor: move function declaration out of sfdp.hMichael Walle1-0/+2
2022-07-28mtd: spi-nor: core: Track flash's internal address modeTudor Ambarus1-0/+5
2022-07-28mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing timeTudor Ambarus1-0/+2
2022-07-28mtd: spi-nor: core: Shrink the storage size of the flash_info's addr_nbytesTudor Ambarus1-1/+1
2022-07-28mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus1-6/+6
2022-06-27mtd: spi-nor: move SECT_4K_PMC special handlingMichael Walle1-2/+0
2022-05-09mtd: spi-nor: expose internal parameters via debugfsMichael Walle1-0/+7
2022-05-09mtd: spi-nor: export spi_nor_hwcaps_pp2cmd()Michael Walle1-0/+1
2022-05-02mtd: spi-nor: move spi_nor_write_ear() to winbond moduleMichael Walle1-7/+0
2022-04-29mtd: spi-nor: amend the rdsr dummy cycles documentationMichael Walle1-2/+3
2022-04-27mtd: spi-nor: Introduce templates for SPI NOR operationsTudor Ambarus1-0/+102
2022-04-27mtd: spi-nor: core: Add helpers to read/write any registerTudor Ambarus1-0/+4
2022-04-27mtd: spi-nor: core: Introduce method for RDID opTudor Ambarus1-0/+9
2022-02-25mtd: spi-nor: renumber flagsMichael Walle1-14/+14
2022-02-25mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flagMichael Walle1-3/+0
2022-02-25mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flagMichael Walle1-3/+0
2022-02-25mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle1-18/+0
2022-02-25mtd: spi-nor: guard _page_size parameter in S3AN_INFO()Michael Walle1-2/+2
2022-02-25mtd: spi-nor: export more functions to be used in vendor modulesMichael Walle1-0/+6
2022-02-25mtd: spi-nor: allow a flash to define its own ready() functionMichael Walle1-0/+4
2022-02-25mtd: spi-nor: slightly refactor the spi_nor_setup()Michael Walle1-4/+4
2021-12-07mtd: spi-nor: Rework the flash_info flagsTudor Ambarus1-84/+120
2021-12-07mtd: spi-nor: core: Introduce flash_info mfr_flagsTudor Ambarus1-1/+9
2021-12-07mtd: spi-nor: Introduce spi_nor_set_mtd_info()Tudor Ambarus1-2/+2
2021-11-17mtd: spi-nor: core: Introduce the late_init() hookTudor Ambarus1-0/+4
2021-11-17mtd: spi-nor: core: Use container_of to get the pointer to struct spi_norTudor Ambarus1-2/+2
2021-11-17mtd: spi-nor: core: Fix spi_nor_flash_parameter otp descriptionTudor Ambarus1-2/+1
2021-06-15mtd: spi-nor: add initial sysfs supportMichael Walle1-0/+2
2021-06-15mtd: spi-nor: sfdp: save a copy of the SFDP dataMichael Walle1-0/+10
2021-06-09mtd: spi-nor: otp: implement erase for Winbond and similar flashesMichael Walle1-0/+4
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus1-2/+4
2021-04-02mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle1-0/+6