linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] mtd: spi-nor: Random cleanups
@ 2018-11-29 14:10 Boris Brezillon
  2018-11-29 14:10 ` [PATCH v2 1/6] mtd: spi-nor: Drop inline on all internal helpers Boris Brezillon
                   ` (5 more replies)
  0 siblings, 6 replies; 23+ messages in thread
From: Boris Brezillon @ 2018-11-29 14:10 UTC (permalink / raw)
  To: Tudor Ambarus, Marek Vasut
  Cc: David Woodhouse, Brian Norris, Boris Brezillon,
	Richard Weinberger, linux-mtd

Hi,

The patch series is a collection of minor cleanups I have accumulated
while working on the "SPI NOR SFDP fixups" infrastructure.

I'd really like to have those patches reviewed and merged quickly
because the 'soon to be posted' "SPI NOR SFDP fixups" patchset depends
on it.

Regards,

Boris

Changes in v2:
- Drop
  "mtd: spi-nor: Set SPI_NOR_4B_OPCODES on all >16MB Spansion NORs",
  "mtd: spi-nor: Create a ->set_4byte() method",
  "mtd: spi-nor: Explicitly flag all Micron NORs as supporting locking"
  "mtd: spi-nor: Move Spansion erase related fixup to a dedicated function"
- Add a patch adding the SPDX tag
- Add a patch moving nor->info assignment earlier in the spi_nor_scan()
  function

Boris Brezillon (6):
  mtd: spi-nor: Drop inline on all internal helpers
  mtd: spi-nor: Avoid forward declaration of internal functions
  mtd: spi-nor: Stop passing info to set_4byte()
  mtd: spi-nor: Make the enable argument passed to set_byte() a bool
  mtd: spi-nor: Add an SPDX tag to spi-nor.c
  mtd: spi-nor: Move the nor->info assignment earlier in the scan func

 drivers/mtd/spi-nor/spi-nor.c | 264 +++++++++++++++++-----------------
 1 file changed, 129 insertions(+), 135 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-12-05  8:41 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-29 14:10 [PATCH v2 0/6] mtd: spi-nor: Random cleanups Boris Brezillon
2018-11-29 14:10 ` [PATCH v2 1/6] mtd: spi-nor: Drop inline on all internal helpers Boris Brezillon
2018-11-29 16:16   ` Sverdlin, Alexander (Nokia - DE/Ulm)
2018-12-04 17:01   ` Tudor.Ambarus
2018-11-29 14:10 ` [PATCH v2 2/6] mtd: spi-nor: Avoid forward declaration of internal functions Boris Brezillon
2018-12-04 19:09   ` Tudor.Ambarus
2018-12-05  8:09     ` Boris Brezillon
2018-12-05  8:40       ` Tudor.Ambarus
2018-11-29 14:10 ` [PATCH v2 3/6] mtd: spi-nor: Stop passing info to set_4byte() Boris Brezillon
2018-11-29 16:23   ` Sverdlin, Alexander (Nokia - DE/Ulm)
2018-12-04 19:35   ` Tudor.Ambarus
2018-12-04 19:37     ` Boris Brezillon
2018-11-29 14:10 ` [PATCH v2 4/6] mtd: spi-nor: Make the enable argument passed to set_byte() a bool Boris Brezillon
2018-12-04 19:38   ` Tudor.Ambarus
2018-11-29 14:10 ` [PATCH v2 5/6] mtd: spi-nor: Add an SPDX tag to spi-nor.c Boris Brezillon
2018-11-29 16:29   ` Sverdlin, Alexander (Nokia - DE/Ulm)
2018-12-04 19:45   ` Tudor.Ambarus
2018-12-05  8:09     ` Boris Brezillon
2018-11-29 14:10 ` [PATCH v2 6/6] mtd: spi-nor: Move the nor->info assignment earlier in the scan func Boris Brezillon
2018-11-29 16:35   ` Sverdlin, Alexander (Nokia - DE/Ulm)
2018-12-04 20:24     ` Tudor.Ambarus
2018-12-04 20:21   ` Tudor.Ambarus
2018-12-05  8:11     ` Boris Brezillon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).