aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mtd/spi-nor (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-06-21mtd: spi-nor: winbond: fix w25q128 regressionMichael Walle1-0/+2
2024-06-18mtd: spi-nor: simplify spi_nor_get_flash_info()Michael Walle1-18/+14
2024-05-27mtd: spi-nor: get rid of SPI_NOR_NO_FRMichael Walle3-13/+17
2024-05-27mtd: spi-nor: remove .setup() callbackMichael Walle2-65/+45
2024-05-27mtd: spi-nor: get rid of non-power-of-2 page size handlingMichael Walle2-34/+11
2024-05-27mtd: spi-nor: Remove support for Xilinx S3AN flashesMichael Walle4-172/+0
2024-04-29mtd: spi-nor: replace unnecessary div64_u64() with div_u64()Michael Walle1-2/+2
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 Kuwano4-17/+8
2024-02-26mtd: spi-nor: core: get rid of SNOR_LAST_REGION flagTakahiro Kuwano4-105/+41
2024-02-26mtd: spi-nor: core: rework struct spi_nor_erase_regionTakahiro Kuwano4-67/+46
2024-01-09Merge tag 'mtd/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds11-119/+227
2023-12-20mtd: spi-nor: sfdp: get the 1-1-8 and 1-8-8 protocol from SFDPJaimeLiao2-0/+36
2023-12-19mtd: spi-nor: drop superfluous debug printsTudor Ambarus1-18/+0
2023-12-19mtd: spi-nor: sysfs: hide the flash name if not setJaimeLiao1-0/+2
2023-12-19mtd: spi-nor: mark the flash name as obsoleteTudor Ambarus1-1/+1
2023-12-19mtd: spi-nor: print flash ID instead of nameTudor Ambarus1-2/+2
2023-12-06mtd: spi-nor: micron-st: Add support for mt25qu01gFabio Estevam1-0/+25
2023-12-06mtd: spi-nor: remove NO_CHIP_ERASE flagTudor Ambarus2-8/+3
2023-12-06mtd: spi-nor: micron-st: enable die erase for multi die flashesTudor Ambarus2-19/+47
2023-12-06mtd: spi-nor: spansion: enable die erase for multi die flashesTudor Ambarus1-2/+2
2023-12-06mtd: spi-nor: add erase die (chip) capabilityTudor Ambarus3-37/+81
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 Ambarus5-31/+27
2023-11-04Merge tag 'spi-nor/for-6.7' into mtd/nextMiquel Raynal21-873/+1407
2023-10-18mtd: spi-nor: micron-st: use SFDP table for mt25qu512aMamta Shukla1-3/+13
2023-10-18mtd: spi-nor: micron-st: enable lock/unlock for mt25qu512aMamta Shukla1-0/+2
2023-10-16mtd: spi-nor: nxp-spifi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-16mtd: spi-nor: hisi-sfc: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-09-27mtd: spi-nor: atmel: add at25ff321a entryNicolas Ferre1-0/+5
2023-09-19mtd: spi-nor: core: get rid of the INFOx() macrosMichael Walle1-65/+0
2023-09-19mtd: spi-nor: atmel: drop duplicate entryMichael Walle1-7/+0
2023-09-19mtd: spi-nor: winbond: sort flash_info entriesMichael Walle1-83/+83
2023-09-19mtd: spi-nor: sst: sort flash_info databaseMichael Walle1-45/+45
2023-09-19mtd: spi-nor: spansion: sort flash_info databaseMichael Walle1-87/+87
2023-09-19mtd: spi-nor: micron-st: sort flash_info databaseMichael Walle1-168/+168
2023-09-19mtd: spi-nor: macronix: sort flash_info databaseMichael Walle1-65/+65
2023-09-19mtd: spi-nor: issi: sort flash_info databaseMichael Walle1-22/+22
2023-09-19mtd: spi-nor: gigadevice: sort flash_info databaseMichael Walle1-18/+18
2023-09-19mtd: spi-nor: eon: sort flash_info databaseMichael Walle1-18/+18
2023-09-19mtd: spi-nor: atmel: sort flash_info databaseMichael Walle1-41/+41
2023-09-19mtd: spi-nor: xmc: convert flash_info to new formatMichael Walle1-6/+11
2023-09-19mtd: spi-nor: xilinx: use new macros in S3AN_INFO()Michael Walle1-11/+12
2023-09-19mtd: spi-nor: winbond: convert flash_info to new formatMichael Walle1-96/+185
2023-09-19mtd: spi-nor: sst: convert flash_info to new formatMichael Walle1-58/+104
2023-09-19mtd: spi-nor: spansion: convert flash_info to new formatMichael Walle1-129/+241
2023-09-19mtd: spi-nor: micron-st: convert flash_info to new formatMichael Walle1-137/+268
2023-09-19mtd: spi-nor: macronix: convert flash_info to new formatMichael Walle1-68/+150