All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] mtd: spi-nor: Random cleanups
@ 2018-12-06 10:41 Boris Brezillon
  2018-12-06 10:41 ` [PATCH v3 1/5] mtd: spi-nor: Drop inline on all internal helpers Boris Brezillon
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Boris Brezillon @ 2018-12-06 10:41 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.

Regards,

Boris

Changes in v3:
- Merged patch 6 into patch 3
- Add an SPDX tag to spi-nor.h

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


*** BLURB HERE ***

Boris Brezillon (5):
  mtd: spi-nor: Drop inline on all internal helpers
  mtd: spi-nor: Avoid forward declaration of internal functions
  mtd: spi-nor: Stop passing flash_info around
  mtd: spi-nor: Make the enable argument passed to set_byte() a bool
  mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h}

 drivers/mtd/spi-nor/spi-nor.c | 679 +++++++++++++++++-----------------
 include/linux/mtd/spi-nor.h   |   6 +-
 2 files changed, 336 insertions(+), 349 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-12-07  9:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-06 10:41 [PATCH v3 0/5] mtd: spi-nor: Random cleanups Boris Brezillon
2018-12-06 10:41 ` [PATCH v3 1/5] mtd: spi-nor: Drop inline on all internal helpers Boris Brezillon
2018-12-07  9:10   ` [v3,1/5] " Boris Brezillon
2018-12-06 10:41 ` [PATCH v3 2/5] mtd: spi-nor: Avoid forward declaration of internal functions Boris Brezillon
2018-12-06 11:17   ` Tudor.Ambarus
2018-12-07  9:10   ` [v3, " Boris Brezillon
2018-12-06 10:41 ` [PATCH v3 3/5] mtd: spi-nor: Stop passing flash_info around Boris Brezillon
2018-12-06 11:20   ` Tudor.Ambarus
2018-12-06 13:18     ` Boris Brezillon
2018-12-06 13:35   ` Tudor.Ambarus
2018-12-07  9:10   ` [v3,3/5] " Boris Brezillon
2018-12-06 10:41 ` [PATCH v3 4/5] mtd: spi-nor: Make the enable argument passed to set_byte() a bool Boris Brezillon
2018-12-07  9:10   ` [v3, " Boris Brezillon
2018-12-06 10:41 ` [PATCH v3 5/5] mtd: spi-nor: Add an SPDX tag to spi-nor.{c,h} Boris Brezillon
2018-12-06 11:27   ` Tudor.Ambarus
2018-12-07  9:10   ` [v3,5/5] " Boris Brezillon

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.