summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor
AgeCommit message (Expand)AuthorFilesLines
2022-05-23mtd: spi-nor: aspeed: Fix wrong print formatIwona Winiarska1-1/+1
2022-05-12Merge commit '49caedb668e476c100d727f2174724e0610a2b92' of https://github.com...Sujoy Ray3-1/+16
2022-03-31mtd: spi-nor: aspeed: Set the decoding size to at least 2MB for AST2600Potin Lai1-0/+12
2022-03-22Merge tag 'v5.15.30' into dev-5.15Joel Stanley1-1/+2
2022-03-11Merge commit '2befcc6bb0bb1e0a4a31391a359adcab3925b6e4' of https://github.com...Sujoy Ray2-3/+13
2022-03-08mtd: spi-nor: Fix mtd size for s3an flashesTudor Ambarus1-1/+2
2022-02-25mtd: spi-nor: winbond: Add support for w25q01jviqPotin Lai1-0/+2
2022-02-08mtd: aspeed-smc: improve probe resiliencePatrick Williams1-2/+13
2021-11-26Merge tag 'v5.15.5' into dev-5.15Joel Stanley1-1/+0
2021-11-18mtd: spi-nor: hisi-sfc: Remove excessive clk_disable_unprepare()Evgeny Novikov1-1/+0
2021-11-05SPI Quad IO driver support AST2600arun-pm2-8/+48
2021-11-01mtd: spi-nor: aspeed: add support for AST2600 trainingCédric Le Goater1-0/+69
2021-11-01mtd: spi-nor: aspeed: check upper freq limit when doing trainingCédric Le Goater1-1/+1
2021-11-01mtd: spi-nor: aspeed: Introduce a HCLK mask for trainingCédric Le Goater1-1/+6
2021-11-01mtd: spi-nor: aspeed: Introduce training operations per platformCédric Le Goater1-4/+22
2021-11-01mtd: spi-nor: aspeed: Check for disabled segments on the AST2600Cédric Le Goater1-4/+11
2021-11-01mtd: spi-nor: aspeed: add initial support for ast2600Cédric Le Goater1-0/+77
2021-11-01mtd: spi-nor: aspeed: Introduce segment operationsCédric Le Goater1-20/+56
2021-11-01mtd: spi-nor: aspeed: Introduce a field for the AHB physical addressCédric Le Goater1-12/+6
2021-11-01mtd: spi-nor: Add support for w25q512jvCédric Le Goater1-0/+2
2021-11-01mtd: spi-nor: aspeed: add support for the 4B opcodesCédric Le Goater1-2/+9
2021-11-01mtd: spi-nor: aspeed: use memcpy_fromio() to capture the optimization bufferCédric Le Goater1-4/+2
2021-11-01mtd: spi-nor: aspeed: clarify 4BYTE address mode maskCédric Le Goater1-1/+9
2021-11-01mtd: spi-nor: aspeed: introduce a aspeed_smc_default_read() helperCédric Le Goater1-7/+12
2021-11-01mtd: spi-nor: aspeed: limit the maximum SPI frequencyCédric Le Goater1-4/+13
2021-11-01mtd: spi-nor: aspeed: optimize read modeCédric Le Goater1-0/+191
2021-11-01mtd: spi-nor: aspeed: link controller with the ahb clockCédric Le Goater1-0/+10
2021-11-01mtd: spi-nor: aspeed: add support for SPI dual IO read modeCédric Le Goater1-11/+43
2021-11-01mtd: spi-nor: aspeed: use command mode for readsCédric Le Goater1-1/+27
2021-06-21mtd: spi-nor: remove redundant continue statementColin Ian King1-3/+1
2021-06-15mtd: spi-nor: add initial sysfs supportMichael Walle4-1/+97
2021-06-15mtd: spi-nor: sfdp: save a copy of the SFDP dataMichael Walle2-0/+68
2021-06-09mtd: spi-nor: otp: implement erase for Winbond and similar flashesMichael Walle4-1/+92
2021-06-09mtd: spi-nor: otp: return -EROFS if region is read-onlyMichael Walle1-3/+38
2021-06-09mtd: spi-nor: otp: use more consistent wordingMichael Walle1-8/+19
2021-06-09mtd: spi-nor: otp: fix access to security registers in 4 byte modeMichael Walle1-2/+0
2021-05-27mtd: spi-nor: enable locking support for MX25L12805DDavid Bauer1-1/+2
2021-05-27mtd: spi-nor: macronix: Fix name for mx66l51235fTudor Ambarus1-1/+1
2021-05-27mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-M SPI serial flashMika Westerberg1-0/+1
2021-05-26mtd: spi-nor: otp: fix kerneldoc typosMichael Walle1-2/+2
2021-05-26mtd: spi-nor: Add documentation for spi_nor_soft_reset()Pratyush Yadav1-0/+15
2021-05-26mtd: spi-nor: nxp-spifi: Use SPI_MODE_X_MASKAndy Shevchenko1-1/+1
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus2-6/+9
2021-04-11Revert "mtd: spi-nor: macronix: Add support for mx25l51245g"Tudor Ambarus1-3/+0
2021-04-11mtd: spi-nor: core: Fix an issue of releasing resources during read/writeXiang Chen1-0/+33
2021-04-02mtd: spi-nor: winbond: add OTP support to w25q32fw/jwMichael Walle1-2/+15
2021-04-02mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle3-1/+171
2021-04-02mtd: spi-nor: add OTP supportMichael Walle4-1/+271
2021-03-31mtd: spi-nor: swp: Improve code around spi_nor_check_lock_status_sr()Tudor Ambarus1-12/+15
2021-03-31mtd: spi-nor: Move Software Write Protection logic out of the coreTudor Ambarus4-404/+432