summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
Commit message (Expand)AuthorAgeFilesLines
* mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus2021-04-162-6/+9
* Revert "mtd: spi-nor: macronix: Add support for mx25l51245g"Tudor Ambarus2021-04-111-3/+0
* mtd: spi-nor: core: Fix an issue of releasing resources during read/writeXiang Chen2021-04-111-0/+33
* mtd: spi-nor: winbond: add OTP support to w25q32fw/jwMichael Walle2021-04-021-2/+15
* mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle2021-04-023-1/+171
* mtd: spi-nor: add OTP supportMichael Walle2021-04-024-1/+271
* mtd: spi-nor: swp: Improve code around spi_nor_check_lock_status_sr()Tudor Ambarus2021-03-311-12/+15
* mtd: spi-nor: Move Software Write Protection logic out of the coreTudor Ambarus2021-03-314-404/+432
* mtd: spi-nor: core: Update comment about the default flash parametersTudor Ambarus2021-03-151-1/+1
* mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp()Tudor Ambarus2021-03-158-70/+42
* mtd: spi-nor: core: Add vdbg msg for spi_nor_erase_multi_sectors()Tudor Ambarus2021-03-151-0/+3
* mtd: spi-nor: core: Advance erase after the erase cmd has been completedTudor Ambarus2021-03-151-6/+6
* mtd: spi-nor: intel-spi: Move platform data header to x86 subfolderAndy Shevchenko2021-03-082-2/+1
* mtd: spi-nor: use is_power_of_2()Michael Walle2021-03-081-4/+1
* mtd: spi-nor: winbond: Add support for w25q512jvqShuhao Mai2021-03-081-0/+2
* mtd: spi-nor: sst: Add support for Global Unlock on sst26vfTudor Ambarus2021-02-053-3/+52
* mtd: spi-nor: Add Global Block Unlock commandTudor Ambarus2021-02-052-0/+38
* mtd: spi-nor: core: Add erase size check for erase command initializationTakahiro Kuwano2021-02-051-0/+1
* mtd: spi-nor: core: Fix erase type discovery for overlaid regionTakahiro Kuwano2021-02-051-4/+5
* mtd: spi-nor: sfdp: Fix last erase region markingTakahiro Kuwano2021-02-051-2/+1
* mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid regionTakahiro Kuwano2021-02-051-1/+1
* mtd: spi-nor: hisi-sfc: Put child node np on error pathPan Bian2021-01-231-1/+3
* mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-P SPI serial flashMika Westerberg2021-01-231-0/+1
*-. Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal2020-12-1611-199/+1202
|\ \
| * | mtd: spi-nor: keep lock bits if they are non-volatileMichael Walle2020-12-077-24/+211
| * | mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040Michael Walle2020-12-073-3/+53
| * | mtd: spi-nor: intel: remove global protection flagMichael Walle2020-12-071-13/+3
| * | mtd: spi-nor: sst: remove global protection flagMichael Walle2020-12-071-18/+12
| * | mtd: spi-nor: atmel: remove global protection flagMichael Walle2020-12-071-19/+9
| * | mtd: spi-nor: ignore errors in spi_nor_unlock_all()Michael Walle2020-12-071-10/+13
| * | mtd: spi-nor: sst: fix BPn bits for the SST25VF064CMichael Walle2020-12-071-1/+2
| * | mtd: spi-nor: spansion: Set ECC block sizePratyush Yadav2020-12-071-0/+1
| * | mtd: spi-nor: core: Allow flashes to specify MTD writesizePratyush Yadav2020-12-072-1/+5
| * | mtd: spi-nor: Fix multiple typosJonathan Neuschäfer2020-12-072-3/+3
| * | mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR modePratyush Yadav2020-11-091-1/+114
| * | mtd: spi-nor: spansion: add support for Cypress Semper flashPratyush Yadav2020-11-091-0/+171
| * | mtd: spi-nor: core: disable Octal DTR mode on suspend.Pratyush Yadav2020-11-091-0/+15
| * | mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav2020-11-091-0/+45
| * | mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPTPratyush Yadav2020-11-093-0/+7
| * | mtd: spi-nor: core: enable octal DTR mode when possiblePratyush Yadav2020-11-092-0/+40
| * | mtd: spi-nor: Parse SFDP SCCR MapTudor Ambarus2020-11-091-0/+48
| * | mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILETudor Ambarus2020-11-092-0/+9
| * | mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR modePratyush Yadav2020-11-091-2/+13
| * | mtd: spi-nor: core: use dummy cycle and address width info from SFDPPratyush Yadav2020-11-091-0/+10
| * | mtd: spi-nor: sfdp: parse xSPI Profile 1.0 tablePratyush Yadav2020-11-093-1/+102
| * | mtd: spi-nor: sfdp: get command opcode extension type from BFPTPratyush Yadav2020-11-092-0/+24
| * | mtd: spi-nor: add support for DTR protocolPratyush Yadav2020-11-093-83/+252
| * | mtd: spi-nor: add spi_nor_controller_ops_{read_reg, write_reg, erase}()Pratyush Yadav2020-11-091-34/+53
| * | mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPPPratyush Yadav2020-11-091-5/+5
| |/
| * mtd: spi-nor: Fix address width on flash chips > 16MBBert Vermeulen2020-10-281-3/+5