From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: [PATCH 0/4] spi: st: New driver for ST's SPI Controller Date: Thu, 27 Nov 2014 11:43:52 +0000 Message-ID: <1417088636-11994-1-git-send-email-lee.jones@linaro.org> Return-path: Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, kernel-F5mvAk5X5gdBDgjK7y7TUQ@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org This is a new driver which controls the SPI component of ST's Synchronous Serial Controller (SSC). Lee Jones (4): spi: Add new driver for STMicroelectronics' SPI Controller spi: st: Provide Device Tree binding documentation ARM: sti: Provide DT nodes for SSC[0..4] ARM: sti: Provide DT nodes for SBC SSC[0..2] Documentation/devicetree/bindings/spi/spi-st.txt | 40 ++ arch/arm/boot/dts/stih407.dtsi | 85 ++++ drivers/spi/Kconfig | 8 + drivers/spi/Makefile | 1 + drivers/spi/spi-st.c | 535 +++++++++++++++++++++++ 5 files changed, 669 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/spi-st.txt create mode 100644 drivers/spi/spi-st.c -- 1.9.1 -- 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