linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/2] spi: IMG SPFI driver
@ 2014-11-13  3:08 Andrew Bresticker
  2014-11-13  3:08 ` [PATCH V2 1/2] spi: Add binding document for IMG SPFI controller Andrew Bresticker
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andrew Bresticker @ 2014-11-13  3:08 UTC (permalink / raw)
  To: Mark Brown
  Cc: Andrew Bresticker, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Grant Likely, James Hartley,
	Ezequiel Garcia, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-spi-u79uwXL29TY76Z2rM5mHXA

This series adds support for the Sychronous Peripheral Flash Interface
master found on IMG SoCs.  The controller supports up to 5 chip-select
lines and single, dual, and optionally quad, mode transfers.

Tested on a platform using the MIPS-based Pistachio SoC with additional
out-of-tree patches - support for Pistachio will be submitted soon.

Based on 3.18-rc4.

Changes from v1:
 - added runtime PM support
 - renamed spi-img -> spi-img-spfi
 - addressed Mark's review comments

Andrew Bresticker (2):
  spi: Add binding document for IMG SPFI controller
  spi: Add driver for IMG SPFI controller

 .../devicetree/bindings/spi/spi-img-spfi.txt       |  37 +
 drivers/spi/Kconfig                                |   7 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-img-spfi.c                         | 745 +++++++++++++++++++++
 4 files changed, 790 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-img-spfi.txt
 create mode 100644 drivers/spi/spi-img-spfi.c

-- 
2.1.0.rc2.206.gedb03e5

--
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] 7+ messages in thread

end of thread, other threads:[~2014-11-14 18:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13  3:08 [PATCH V2 0/2] spi: IMG SPFI driver Andrew Bresticker
2014-11-13  3:08 ` [PATCH V2 1/2] spi: Add binding document for IMG SPFI controller Andrew Bresticker
2014-11-13  3:08 ` [PATCH V2 2/2] spi: Add driver " Andrew Bresticker
     [not found]   ` <1415848096-20079-3-git-send-email-abrestic-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2014-11-13 17:44     ` Mark Brown
2014-11-13 17:36 ` [PATCH V2 0/2] spi: IMG SPFI driver Mark Brown
2014-11-14 15:04   ` Mark Brown
     [not found]     ` <20141114150411.GB3815-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-11-14 18:46       ` Andrew Bresticker

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