From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Richardson Subject: [PATCH 0/2] Add Broadcom MSPI driver Date: Tue, 12 May 2015 10:38:11 -0700 Message-ID: <1431452293-16697-1-git-send-email-jonathar@broadcom.com> Mime-Version: 1.0 Content-Type: text/plain Cc: Jonathan Richardson , Scott Branden , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , , , bcm-kernel-feedback-list , To: Mark Brown , Dmitry Torokhov , Anatol Pomazau Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-spi.vger.kernel.org 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