All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/5] mtd: spi-nor: otp: 4 byte mode fix and erase support
@ 2021-06-04 10:02 ` Michael Walle
  0 siblings, 0 replies; 32+ messages in thread
From: Michael Walle @ 2021-06-04 10:02 UTC (permalink / raw)
  To: linux-mtd, linux-kernel
  Cc: Tudor Ambarus, Michael Walle, Pratyush Yadav, Miquel Raynal,
	Richard Weinberger, Vignesh Raghavendra

This series is the follow up on the single patch
mtd: spi-nor: implement OTP erase for Winbond and similar flashes

Pratyush Yadav discovered a likely problem with bigger flashes, the address
to access the security registers is either 3 or 4 byte (at least for
winbond flashes).

Changes since v4:
 - add new patch to get rid taking the spi lock if length is zero. Please
   note, that I didn't squash this into the "Fixes:" patch because it is
   unrelated to the actual bug.
 - add comment which explains that we could also branch on an error in
   spi_nor_mtd_otp_range_is_locked()
 - check zero length in spi_nor_mtd_otp_erase() and return early before
   taking the lock

Changes since v3:
 - new patch to check for read-only OTP regions before writing
 - clarify term "security register"
 - don't combine lock and erase functions anymore. there are now
   more difference than similarities.

Changes since v2:
 - fix 3/4 byte mode access
 - use spi_nor_erase_sector() by swapping the nor->erase_opcode
 - use more consistent wording regarding the security registers

Changes since v1:
- fixed kernel doc


Michael Walle (5):
  mtd: spi-nor: otp: fix access to security registers in 4 byte mode
  mtd: spi-nor: otp: use more consistent wording
  mtd: spi-nor: otp: return -EROFS if region is read-only
  mtd: spi-nor: otp: simplify length check
  mtd: spi-nor: otp: implement erase for Winbond and similar flashes

 drivers/mtd/spi-nor/core.c    |   2 +-
 drivers/mtd/spi-nor/core.h    |   4 +
 drivers/mtd/spi-nor/otp.c     | 156 +++++++++++++++++++++++++++++++---
 drivers/mtd/spi-nor/winbond.c |   1 +
 4 files changed, 149 insertions(+), 14 deletions(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2021-06-07 10:54 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-04 10:02 [PATCH v5 0/5] mtd: spi-nor: otp: 4 byte mode fix and erase support Michael Walle
2021-06-04 10:02 ` Michael Walle
2021-06-04 10:02 ` [PATCH v5 1/5] mtd: spi-nor: otp: fix access to security registers in 4 byte mode Michael Walle
2021-06-04 10:02   ` Michael Walle
2021-06-04 10:02 ` [PATCH v5 2/5] mtd: spi-nor: otp: use more consistent wording Michael Walle
2021-06-04 10:02   ` Michael Walle
2021-06-04 10:02 ` [PATCH v5 3/5] mtd: spi-nor: otp: return -EROFS if region is read-only Michael Walle
2021-06-04 10:02   ` Michael Walle
2021-06-04 13:07   ` Tudor.Ambarus
2021-06-04 13:07     ` Tudor.Ambarus
2021-06-04 13:15     ` Michael Walle
2021-06-04 13:15       ` Michael Walle
2021-06-07  5:46       ` Vignesh Raghavendra
2021-06-07  5:46         ` Vignesh Raghavendra
2021-06-07  6:08         ` Michael Walle
2021-06-07  6:08           ` Michael Walle
2021-06-07  6:47           ` Vignesh Raghavendra
2021-06-07  6:47             ` Vignesh Raghavendra
2021-06-07  9:56             ` Michael Walle
2021-06-07  9:56               ` Michael Walle
2021-06-07 10:30               ` Vignesh Raghavendra
2021-06-07 10:30                 ` Vignesh Raghavendra
2021-06-07 10:45                 ` Michael Walle
2021-06-07 10:45                   ` Michael Walle
2021-06-04 10:02 ` [PATCH v5 4/5] mtd: spi-nor: otp: simplify length check Michael Walle
2021-06-04 10:02   ` Michael Walle
2021-06-04 13:06   ` Tudor.Ambarus
2021-06-04 13:06     ` Tudor.Ambarus
2021-06-04 10:02 ` [PATCH v5 5/5] mtd: spi-nor: otp: implement erase for Winbond and similar flashes Michael Walle
2021-06-04 10:02   ` Michael Walle
2021-06-04 12:51   ` Tudor.Ambarus
2021-06-04 12:51     ` Tudor.Ambarus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.