public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mtd: spi-nor: Cleanup patches
@ 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
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ 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


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

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

Thread overview: 8+ 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 ` [PATCH v3 1/2] mtd: spi-nor: Move Software Write Protection logic out of the core Tudor Ambarus
2021-03-22  8:26   ` Pratyush Yadav
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  8:26   ` Pratyush Yadav
2021-03-22  8:57   ` Michael Walle
2021-04-02  6:38 ` [PATCH v3 0/2] mtd: spi-nor: Cleanup patches Tudor Ambarus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox