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

Various cleanup patches done while reviewing contributions.

Tudor Ambarus (5):
  mtd: spi-nor: core: Advance erase after the erase cmd has been
    completed
  mtd: spi-nor: core: Add vdbg msg for spi_nor_erase_multi_sectors()
  mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp()
  mtd: spi-nor: Move Software Write Protection logic out of the core
  mtd: spi-nor: swp: Drop 'else' after 'return'

 drivers/mtd/spi-nor/Makefile   |   2 +-
 drivers/mtd/spi-nor/core.c     | 432 ++-------------------------------
 drivers/mtd/spi-nor/core.h     |  10 +-
 drivers/mtd/spi-nor/issi.c     |   3 +-
 drivers/mtd/spi-nor/macronix.c |   3 +-
 drivers/mtd/spi-nor/sfdp.c     |  72 +++---
 drivers/mtd/spi-nor/sfdp.h     |   3 +-
 drivers/mtd/spi-nor/spansion.c |  12 +-
 drivers/mtd/spi-nor/swp.c      | 419 ++++++++++++++++++++++++++++++++
 drivers/mtd/spi-nor/winbond.c  |   3 +-
 10 files changed, 479 insertions(+), 480 deletions(-)
 create mode 100644 drivers/mtd/spi-nor/swp.c

-- 
2.25.1


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

end of thread, other threads:[~2021-03-17 17:52 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-06  9:49 [PATCH v2 0/5] mtd: spi-nor: Cleanup patches Tudor Ambarus
2021-03-06  9:49 ` Tudor Ambarus
2021-03-06  9:49 ` [PATCH v2 1/5] mtd: spi-nor: core: Advance erase after the erase cmd has been completed Tudor Ambarus
2021-03-06  9:49   ` Tudor Ambarus
2021-03-06  9:49 ` [PATCH v2 2/5] mtd: spi-nor: core: Add vdbg msg for spi_nor_erase_multi_sectors() Tudor Ambarus
2021-03-06  9:49   ` Tudor Ambarus
2021-03-08  6:21   ` Pratyush Yadav
2021-03-08  6:21     ` Pratyush Yadav
2021-03-06  9:50 ` [PATCH v2 3/5] mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp() Tudor Ambarus
2021-03-06  9:50   ` Tudor Ambarus
2021-03-08  6:26   ` Pratyush Yadav
2021-03-08  6:26     ` Pratyush Yadav
2021-03-06  9:50 ` [PATCH v2 4/5] mtd: spi-nor: Move Software Write Protection logic out of the core Tudor Ambarus
2021-03-06  9:50   ` Tudor Ambarus
2021-03-06 11:19   ` Michael Walle
2021-03-06 11:19     ` Michael Walle
2021-03-15  6:09     ` Tudor.Ambarus
2021-03-15  6:09       ` Tudor.Ambarus
2021-03-15  8:27       ` Pratyush Yadav
2021-03-15  8:27         ` Pratyush Yadav
2021-03-15  8:43       ` Michael Walle
2021-03-15  8:43         ` Michael Walle
2021-03-08 17:28   ` Vignesh Raghavendra
2021-03-08 17:28     ` Vignesh Raghavendra
2021-03-09  7:28     ` Tudor.Ambarus
2021-03-09  7:28       ` Tudor.Ambarus
2021-03-15  6:23       ` Vignesh Raghavendra
2021-03-15  6:23         ` Vignesh Raghavendra
2021-03-17  6:09         ` Tudor.Ambarus
2021-03-17  6:09           ` Tudor.Ambarus
2021-03-17  8:21           ` Michael Walle
2021-03-17  8:21             ` Michael Walle
2021-03-17  9:30             ` Tudor.Ambarus
2021-03-17  9:30               ` Tudor.Ambarus
2021-03-17 17:50               ` Michael Walle
2021-03-17 17:50                 ` Michael Walle
2021-03-17  9:05           ` Pratyush Yadav
2021-03-17  9:05             ` Pratyush Yadav
2021-03-17 16:14             ` Vignesh Raghavendra
2021-03-17 16:14               ` Vignesh Raghavendra
2021-03-06  9:50 ` [PATCH v2 5/5] mtd: spi-nor: swp: Drop 'else' after 'return' Tudor Ambarus
2021-03-06  9:50   ` Tudor Ambarus
2021-03-08  6:28   ` Pratyush Yadav
2021-03-08  6:28     ` Pratyush Yadav
2021-03-15  6:53     ` Joe Perches
2021-03-15  6:53       ` Joe Perches
2021-03-15 11:24       ` Tudor.Ambarus
2021-03-15 11:24         ` Tudor.Ambarus
2021-03-15 14:43         ` Joe Perches
2021-03-15 14:43           ` Joe Perches
2021-03-17  5:55 ` (subset) [PATCH v2 0/5] mtd: spi-nor: Cleanup patches Tudor Ambarus
2021-03-17  5:55   ` 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.