From: cyrille.pitchen@atmel.com (Cyrille Pitchen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] spi: atmel: add support to FIFOs and the internal chip-select
Date: Mon, 8 Jun 2015 18:07:41 +0200 [thread overview]
Message-ID: <cover.1433779081.git.cyrille.pitchen@atmel.com> (raw)
ChangeLog
v2:
- read the Status Register to clear its RX FIFO Threshold Flag (RXFTHF) before
writing into the IER to enable the RXFTHF interrupt.
- remove the reset of the FIFO Mode Register (FMR) at the end of transfers
because setting the RX FIFO Threshold to 0 also sets the RXFTHF bit in SR.
- add a 3rd patch in the series to update the documentation of DT bindings.
v1:
This series of patches add support to features introduced by the Atmel sama5d2x
SoC
Cyrille Pitchen (3):
spi: atmel: add support for the internal chip-select of the spi
controller
spi: atmel: update DT bindings documentation
spi: atmel: add support to FIFOs
.../devicetree/bindings/spi/spi_atmel.txt | 8 +-
drivers/spi/spi-atmel.c | 276 +++++++++++++++++++--
2 files changed, 264 insertions(+), 20 deletions(-)
--
1.8.2.2
next reply other threads:[~2015-06-08 16:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-08 16:07 Cyrille Pitchen [this message]
2015-06-08 16:07 ` [PATCH v2 1/3] spi: atmel: add support for the internal chip-select of the spi controller Cyrille Pitchen
2015-06-09 8:07 ` Nicolas Ferre
2015-06-08 16:07 ` [PATCH v2 2/3] spi: atmel: update DT bindings documentation Cyrille Pitchen
2015-06-09 8:08 ` Nicolas Ferre
2015-06-08 16:07 ` [PATCH v2 3/3] spi: atmel: add support to FIFOs Cyrille Pitchen
2015-06-09 9:01 ` Nicolas Ferre
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=cover.1433779081.git.cyrille.pitchen@atmel.com \
--to=cyrille.pitchen@atmel.com \
--cc=linux-arm-kernel@lists.infradead.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).