summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor
AgeCommit message (Expand)Author
2021-10-15mtd: spi-nor: nxp-spifi: Make use of the helper function devm_platform_iorema...Cai Huoqing
2021-10-15mtd: spi-nor: hisi-sfc: Make use of the helper function devm_platform_ioremap...Cai Huoqing
2021-10-15mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()Evgeny Novikov
2021-10-15mtd: spi-nor: Enable locking for n25q128a13Jonathan Lemon
2021-06-21mtd: spi-nor: remove redundant continue statementColin Ian King
2021-06-15mtd: spi-nor: add initial sysfs supportMichael Walle
2021-06-15mtd: spi-nor: sfdp: save a copy of the SFDP dataMichael Walle
2021-06-09mtd: spi-nor: otp: implement erase for Winbond and similar flashesMichael Walle
2021-06-09mtd: spi-nor: otp: return -EROFS if region is read-onlyMichael Walle
2021-06-09mtd: spi-nor: otp: use more consistent wordingMichael Walle
2021-06-09mtd: spi-nor: otp: fix access to security registers in 4 byte modeMichael Walle
2021-05-27mtd: spi-nor: enable locking support for MX25L12805DDavid Bauer
2021-05-27mtd: spi-nor: macronix: Fix name for mx66l51235fTudor Ambarus
2021-05-27mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-M SPI serial flashMika Westerberg
2021-05-26mtd: spi-nor: otp: fix kerneldoc typosMichael Walle
2021-05-26mtd: spi-nor: Add documentation for spi_nor_soft_reset()Pratyush Yadav
2021-05-26mtd: spi-nor: nxp-spifi: Use SPI_MODE_X_MASKAndy Shevchenko
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus
2021-04-11Revert "mtd: spi-nor: macronix: Add support for mx25l51245g"Tudor Ambarus
2021-04-11mtd: spi-nor: core: Fix an issue of releasing resources during read/writeXiang Chen
2021-04-02mtd: spi-nor: winbond: add OTP support to w25q32fw/jwMichael Walle
2021-04-02mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle
2021-04-02mtd: spi-nor: add OTP supportMichael Walle
2021-03-31mtd: spi-nor: swp: Improve code around spi_nor_check_lock_status_sr()Tudor Ambarus
2021-03-31mtd: spi-nor: Move Software Write Protection logic out of the coreTudor Ambarus
2021-03-15mtd: spi-nor: core: Update comment about the default flash parametersTudor Ambarus
2021-03-15mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp()Tudor Ambarus
2021-03-15mtd: spi-nor: core: Add vdbg msg for spi_nor_erase_multi_sectors()Tudor Ambarus
2021-03-15mtd: spi-nor: core: Advance erase after the erase cmd has been completedTudor Ambarus
2021-03-08mtd: spi-nor: intel-spi: Move platform data header to x86 subfolderAndy Shevchenko
2021-03-08mtd: spi-nor: use is_power_of_2()Michael Walle
2021-03-08mtd: spi-nor: winbond: Add support for w25q512jvqShuhao Mai
2021-02-05mtd: spi-nor: sst: Add support for Global Unlock on sst26vfTudor Ambarus
2021-02-05mtd: spi-nor: Add Global Block Unlock commandTudor Ambarus
2021-02-05mtd: spi-nor: core: Add erase size check for erase command initializationTakahiro Kuwano
2021-02-05mtd: spi-nor: core: Fix erase type discovery for overlaid regionTakahiro Kuwano
2021-02-05mtd: spi-nor: sfdp: Fix last erase region markingTakahiro Kuwano
2021-02-05mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid regionTakahiro Kuwano
2021-01-23mtd: spi-nor: hisi-sfc: Put child node np on error pathPan Bian
2021-01-23mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-P SPI serial flashMika Westerberg
2020-12-16Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal
2020-12-07mtd: spi-nor: keep lock bits if they are non-volatileMichael Walle
2020-12-07mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040Michael Walle
2020-12-07mtd: spi-nor: intel: remove global protection flagMichael Walle
2020-12-07mtd: spi-nor: sst: remove global protection flagMichael Walle
2020-12-07mtd: spi-nor: atmel: remove global protection flagMichael Walle
2020-12-07mtd: spi-nor: ignore errors in spi_nor_unlock_all()Michael Walle
2020-12-07mtd: spi-nor: sst: fix BPn bits for the SST25VF064CMichael Walle
2020-12-07mtd: spi-nor: spansion: Set ECC block sizePratyush Yadav
2020-12-07mtd: spi-nor: core: Allow flashes to specify MTD writesizePratyush Yadav