linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [linux-next RFC v7 0/6] mtd: spi-nor: improve support of QSPI nor
@ 2015-09-15 15:27 Cyrille Pitchen
       [not found] ` <cover.1442330503.git.cyrille.pitchen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Cyrille Pitchen @ 2015-09-15 15:27 UTC (permalink / raw)
  To: nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w,
	broonie-DgEjT+Ai2ygdnm+yROfE0A, linux-spi-u79uwXL29TY76Z2rM5mHXA,
	dwmw2-wEGCiKHe2LqWVfeAwA7xHQ,
	computersforpeace-Re5JQEeQqe8AvxtiuMwx3w,
	zajec5-Re5JQEeQqe8AvxtiuMwx3w, beanhuo-AL4WhLSQfzjQT0dZR+AlfA,
	juhosg-p3rKhJxN3npAfugRpC6u6w, marex-ynQEQJNshbs,
	ben-/+tVBieCtBitmTQ+vhA3Yw
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	pawel.moll-5wv7dgnIgG8, mark.rutland-5wv7dgnIgG8,
	ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg,
	galak-sgV2jX0FEOL9JmXXK+q4OQ,
	linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Cyrille Pitchen

Hi all,

this series is still a work in progress though it is almost finished.
The support of Macronix dummy code to configure the number of dummy cycles
is still missing...

However I would like some feedbacks to synchronize this work with other
mtd / spi-nor improvements as I see lots of patches on the mailing list.

Best Regards,

Cyrille

Cyrille Pitchen (6):
  mtd: spi-nor: remove unused read_xfer/write_xfer hooks
  mtd: spi-nor: read JEDEC ID with multiple I/O protocols
  mtd: spi-nor: set the read op code and protocol based on the
    manufacturer
  mtd: m25p80: add support of dual and quad spi protocols to all
    commands
  Documentation: atmel-quadspi: add binding file for Atmel QSPI driver
  mtd: atmel-quadspi: add driver for Atmel QSPI controller

 .../devicetree/bindings/mtd/atmel-quadspi.txt      |  29 +
 drivers/mtd/devices/m25p80.c                       | 262 ++++--
 drivers/mtd/spi-nor/Kconfig                        |   7 +
 drivers/mtd/spi-nor/Makefile                       |   1 +
 drivers/mtd/spi-nor/atmel-quadspi.c                | 880 +++++++++++++++++++++
 drivers/mtd/spi-nor/fsl-quadspi.c                  |   2 +-
 drivers/mtd/spi-nor/nxp-spifi.c                    |  13 +-
 drivers/mtd/spi-nor/spi-nor.c                      | 603 ++++++++++++--
 include/linux/mtd/spi-nor.h                        |  68 +-
 9 files changed, 1689 insertions(+), 176 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mtd/atmel-quadspi.txt
 create mode 100644 drivers/mtd/spi-nor/atmel-quadspi.c

-- 
1.8.2.2

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-09-16  8:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15 15:27 [linux-next RFC v7 0/6] mtd: spi-nor: improve support of QSPI nor Cyrille Pitchen
     [not found] ` <cover.1442330503.git.cyrille.pitchen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2015-09-15 15:27   ` [linux-next RFC v7 1/6] mtd: spi-nor: remove unused read_xfer/write_xfer hooks Cyrille Pitchen
2015-09-15 15:28   ` [linux-next RFC v7 3/6] mtd: spi-nor: set the read op code and protocol based on the manufacturer Cyrille Pitchen
2015-09-15 15:28 ` [linux-next RFC v7 2/6] mtd: spi-nor: read JEDEC ID with multiple I/O protocols Cyrille Pitchen
2015-09-15 17:53   ` Jagan Teki
     [not found]     ` <CAD6G_RQV--nRk-pf347ThnEbQ=+tozXq8PKZL818cEK7nAi+gA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-09-16  8:34       ` Cyrille Pitchen
2015-09-15 15:28 ` [linux-next RFC v7 4/6] mtd: m25p80: add support of dual and quad spi protocols to all commands Cyrille Pitchen
2015-09-15 15:28 ` [linux-next RFC v7 5/6] Documentation: atmel-quadspi: add binding file for Atmel QSPI driver Cyrille Pitchen
2015-09-15 15:28 ` [linux-next RFC v7 6/6] mtd: atmel-quadspi: add driver for Atmel QSPI controller Cyrille Pitchen

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