summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/otp.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-29mtd: spi-nor: Reorder the preparation vs. locking stepsMiquel Raynal1-4/+4
2022-07-28mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus1-6/+6
2021-12-07mtd: spi-nor: Introduce spi_nor_set_mtd_info()Tudor Ambarus1-1/+1
2021-06-09mtd: spi-nor: otp: implement erase for Winbond and similar flashesMichael Walle1-0/+86
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-26mtd: spi-nor: otp: fix kerneldoc typosMichael Walle1-2/+2
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus1-4/+5
2021-04-02mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle1-0/+164
2021-04-02mtd: spi-nor: add OTP supportMichael Walle1-0/+212