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