linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Broadcom MSPI driver
@ 2015-05-12 17:38 Jonathan Richardson
  2015-05-12 17:38 ` [PATCH 1/2] ARM: dts: Add binding for " Jonathan Richardson
  2015-05-12 17:38 ` [PATCH 2/2] spi: bcm-mspi: Add support " Jonathan Richardson
  0 siblings, 2 replies; 17+ messages in thread
From: Jonathan Richardson @ 2015-05-12 17:38 UTC (permalink / raw)
  To: Mark Brown, Dmitry Torokhov, Anatol Pomazau
  Cc: Jonathan Richardson, Scott Branden, Rob Herring, Pawel Moll,
	Mark Rutland, Ian Campbell, Kumar Gala,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-spi-u79uwXL29TY76Z2rM5mHXA, bcm-kernel-feedback-list,
	devicetree-u79uwXL29TY76Z2rM5mHXA

This patchset adds support for Broadcoms MSPI SPI controller. It can be found on
various SoC's such as Cygnus.

Jonathan Richardson (2):
  ARM: dts: Add binding for Broadcom MSPI driver.
  spi: bcm-mspi: Add support for Broadcom MSPI driver.

 .../devicetree/bindings/spi/brcm,mspi-spi.txt      |   39 ++
 drivers/spi/Kconfig                                |    5 +
 drivers/spi/Makefile                               |    1 +
 drivers/spi/spi-bcm-mspi.c                         |  505 ++++++++++++++++++++
 4 files changed, 550 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/brcm,mspi-spi.txt
 create mode 100644 drivers/spi/spi-bcm-mspi.c

-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe devicetree" 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] 17+ messages in thread

end of thread, other threads:[~2015-05-14 21:43 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-12 17:38 [PATCH 0/2] Add Broadcom MSPI driver Jonathan Richardson
2015-05-12 17:38 ` [PATCH 1/2] ARM: dts: Add binding for " Jonathan Richardson
     [not found]   ` <1431452293-16697-2-git-send-email-jonathar-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-05-12 18:38     ` Florian Fainelli
2015-05-12 17:38 ` [PATCH 2/2] spi: bcm-mspi: Add support " Jonathan Richardson
     [not found]   ` <1431452293-16697-3-git-send-email-jonathar-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-05-12 18:46     ` Florian Fainelli
2015-05-12 19:17     ` Mark Brown
     [not found]       ` <20150512191718.GW3066-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-05-13 23:49         ` Jonathan Richardson
     [not found]           ` <5553E31A.8060309-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-05-14  0:19             ` Scott Branden
2015-05-14 10:31               ` Mark Brown
     [not found]                 ` <20150514103144.GO2761-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-05-14 18:19                   ` Scott Branden
     [not found]                     ` <5554E715.7070203-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-05-14 18:28                       ` Florian Fainelli
     [not found]                         ` <5554E957.3030809-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-05-14 18:36                           ` Scott Branden
     [not found]                             ` <5554EB49.9020601-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-05-14 18:55                               ` Jonathan Richardson
2015-05-14 19:08                       ` Mark Brown
     [not found]                         ` <20150514190823.GR2761-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-05-14 19:55                           ` Jonathan Richardson
2015-05-14 20:12                             ` Mark Brown
     [not found]                               ` <20150514201221.GX2761-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-05-14 21:43                                 ` Florian Fainelli

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