From: Lee Jones <lee.jones@linaro.org>
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 v4 0/2] spi: st: New driver for ST's SPI Controller
Date: Tue, 9 Dec 2014 20:21:29 +0000 [thread overview]
Message-ID: <1418156491-26613-1-git-send-email-lee.jones@linaro.org> (raw)
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
next reply other threads:[~2014-12-09 20:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-09 20:21 Lee Jones [this message]
2014-12-09 20:21 ` [PATCH v4 1/2] spi: Add new driver for STMicroelectronics' SPI Controller Lee Jones
2014-12-22 18:36 ` Mark Brown
2014-12-09 20:21 ` [PATCH v4 2/2] spi: st: Provide Device Tree binding documentation Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1418156491-26613-1-git-send-email-lee.jones@linaro.org \
--to=lee.jones@linaro.org \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@stlinux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).