All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mtd: spi-nor: Cleanup patches
@ 2021-03-22  7:51 ` Tudor Ambarus
  0 siblings, 0 replies; 16+ messages in thread
From: Tudor Ambarus @ 2021-03-22  7:51 UTC (permalink / raw)
  To: vigneshr, michael, p.yadav
  Cc: miquel.raynal, richard, linux-kernel, linux-mtd, Tudor Ambarus

Various cleanup patches done while reviewing contributions.

Tudor Ambarus (2):
  mtd: spi-nor: Move Software Write Protection logic out of the core
  mtd: spi-nor: swp: Improve code around spi_nor_check_lock_status_sr()

 drivers/mtd/spi-nor/Makefile |   2 +-
 drivers/mtd/spi-nor/core.c   | 406 +--------------------------------
 drivers/mtd/spi-nor/core.h   |   4 +
 drivers/mtd/spi-nor/swp.c    | 427 +++++++++++++++++++++++++++++++++++
 4 files changed, 435 insertions(+), 404 deletions(-)
 create mode 100644 drivers/mtd/spi-nor/swp.c

-- 
2.25.1


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

end of thread, other threads:[~2021-04-02  6:39 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  7:51 [PATCH v3 0/2] mtd: spi-nor: Cleanup patches Tudor Ambarus
2021-03-22  7:51 ` Tudor Ambarus
2021-03-22  7:51 ` [PATCH v3 1/2] mtd: spi-nor: Move Software Write Protection logic out of the core Tudor Ambarus
2021-03-22  7:51   ` Tudor Ambarus
2021-03-22  8:26   ` Pratyush Yadav
2021-03-22  8:26     ` Pratyush Yadav
2021-03-22  9:12   ` Michael Walle
2021-03-22  9:12     ` Michael Walle
2021-03-22  7:51 ` [PATCH v3 2/2] mtd: spi-nor: swp: Improve code around spi_nor_check_lock_status_sr() Tudor Ambarus
2021-03-22  7:51   ` Tudor Ambarus
2021-03-22  8:26   ` Pratyush Yadav
2021-03-22  8:26     ` Pratyush Yadav
2021-03-22  8:57   ` Michael Walle
2021-03-22  8:57     ` Michael Walle
2021-04-02  6:38 ` [PATCH v3 0/2] mtd: spi-nor: Cleanup patches Tudor Ambarus
2021-04-02  6:38   ` 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.