summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* mtd: spi-nor: Introduce spi_nor_init_fixup_flags()Tudor Ambarus2021-12-071-8/+20
* mtd: spi-nor: Introduce spi_nor_init_flags()Tudor Ambarus2021-12-071-38/+51
* mtd: spi-nor: Rework the flash_info flagsTudor Ambarus2021-12-0717-566/+695
* mtd: spi-nor: core: Introduce flash_info mfr_flagsTudor Ambarus2021-12-072-11/+40
* mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only when SFDP is definedTudor Ambarus2021-12-072-29/+24
* mtd: spi-nor: Introduce spi_nor_set_mtd_info()Tudor Ambarus2021-12-074-29/+35
* mtd: spi-nor: core: Don't use mtd_info in the NOR's probe sequence of callsTudor Ambarus2021-12-072-5/+4
* mtd: spi-nor: Fix mtd size for s3an flashesTudor Ambarus2021-12-071-1/+2
* mtd: spi-nor: spansion: Use manufacturer late_init()Tudor Ambarus2021-11-171-2/+2
* mtd: spi-nor: sst: Use manufacturer late_init() to set _write()Tudor Ambarus2021-11-171-2/+2
* mtd: spi-nor: xilinx: Use manufacturer late_init() to set setup methodTudor Ambarus2021-11-171-2/+2
* mtd: spi-nor: winbond: Use manufacturer late_init() for OTP opsTudor Ambarus2021-11-171-0/+5
* mtd: spi-nor: sst: Use flash late_init() for lockingTudor Ambarus2021-11-171-2/+2
* mtd: spi-nor: atmel: Use flash late_init() for lockingTudor Ambarus2021-11-171-4/+4
* mtd: spi-nor: core: Introduce the late_init() hookTudor Ambarus2021-11-172-4/+17
* mtd: spi-nor: Get rid of nor->page_sizeTudor Ambarus2021-11-172-17/+19
* mtd: spi-nor: core: Use container_of to get the pointer to struct spi_norTudor Ambarus2021-11-172-3/+2