summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-2519-509/+594
|\
| * Merge tag 'spi-nor/for-5.18' into mtd/nextMiquel Raynal2022-03-1818-507/+581
| |\
| | * mtd: spi-nor: Skip erase logic when SPI_NOR_NO_ERASE is setTudor Ambarus2022-03-081-1/+2
| | * mtd: spi-nor: renumber flagsMichael Walle2022-02-251-14/+14
| | * mtd: spi-nor: slightly change code style in spi_nor_sr_ready()Michael Walle2022-02-251-1/+2
| | * mtd: spi-nor: spansion: rename vendor specific functions and definesMichael Walle2022-02-251-7/+7
| | * mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flagMichael Walle2022-02-253-27/+34
| | * mtd: spi-nor: move all spansion specifics into spansion.cMichael Walle2022-02-252-49/+70
| | * mtd: spi-nor: spansion: slightly rework control flow in late_init()Michael Walle2022-02-251-7/+6
| | * mtd: spi-nor: micron-st: rename vendor specific functions and definesMichael Walle2022-02-251-9/+9
| | * mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flagMichael Walle2022-02-253-39/+60
| | * mtd: spi-nor: move all micron-st specifics into micron-st.cMichael Walle2022-02-252-122/+135
| | * mtd: spi-nor: xilinx: correct the debug messageMichael Walle2022-02-251-1/+1
| | * mtd: spi-nor: xilinx: rename vendor specific functions and definesMichael Walle2022-02-251-15/+15
| | * mtd: spi-nor: move all xilinx specifics into xilinx.cMichael Walle2022-02-253-81/+74
| | * mtd: spi-nor: guard _page_size parameter in S3AN_INFO()Michael Walle2022-02-251-2/+2
| | * mtd: spi-nor: export more functions to be used in vendor modulesMichael Walle2022-02-252-5/+11
| | * mtd: spi-nor: allow a flash to define its own ready() functionMichael Walle2022-02-252-0/+8
| | * mtd: spi-nor: slightly refactor the spi_nor_setup()Michael Walle2022-02-252-9/+9
| | * mtd: spi-nor: xmc: unify function namesMichael Walle2022-02-251-3/+3
| | * mtd: spi-nor: xilinx: unify function namesMichael Walle2022-02-251-9/+9
| | * mtd: spi-nor: winbond: unify function namesMichael Walle2022-02-251-14/+15
| | * mtd: spi-nor: sst: unify function namesMichael Walle2022-02-251-22/+22
| | * mtd: spi-nor: spansion: unify function namesMichael Walle2022-02-251-17/+17
| | * mtd: spi-nor: micron-st: unify function namesMichael Walle2022-02-251-17/+17
| | * mtd: spi-nor: macronix: unify function namesMichael Walle2022-02-251-7/+7
| | * mtd: spi-nor: issi: unify function namesMichael Walle2022-02-251-5/+5
| | * mtd: spi-nor: intel: unify function namesMichael Walle2022-02-251-3/+3
| | * mtd: spi-nor: gigadevice: unify function namesMichael Walle2022-02-251-3/+3
| | * mtd: spi-nor: fujitsu: unify function namesMichael Walle2022-02-251-3/+3
| | * mtd: spi-nor: everspin: unify function namesMichael Walle2022-02-251-3/+3
| | * mtd: spi-nor: esmt: unify function namesMichael Walle2022-02-251-3/+3
| | * mtd: spi-nor: eon: unify function namesMichael Walle2022-02-251-3/+3
| | * mtd: spi-nor: catalyst: unify function namesMichael Walle2022-02-251-3/+3
| | * mtd: spi-nor: atmel: unify function namesMichael Walle2022-02-251-39/+42
| * | mtd: aspeed-smc: improve probe resiliencePatrick Williams2022-01-231-2/+13
| |/
* | mtd: spi-nor: intel-spi: Convert to SPI MEMMika Westerberg2022-02-146-1187/+0
* | mtd: spi-nor: intel-spi: Disable write protection only if askedMika Westerberg2022-02-142-32/+38
|/
* mtd: spi-nor: Remove debugfs entries that duplicate sysfs entriesTudor Ambarus2021-12-291-12/+0
* mtd: spi-nor: micron-st: write 2 bytes when disabling Octal DTR modePratyush Yadav2021-12-231-5/+17
* mtd: spi-nor: spansion: write 2 bytes when disabling Octal DTR modePratyush Yadav2021-12-231-5/+13
* mtd: spi-nor: core: use 2 data bytes for template opsPratyush Yadav2021-12-231-2/+2
* mtd: spi-nor: Constify part specific fixup hooksTudor Ambarus2021-12-236-7/+7
* mtd: spi-nor: core: Remove reference to spi-nor.cFlavio Suligoi2021-12-231-2/+2
* mtd: spi-nor: issi: is25lp256: Init flash based on SFDPTudor Ambarus2021-12-071-1/+1
* mtd: spi-nor: gigadevice: gd25q256: Init flash based on SFDPTudor Ambarus2021-12-071-1/+1
* mtd: spi-nor: spansion: s25fl256s0: Skip SFDP parsingTudor Ambarus2021-12-071-1/+2
* mtd: spi-nor: winbond: w25q256jvm: Init flash based on SFDPTudor Ambarus2021-12-071-2/+1
* mtd: spi-nor: core: Move spi_nor_set_addr_width() in spi_nor_setup()Tudor Ambarus2021-12-071-50/+52
* mtd: spi-nor: core: Init all flash parameters based on SFDP where possibleTudor Ambarus2021-12-071-78/+119