aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mtd/spi-nor/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-13mtd: spi-nor: core: correct type of iMuhammad Usama Anjum1-1/+1
2024-02-26mtd: spi-nor: core: set mtd->eraseregions for non-uniform erase mapTakahiro Kuwano1-2/+56
2024-02-26mtd: spi-nor: core: get rid of SNOR_OVERLAID_REGION flagTakahiro Kuwano1-4/+3
2024-02-26mtd: spi-nor: core: get rid of SNOR_LAST_REGION flagTakahiro Kuwano1-78/+24
2024-02-26mtd: spi-nor: core: rework struct spi_nor_erase_regionTakahiro Kuwano1-26/+16
2024-01-09Merge tag 'mtd/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-75/+97
2023-12-19mtd: spi-nor: drop superfluous debug printsTudor Ambarus1-18/+0
2023-12-19mtd: spi-nor: print flash ID instead of nameTudor Ambarus1-2/+2
2023-12-06mtd: spi-nor: remove NO_CHIP_ERASE flagTudor Ambarus1-3/+0
2023-12-06mtd: spi-nor: micron-st: enable die erase for multi die flashesTudor Ambarus1-15/+17
2023-12-06mtd: spi-nor: add erase die (chip) capabilityTudor Ambarus1-33/+75
2023-11-30mtd: spi-nor: Stop reporting warning message when soft reset is not suportedChia-Lin Kao (AceLan)1-1/+2
2023-11-30spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPPChia-Lin Kao (AceLan)1-1/+1
2023-11-15mtd: spi-nor: use kernel sized types instead of c99 typesTudor Ambarus1-3/+2
2023-09-19mtd: spi-nor: rename .otp_org to .otp and make it a pointerMichael Walle1-1/+1
2023-09-19mtd: spi-nor: move the .id and .id_len into an own structureMichael Walle1-3/+3
2023-09-19mtd: spi-nor: drop .parse_sfdpMichael Walle1-2/+1
2023-09-19mtd: spi-nor: make sector_size optionalMichael Walle1-2/+4
2023-09-19mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()Michael Walle1-18/+9
2023-09-19mtd: spi-nor: default .n_banks to 1Michael Walle1-2/+1
2023-09-19mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameterMichael Walle1-3/+4
2023-09-19mtd: spi-nor: default page_size to 256 bytesMichael Walle1-6/+1
2023-09-19mtd: spi-nor: convert .n_sectors to .sizeMichael Walle1-1/+1
2023-09-19mtd: spi-nor: remove Fujitsu MB85RS1MT supportMichael Walle1-1/+0
2023-09-19mtd: spi-nor: remove catalyst 'flashes'Michael Walle1-1/+0
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-25Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-33/+469
2023-04-08mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER flashTakahiro 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 modeTudor 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_addr_modeTudor Ambarus1-3/+4
2023-04-04mtd: spi-nor: core: Move generic method to core - micron_st_nor_set_4byte_addr_modeTudor 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