summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor
AgeCommit message (Expand)Author
2025-11-18mtd: spi-nor: core: Check read CR supportJakub Czapiga
2025-11-18mtd: spi-nor: micron-st: add TODO for fixing mt35xu02gcbaHaibo Chen
2025-11-18mtd: spi-nor: micron-st: add mt35xu01gbba supportHaibo Chen
2025-11-18mtd: spi-nor: micron-st: use SFDP of mt35xu512abaHaibo Chen
2025-11-18mtd: spi-nor: micron-st: move set_octal_dtr to late_init()Haibo Chen
2025-11-18mtd: spi-nor: micron-st: rename the die_late_init functionsHaibo Chen
2025-11-10mtd: spi-nor: spansion: SMPT fixups for S25FS-STakahiro Kuwano
2025-11-10mtd: spi-nor: sfdp: introduce smpt_map_id fixup hookTakahiro Kuwano
2025-11-10mtd: spi-nor: sfdp: introduce smpt_read_dummy fixup hookTakahiro Kuwano
2025-11-06mtd: spi-nor: winbond: Add support for W25H02NWxxAM chipsMiquel Raynal
2025-11-06mtd: spi-nor: winbond: Add support for W25H01NWxxAM chipsMiquel Raynal
2025-11-06mtd: spi-nor: winbond: Add support for W25H512NWxxAM chipsMiquel Raynal
2025-11-06mtd: spi-nor: winbond: Add support for W25Q02NWxxIM chipsMiquel Raynal
2025-11-06mtd: spi-nor: winbond: Add support for W25Q01NWxxIM chipsMiquel Raynal
2025-11-06mtd: spi-nor: winbond: Add support for W25Q01NWxxIQ chipsMiquel Raynal
2025-09-01mtd: spi-nor: core: avoid odd length/address writes in 8D-8D-8D modePratyush Yadav
2025-09-01mtd: spi-nor: core: avoid odd length/address reads on 8D-8D-8D modePratyush Yadav
2025-07-31Merge tag 'mtd/for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2025-07-03mtd: spi-nor: Fix spi_nor_try_unlock_all()Michael Walle
2025-07-03mtd: spi-nor: spansion: Fixup params->set_4byte_addr_mode for SEMPERTakahiro Kuwano
2025-07-03mtd: spi-nor: Constify struct spi_nor_fixupsChristophe JAILLET
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh
2025-04-08mtd: spi-nor: macronix: Add fixups for MX25L3255ECheng Ming Lin
2025-04-08mtd: spi-nor: macronix: Remove duplicate flash info entriesCheng Ming Lin
2025-04-08mtd: spi-nor: macronix: Drop the redundant flash info fieldsCheng Ming Lin
2025-03-26Merge tag 'mtd/for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2025-03-18mtd: spi-nor: drop unused <linux/of_platform.h>Tudor Ambarus
2025-03-18mtd: spi-nor: explicitly include <linux/of.h>Tudor Ambarus
2025-03-07mtd: spi-nor: explicitly include <linux/math64.h>Tudor Ambarus
2025-03-07mtd: spi-nor: macronix: add support for mx66{l2, u1}g45gCheng Ming Lin
2025-03-07mtd: spi-nor: macronix: Add post_sfdp fixups for Quad Input Page ProgramCheng Ming Lin
2025-02-18mtd: spi-nor: use scope-based mutex cleanup helpersTudor Ambarus
2025-02-18mtd: spi-nor: sort headers alphabeticallyTudor Ambarus
2025-02-17mtd: spi-nor: sst: Fix SST write failureAmit Kumar Mahapatra
2025-02-03mtd: spi-nor: winbond: Add support for w25q02jvMiquel Raynal
2025-02-03mtd: spi-nor: winbond: Add support for w25q01jvMiquel Raynal
2025-01-25Merge tag 'mtd/for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2025-01-15Revert "mtd: spi-nor: core: replace dummy buswidth from addr to data"Pratyush Yadav
2025-01-13mtd: spi-nor: sysfs: constify 'struct bin_attribute'Thomas Weißschuh
2025-01-13mtd: spi-nor: spansion: Add support for S28HL02GTTakahiro Kuwano
2025-01-13mtd: spi-nor: spansion: Add support for S28HL256TTakahiro Kuwano
2025-01-13mtd: spi-nor: extend description of size member of struct flash_infoTudor Ambarus
2024-12-06mtd: spi-nor: macronix: remove mx25u25635f from parts list to enable SFDPParth Pancholi
2024-12-06mtd: spi-nor: support vcc-supply regulatorPeng Fan
2024-12-06mtd: spi-nor: use local variable for struct deviceTudor Ambarus
2024-12-06mtd: spi-nor: macronix: use nor->addr_nbytesTudor Ambarus
2024-12-06mtd: spi-nor: atmel: add at25sf321 entryMarcus Folkesson
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-11-19Merge tag 'spi-nor/for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Miquel Raynal
2024-11-12mtd: spi-nor: core: replace dummy buswidth from addr to dataCheng Ming Lin