summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor
AgeCommit message (Expand)Author
2022-03-25Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-03-18Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal
2022-03-08mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus
2022-02-25mtd: spi-nor: renumber flagsMichael Walle
2022-02-25mtd: spi-nor: slightly change code style in spi_nor_sr_ready()Michael Walle
2022-02-25mtd: spi-nor: spansion: rename vendor specific functions and definesMichael Walle
2022-02-25mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flagMichael Walle
2022-02-25mtd: spi-nor: move all spansion specifics into spansion.cMichael Walle
2022-02-25mtd: spi-nor: spansion: slightly rework control flow in late_init()Michael Walle
2022-02-25mtd: spi-nor: micron-st: rename vendor specific functions and definesMichael Walle
2022-02-25mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flagMichael Walle
2022-02-25mtd: spi-nor: move all micron-st specifics into micron-st.cMichael Walle
2022-02-25mtd: spi-nor: xilinx: correct the debug messageMichael Walle
2022-02-25mtd: spi-nor: xilinx: rename vendor specific functions and definesMichael Walle
2022-02-25mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle
2022-02-25mtd: spi-nor: guard _page_size parameter in S3AN_INFO()Michael Walle
2022-02-25mtd: spi-nor: export more functions to be used in vendor modulesMichael Walle
2022-02-25mtd: spi-nor: allow a flash to define its own ready() functionMichael Walle
2022-02-25mtd: spi-nor: slightly refactor the spi_nor_setup()Michael Walle
2022-02-25mtd: spi-nor: xmc: unify function namesMichael Walle
2022-02-25mtd: spi-nor: xilinx: unify function namesMichael Walle
2022-02-25mtd: spi-nor: winbond: unify function namesMichael Walle
2022-02-25mtd: spi-nor: sst: unify function namesMichael Walle
2022-02-25mtd: spi-nor: spansion: unify function namesMichael Walle
2022-02-25mtd: spi-nor: micron-st: unify function namesMichael Walle
2022-02-25mtd: spi-nor: macronix: unify function namesMichael Walle
2022-02-25mtd: spi-nor: issi: unify function namesMichael Walle
2022-02-25mtd: spi-nor: intel: unify function namesMichael Walle
2022-02-25mtd: spi-nor: gigadevice: unify function namesMichael Walle
2022-02-25mtd: spi-nor: fujitsu: unify function namesMichael Walle
2022-02-25mtd: spi-nor: everspin: unify function namesMichael Walle
2022-02-25mtd: spi-nor: esmt: unify function namesMichael Walle
2022-02-25mtd: spi-nor: eon: unify function namesMichael Walle
2022-02-25mtd: spi-nor: catalyst: unify function namesMichael Walle
2022-02-25mtd: spi-nor: atmel: unify function namesMichael Walle
2022-02-14mtd: spi-nor: intel-spi: Convert to SPI MEMMika Westerberg
2022-02-14mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg
2022-01-23mtd: aspeed-smc: improve probe resiliencePatrick Williams
2021-12-29mtd: spi-nor: Remove debugfs entries that duplicate sysfs entriesTudor Ambarus
2021-12-23mtd: spi-nor: micron-st: write 2 bytes when disabling Octal DTR modePratyush Yadav
2021-12-23mtd: spi-nor: spansion: write 2 bytes when disabling Octal DTR modePratyush Yadav
2021-12-23mtd: spi-nor: core: use 2 data bytes for template opsPratyush Yadav
2021-12-23mtd: spi-nor: Constify part specific fixup hooksTudor Ambarus
2021-12-23mtd: spi-nor: core: Remove reference to spi-nor.cFlavio Suligoi
2021-12-07mtd: spi-nor: issi: is25lp256: Init flash based on SFDPTudor Ambarus
2021-12-07mtd: spi-nor: gigadevice: gd25q256: Init flash based on SFDPTudor Ambarus
2021-12-07mtd: spi-nor: spansion: s25fl256s0: Skip SFDP parsingTudor Ambarus
2021-12-07mtd: spi-nor: winbond: w25q256jvm: Init flash based on SFDPTudor Ambarus
2021-12-07mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()Tudor Ambarus
2021-12-07mtd: spi-nor: core: Init all flash parameters based on SFDP where possibleTudor Ambarus