summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/otp.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: spi-nor: s/addr_width/addr_nbytesTudor Ambarus2022-07-281-6/+6
* mtd: spi-nor: Introduce spi_nor_set_mtd_info()Tudor Ambarus2021-12-071-1/+1
* mtd: spi-nor: otp: implement erase for Winbond and similar flashesMichael Walle2021-06-091-0/+86
* mtd: spi-nor: otp: return -EROFS if region is read-onlyMichael Walle2021-06-091-3/+38
* mtd: spi-nor: otp: use more consistent wordingMichael Walle2021-06-091-8/+19
* mtd: spi-nor: otp: fix access to security registers in 4 byte modeMichael Walle2021-06-091-2/+0
* mtd: spi-nor: otp: fix kerneldoc typosMichael Walle2021-05-261-2/+2
* mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus2021-04-161-4/+5
* mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle2021-04-021-0/+164
* mtd: spi-nor: add OTP supportMichael Walle2021-04-021-0/+212