summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-21mtd: spi-nor: remove redundant continue statementColin Ian King1-3/+1
2021-06-15mtd: spi-nor: add initial sysfs supportMichael Walle1-0/+1
2021-06-09mtd: spi-nor: otp: implement erase for Winbond and similar flashesMichael Walle1-1/+1
2021-05-26mtd: spi-nor: Add documentation for spi_nor_soft_reset()Pratyush Yadav1-0/+15
2021-04-11mtd: spi-nor: core: Fix an issue of releasing resources during read/writeXiang Chen1-0/+33
2021-04-02mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle1-1/+1
2021-04-02mtd: spi-nor: add OTP supportMichael Walle1-0/+5
2021-03-31mtd: spi-nor: Move Software Write Protection logic out of the coreTudor Ambarus1-403/+3
2021-03-15mtd: spi-nor: core: Update comment about the default flash parametersTudor Ambarus1-1/+1
2021-03-15mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp()Tudor Ambarus1-6/+4
2021-03-15mtd: spi-nor: core: Add vdbg msg for spi_nor_erase_multi_sectors()Tudor Ambarus1-0/+3
2021-03-15mtd: spi-nor: core: Advance erase after the erase cmd has been completedTudor Ambarus1-6/+6
2021-03-08mtd: spi-nor: use is_power_of_2()Michael Walle1-4/+1
2021-02-05mtd: spi-nor: sst: Add support for Global Unlock on sst26vfTudor Ambarus1-1/+1
2021-02-05mtd: spi-nor: Add Global Block Unlock commandTudor Ambarus1-0/+37
2021-02-05mtd: spi-nor: core: Add erase size check for erase command initializationTakahiro Kuwano1-0/+1
2021-02-05mtd: spi-nor: core: Fix erase type discovery for overlaid regionTakahiro Kuwano1-4/+5
2020-12-07mtd: spi-nor: keep lock bits if they are non-volatileMichael Walle1-3/+20
2020-12-07mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040Michael Walle1-1/+1
2020-12-07mtd: spi-nor: ignore errors in spi_nor_unlock_all()Michael Walle1-10/+13
2020-12-07mtd: spi-nor: core: Allow flashes to specify MTD writesizePratyush Yadav1-1/+2
2020-12-07mtd: spi-nor: Fix multiple typosJonathan Neuschäfer1-2/+2
2020-11-09mtd: spi-nor: core: disable Octal DTR mode on suspend.Pratyush Yadav1-0/+15
2020-11-09mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav1-0/+45
2020-11-09mtd: spi-nor: core: enable octal DTR mode when possiblePratyush Yadav1-0/+38
2020-11-09mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILETudor Ambarus1-0/+3
2020-11-09mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR modePratyush Yadav1-2/+13
2020-11-09mtd: spi-nor: core: use dummy cycle and address width info from SFDPPratyush Yadav1-0/+10
2020-11-09mtd: spi-nor: sfdp: parse xSPI Profile 1.0 tablePratyush Yadav1-1/+1
2020-11-09mtd: spi-nor: add support for DTR protocolPratyush Yadav1-82/+237
2020-11-09mtd: spi-nor: add spi_nor_controller_ops_{read_reg, write_reg, erase}()Pratyush Yadav1-34/+53
2020-11-09mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPPPratyush Yadav1-5/+5
2020-10-28mtd: spi-nor: Fix address width on flash chips > 16MBBert Vermeulen1-3/+5
2020-10-28mtd: spi-nor: Don't copy self-pointing struct aroundAlexander Sverdlin1-3/+2
2020-09-14Revert "mtd: spi-nor: Add capability to disable flash quad mode"Yicong Yang1-36/+19
2020-09-14Revert "mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()"Yicong Yang1-2/+0
2020-07-13mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()Yicong Yang1-0/+2
2020-07-13mtd: spi-nor: Add capability to disable flash quad modeYicong Yang1-19/+36
2020-05-28mtd: spi-nor: Fix SPI NOR acronymTudor Ambarus1-2/+2
2020-04-29mtd: spi-nor: Fix description of the sr_ready() return valueTudor Ambarus1-4/+4
2020-04-29mtd: spi-nor: Uniformize the return value in spi_nor_*_ready()Tudor Ambarus1-1/+1
2020-04-28mtd: spi-nor: core: fix kernel-doc typo for spi_nor_[{info|sfdp}_]init_params()Sergei Shtylyov1-3/+3
2020-04-28mtd: spi-nor: core: fix kernel-doc typo for spi_nor_manufacturer_init_params()Sergei Shtylyov1-1/+1
2020-03-24mtd: spi-nor: Add SR 4bit block protection supportJungseung Lee1-18/+48
2020-03-24mtd: spi-nor: Add generic formula for SR block protection handlingJungseung Lee1-31/+41
2020-03-24mtd: spi-nor: Set all BP bits to one when lock_len == mtd->sizeTudor Ambarus1-7/+13
2020-03-23mtd: spi-nor: Clear WEL bit when erase or program errors occurTudor Ambarus1-0/+22
2020-03-17mtd: spi-nor: Trim what is exposed in spi-nor.hTudor Ambarus1-32/+54
2020-03-17mtd: spi-nor: Drop the MFR definitionsTudor Ambarus1-2/+0
2020-03-17mtd: spi-nor: Get rid of the now empty spi_nor_ids[] tableBoris Brezillon1-25/+0