[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1418156491-26613-1-git-send-email-lee.jones@linaro.org>
Date: Tue, 9 Dec 2014 20:21:29 +0000
From: Lee Jones <lee.jones@...aro.org>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: lee.jones@...aro.org, kernel@...inux.com, broonie@...nel.org,
linux-spi@...r.kernel.org, devicetree@...r.kernel.org
Subject: [PATCH v4 0/2] spi: st: New driver for ST's SPI Controller
This is a new driver which controls the SPI component of ST's
Synchronous Serial Controller (SSC).
v3 => v4:
- Implicitly include Pinctrl header (build fails on foreign architectures)
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 (2):
spi: Add new driver for STMicroelectronics' SPI Controller
spi: st: Provide Device Tree binding documentation
Documentation/devicetree/bindings/spi/spi-st.txt | 40 ++
drivers/spi/Kconfig | 7 +
drivers/spi/Makefile | 1 +
drivers/spi/spi-st-ssc4.c | 510 +++++++++++++++++++++++
4 files changed, 558 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists