summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/core.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: Fix divide by zero for spi-nor-generic flashesTudor Ambarus2023-05-261-1/+4
* Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-04-251-33/+469
|\
| * mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...Takahiro Kuwano2023-04-081-0/+3
| * mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()Tudor Ambarus2023-04-041-5/+30
| * mtd: spi-nor: core: Update flash's current address mode when changing address...Tudor Ambarus2023-04-041-1/+3
| * mtd: spi-nor: Stop exporting spi_nor_restore()Tudor Ambarus2023-04-041-2/+1
| * mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP dataTudor Ambarus2023-04-041-1/+6
| * mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr publicTudor Ambarus2023-04-041-1/+1
| * mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_modeTudor Ambarus2023-04-041-3/+5
| * mtd: spi-nor: core: Update name and description of spansion_set_4byte_addr_modeTudor Ambarus2023-04-041-4/+9
| * mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...Tudor Ambarus2023-04-041-3/+4
| * mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...Tudor Ambarus2023-04-041-0/+24
| * mtd: spi-nor: Delay the initialization of bank_sizeMiquel Raynal2023-04-041-1/+2
| * mtd: spi-nor: Fix a trivial typoMiquel Raynal2023-04-041-1/+1
| * mtd: spi-nor: Enhance locking to support reads while writesMiquel Raynal2023-03-291-16/+321
| * mtd: spi-nor: Add a RWW flagMiquel Raynal2023-03-291-0/+3
| * mtd: spi-nor: Prepare the introduction of a new locking mechanismMiquel Raynal2023-03-291-6/+53
| * mtd: spi-nor: Separate preparation and lockingMiquel Raynal2023-03-291-4/+20
| * mtd: spi-nor: Reorder the preparation vs. locking stepsMiquel Raynal2023-03-291-12/+9
| * mtd: spi-nor: Introduce the concept of bankMiquel Raynal2023-03-291-0/+1
* | mtd: spi-nor: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman2023-03-061-1/+13
|/
* mtd: spi-nor: Sort headers alphabeticallyTudor Ambarus2023-02-061-7/+6
* mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou2023-02-061-0/+9
* mtd: spi-nor: core: fix implicit declaration warningZeng Heng2023-01-261-0/+1
* Merge tag 'spi-nor/for-6.2' into mtd/nextMiquel Raynal2022-12-051-5/+80
|\
| * mtd: spi-nor: add SFDP fixups for Quad Page ProgramSudip Mukherjee2022-11-221-0/+6
| * mtd: spi-nor: Fix the number of bytes for the dummy cyclesAllen-KH Cheng2022-11-211-1/+2
| * mtd: spi-nor: add generic flash driverMichael Walle2022-11-211-2/+24
| * mtd: spi-nor: fix select_uniform_erase to skip 0 erase sizeMichael Walle2022-11-211-0/+4
| * mtd: spi-nor: remember full JEDEC flash IDMichael Walle2022-11-211-0/+5
| * mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()Alexander Sverdlin2022-11-211-0/+2
| * mtd: spi-nor: core: Add an error message when failing to exit the 4-byte addr...Tudor Ambarus2022-10-251-2/+12
| * mtd: spi-nor: Add support for flash resetSai Krishna Potthuri2022-10-251-0/+25
* | mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()Mika Westerberg2022-10-181-1/+3
|/
* mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chi...Patrice Chotard2022-07-281-3/+3
* mtd: spi-nor: core: Return error code from set_4byte_addr_mode()Takahiro Kuwano2022-07-281-1/+1
* mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing timeTudor Ambarus2022-07-281-3/+2
* mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus2022-07-281-27/+27
* mtd: spi-nor: move SECT_4K_PMC special handlingMichael Walle2022-06-271-6/+1
* mtd: spi-nor: expose internal parameters via debugfsMichael Walle2022-05-091-0/+2
* mtd: spi-nor: export spi_nor_hwcaps_pp2cmd()Michael Walle2022-05-091-1/+1
* mtd: spi-nor: move spi_nor_write_ear() to winbond moduleMichael Walle2022-05-021-30/+0
* mtd: spi-nor: Introduce templates for SPI NOR operationsTudor Ambarus2022-04-271-83/+18
* mtd: spi-nor: core: Add helpers to read/write any registerTudor Ambarus2022-04-271-0/+46
* mtd: spi-nor: core: Introduce method for RDID opTudor Ambarus2022-04-271-15/+35
* mtd: spi-nor: core: Use auto-detection only onceTudor Ambarus2022-04-271-3/+1
* mtd: spi-nor: Introduce spi_nor_match_id()Tudor Ambarus2022-04-271-21/+19
* mtd: spi-nor: Rename method, s/spi_nor_match_id/spi_nor_match_nameTudor Ambarus2022-04-271-3/+3
* mtd: spi-nor: core: Check written SR value in spi_nor_write_16bit_sr_and_check()Chen-Tsung Hsieh2022-04-271-0/+9
* mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus2022-03-081-1/+2