summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/core.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-18mtd: spi-nor: Check bus width while setting QE bitHsin-Yi Wang1-9/+10
2023-07-26mtd: spi-nor: spansion: use CLPEF as an alternative to CLSRTakahiro Kuwano1-8/+15
2023-07-18mtd: spi-nor: rename method for enabling or disabling octal DTRTudor Ambarus1-6/+6
2023-07-13mtd: spi-nor: Avoid setting SRWD bit in SR if WP# signal not connectedAmit Kumar Mahapatra1-0/+3
2023-05-26mtd: spi-nor: Fix divide by zero for spi-nor-generic flashesTudor Ambarus1-1/+4
2023-04-26Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-33/+469
2023-04-08mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER f...Takahiro Kuwano1-0/+3
2023-04-04mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode()Tudor Ambarus1-5/+30
2023-04-04mtd: spi-nor: core: Update flash's current address mode when changing address...Tudor Ambarus1-1/+3
2023-04-04mtd: spi-nor: Stop exporting spi_nor_restore()Tudor Ambarus1-2/+1
2023-04-04mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP dataTudor Ambarus1-1/+6
2023-04-04mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr publicTudor Ambarus1-1/+1
2023-04-04mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_modeTudor Ambarus1-3/+5
2023-04-04mtd: spi-nor: core: Update name and description of spansion_set_4byte_addr_modeTudor Ambarus1-4/+9
2023-04-04mtd: spi-nor: core: Update name and description of micron_st_nor_set_4byte_ad...Tudor Ambarus1-3/+4
2023-04-04mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_add...Tudor Ambarus1-0/+24
2023-04-04mtd: spi-nor: Delay the initialization of bank_sizeMiquel Raynal1-1/+2
2023-04-04mtd: spi-nor: Fix a trivial typoMiquel Raynal1-1/+1
2023-03-29mtd: spi-nor: Enhance locking to support reads while writesMiquel Raynal1-16/+321
2023-03-29mtd: spi-nor: Add a RWW flagMiquel Raynal1-0/+3
2023-03-29mtd: spi-nor: Prepare the introduction of a new locking mechanismMiquel Raynal1-6/+53
2023-03-29mtd: spi-nor: Separate preparation and lockingMiquel Raynal1-4/+20
2023-03-29mtd: spi-nor: Reorder the preparation vs. locking stepsMiquel Raynal1-12/+9
2023-03-29mtd: spi-nor: Introduce the concept of bankMiquel Raynal1-0/+1
2023-03-06mtd: spi-nor: fix memory leak when using debugfs_lookup()Greg Kroah-Hartman1-1/+13
2023-02-06mtd: spi-nor: Sort headers alphabeticallyTudor Ambarus1-7/+6
2023-02-06mtd: spi-nor: Fix shift-out-of-bounds in spi_nor_set_erase_typeLouis Rannou1-0/+9
2023-01-26mtd: spi-nor: core: fix implicit declaration warningZeng Heng1-0/+1
2022-12-05Merge tag 'spi-nor/for-6.2' into mtd/nextMiquel Raynal1-5/+80
2022-11-22mtd: spi-nor: add SFDP fixups for Quad Page ProgramSudip Mukherjee1-0/+6
2022-11-21mtd: spi-nor: Fix the number of bytes for the dummy cyclesAllen-KH Cheng1-1/+2
2022-11-21mtd: spi-nor: add generic flash driverMichael Walle1-2/+24
2022-11-21mtd: spi-nor: fix select_uniform_erase to skip 0 erase sizeMichael Walle1-0/+4
2022-11-21mtd: spi-nor: remember full JEDEC flash IDMichael Walle1-0/+5
2022-11-21mtd: spi-nor: Check for zero erase size in spi_nor_find_best_erase_type()Alexander Sverdlin1-0/+2
2022-10-25mtd: spi-nor: core: Add an error message when failing to exit the 4-byte addr...Tudor Ambarus1-2/+12
2022-10-25mtd: spi-nor: Add support for flash resetSai Krishna Potthuri1-0/+25
2022-10-18mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()Mika Westerberg1-1/+3
2022-07-28mtd: spi-nor: fix spi_nor_spimem_setup_op() call in spi_nor_erase_{sector,chi...Patrice Chotard1-3/+3
2022-07-28mtd: spi-nor: core: Return error code from set_4byte_addr_mode()Takahiro Kuwano1-1/+1
2022-07-28mtd: spi-nor: Do not change nor->addr_nbytes at SFDP parsing timeTudor Ambarus1-3/+2
2022-07-28mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus1-27/+27
2022-06-27mtd: spi-nor: move SECT_4K_PMC special handlingMichael Walle1-6/+1
2022-05-09mtd: spi-nor: expose internal parameters via debugfsMichael Walle1-0/+2
2022-05-09mtd: spi-nor: export spi_nor_hwcaps_pp2cmd()Michael Walle1-1/+1
2022-05-02mtd: spi-nor: move spi_nor_write_ear() to winbond moduleMichael Walle1-30/+0
2022-04-27mtd: spi-nor: Introduce templates for SPI NOR operationsTudor Ambarus1-83/+18
2022-04-27mtd: spi-nor: core: Add helpers to read/write any registerTudor Ambarus1-0/+46
2022-04-27mtd: spi-nor: core: Introduce method for RDID opTudor Ambarus1-15/+35
2022-04-27mtd: spi-nor: core: Use auto-detection only onceTudor Ambarus1-3/+1