Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755367AbaLHMxp (ORCPT ); Mon, 8 Dec 2014 07:53:45 -0500 Received: from mail-yk0-f182.google.com ([209.85.160.182]:59098 "EHLO mail-yk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753229AbaLHMxn (ORCPT ); Mon, 8 Dec 2014 07:53:43 -0500 From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: lee.jones@linaro.org, kernel@stlinux.com, broonie@kernel.org, linux-spi@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v3 0/4] spi: st: New driver for ST's SPI Controller Date: Mon, 8 Dec 2014 12:53:30 +0000 Message-Id: <1418043214-14324-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is a new driver which controls the SPI component of ST's Synchronous Serial Controller (SSC). v2 => v3: - Fixes Patrice's review comments - Removed COMPILE_TEST (at least until Will Deacon's patch lands) v1 => v2: - New, more specific CONFIG symbol - Increased Runtime PM functionality - Make use of new Pinctrl API - Convert from SPI Bitbang => Transfer One - Omit functionality which Core can handle - Removal of *cough* debug code 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 | 7 + drivers/spi/Makefile | 1 + drivers/spi/spi-st-ssc4.c | 509 +++++++++++++++++++++++ 5 files changed, 642 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/spi-st.txt create mode 100644 drivers/spi/spi-st-ssc4.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/