linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 00/10] Add error checking to spi-nor read and write
@ 2016-05-06  0:31 Brian Norris
  2016-05-06  0:31 ` [PATCH v7 01/10] mtd: spi-nor: change return value of read/write Brian Norris
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Brian Norris @ 2016-05-06  0:31 UTC (permalink / raw)
  To: linux-mtd
  Cc: Heiner Kallweit, Brian Norris, Han Xu, Michal Suchanek,
	Boris Brezillon, Javier Martinez Canillas, Rafal Milecki,
	Jagan Teki, Andrew F. Davis, Mika Westerberg, Gabor Juhos,
	Bean Huo, linux-kernel, Bayi Cheng, Joachim Eastwood,
	Cyrille Pitchen

Hi,

I'm picking up Michal's patch set, since he dropped it on the floor, and it's
useful for others. My additions:

 * rebased on latest
 * added fixes for drivers that have been merged in the meantime
 * addressed most of Heiner's comments

I've put some v6->v7 change info in the patch descriptions as well.

Tested on m25p80 only.

Regards,
Brian
Brian Norris (2):
  mtd: mtk-quadspi: return amount of data transferred or error in
    read/write
  mtd: nxp-spifi: return amount of data transferred or error in
    read/write

Michal Suchanek (8):
  mtd: spi-nor: change return value of read/write
  mtd: m25p80: return amount of data transferred or error in read/write
  mtd: fsl-quadspi: return amount of data read/written or error
  mtd: spi-nor: check return value from write
  mtd: spi-nor: stop passing around retlen
  mtd: spi-nor: simplify write loop
  mtd: spi-nor: add read loop
  mtd: m25p80: read in spi_max_transfer_size chunks

 drivers/mtd/devices/m25p80.c      |  37 +++++++++-----
 drivers/mtd/spi-nor/fsl-quadspi.c |  29 +++++------
 drivers/mtd/spi-nor/mtk-quadspi.c |  42 +++++++++-------
 drivers/mtd/spi-nor/nxp-spifi.c   |  25 +++++-----
 drivers/mtd/spi-nor/spi-nor.c     | 100 +++++++++++++++++++++++++-------------
 include/linux/mtd/spi-nor.h       |   8 +--
 6 files changed, 148 insertions(+), 93 deletions(-)

-- 
2.8.0.rc3.226.g39d4020

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

end of thread, other threads:[~2016-06-02  0:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-06  0:31 [PATCH v7 00/10] Add error checking to spi-nor read and write Brian Norris
2016-05-06  0:31 ` [PATCH v7 01/10] mtd: spi-nor: change return value of read/write Brian Norris
2016-05-06  0:31 ` [PATCH v7 02/10] mtd: m25p80: return amount of data transferred or error in read/write Brian Norris
2016-05-06  0:31 ` [PATCH v7 03/10] mtd: fsl-quadspi: return amount of data read/written or error Brian Norris
2016-05-06  0:31 ` [PATCH v7 04/10] mtd: mtk-quadspi: return amount of data transferred or error in read/write Brian Norris
2016-05-06  0:31 ` [PATCH v7 05/10] mtd: nxp-spifi: " Brian Norris
2016-05-06  0:31 ` [PATCH v7 06/10] mtd: spi-nor: check return value from write Brian Norris
2016-05-06  0:31 ` [PATCH v7 07/10] mtd: spi-nor: stop passing around retlen Brian Norris
2016-05-06  0:31 ` [PATCH v7 08/10] mtd: spi-nor: simplify write loop Brian Norris
2016-05-06  0:31 ` [PATCH v7 09/10] mtd: spi-nor: add read loop Brian Norris
2016-05-06  0:31 ` [PATCH v7 10/10] mtd: m25p80: read in spi_max_transfer_size chunks Brian Norris
2016-05-16 19:47 ` [PATCH v7 00/10] Add error checking to spi-nor read and write Michal Suchanek
2016-05-18  1:24   ` Brian Norris
2016-05-26 20:12     ` Michal Suchanek
2016-05-23 16:08 ` Cyrille Pitchen
2016-06-02  0:26 ` Brian Norris

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).