aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds19-509/+594
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal18-507/+581
2022-03-08mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus1-1/+2
2022-02-25mtd: spi-nor: renumber flagsMichael Walle1-14/+14
2022-02-25mtd: spi-nor: slightly change code style in spi_nor_sr_ready()Michael Walle1-1/+2
2022-02-25mtd: spi-nor: spansion: rename vendor specific functions and definesMichael Walle1-7/+7
2022-02-25mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flagMichael Walle3-27/+34
2022-02-25mtd: spi-nor: move all spansion specifics into spansion.cMichael Walle2-49/+70
2022-02-25mtd: spi-nor: spansion: slightly rework control flow in late_init()Michael Walle1-7/+6
2022-02-25mtd: spi-nor: micron-st: rename vendor specific functions and definesMichael Walle1-9/+9
2022-02-25mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flagMichael Walle3-39/+60
2022-02-25mtd: spi-nor: move all micron-st specifics into micron-st.cMichael Walle2-122/+135
2022-02-25mtd: spi-nor: xilinx: correct the debug messageMichael Walle1-1/+1
2022-02-25mtd: spi-nor: xilinx: rename vendor specific functions and definesMichael Walle1-15/+15
2022-02-25mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle3-81/+74
2022-02-25mtd: spi-nor: guard _page_size parameter in S3AN_INFO()Michael Walle1-2/+2
2022-02-25mtd: spi-nor: export more functions to be used in vendor modulesMichael Walle2-5/+11
2022-02-25mtd: spi-nor: allow a flash to define its own ready() functionMichael Walle2-0/+8
2022-02-25mtd: spi-nor: slightly refactor the spi_nor_setup()Michael Walle2-9/+9
2022-02-25mtd: spi-nor: xmc: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: xilinx: unify function namesMichael Walle1-9/+9
2022-02-25mtd: spi-nor: winbond: unify function namesMichael Walle1-14/+15
2022-02-25mtd: spi-nor: sst: unify function namesMichael Walle1-22/+22
2022-02-25mtd: spi-nor: spansion: unify function namesMichael Walle1-17/+17
2022-02-25mtd: spi-nor: micron-st: unify function namesMichael Walle1-17/+17
2022-02-25mtd: spi-nor: macronix: unify function namesMichael Walle1-7/+7
2022-02-25mtd: spi-nor: issi: unify function namesMichael Walle1-5/+5
2022-02-25mtd: spi-nor: intel: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: gigadevice: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: fujitsu: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: everspin: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: esmt: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: eon: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: catalyst: unify function namesMichael Walle1-3/+3
2022-02-25mtd: spi-nor: atmel: unify function namesMichael Walle1-39/+42
2022-02-14mtd: spi-nor: intel-spi: Convert to SPI MEMMika Westerberg6-1187/+0
2022-02-14mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg2-32/+38
2022-01-23mtd: aspeed-smc: improve probe resiliencePatrick Williams1-2/+13
2021-12-29mtd: spi-nor: Remove debugfs entries that duplicate sysfs entriesTudor Ambarus1-12/+0
2021-12-23mtd: spi-nor: micron-st: write 2 bytes when disabling Octal DTR modePratyush Yadav1-5/+17
2021-12-23mtd: spi-nor: spansion: write 2 bytes when disabling Octal DTR modePratyush Yadav1-5/+13
2021-12-23mtd: spi-nor: core: use 2 data bytes for template opsPratyush Yadav1-2/+2
2021-12-23mtd: spi-nor: Constify part specific fixup hooksTudor Ambarus6-7/+7
2021-12-23mtd: spi-nor: core: Remove reference to spi-nor.cFlavio Suligoi1-2/+2
2021-12-07mtd: spi-nor: issi: is25lp256: Init flash based on SFDPTudor Ambarus1-1/+1
2021-12-07mtd: spi-nor: gigadevice: gd25q256: Init flash based on SFDPTudor Ambarus1-1/+1
2021-12-07mtd: spi-nor: spansion: s25fl256s0: Skip SFDP parsingTudor Ambarus1-1/+2
2021-12-07mtd: spi-nor: winbond: w25q256jvm: Init flash based on SFDPTudor Ambarus1-2/+1
2021-12-07mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()Tudor Ambarus1-50/+52
2021-12-07mtd: spi-nor: core: Init all flash parameters based on SFDP where possibleTudor Ambarus1-78/+119