From: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
To: linux-renesas-soc@vger.kernel.org, geert@linux-m68k.org,
gregkh@linuxfoundation.org
Cc: wsa@the-dreams.de, linux-serial@vger.kernel.org,
magnus.damm@gmail.com, sergei.shtylyov@cogentembedded.com,
Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Subject: [PATCH v4 0/4] Renesas *SCIF* RX FIFO support
Date: Fri, 3 Feb 2017 11:38:16 +0100 [thread overview]
Message-ID: <1486118300-12633-1-git-send-email-ulrich.hecht+renesas@gmail.com> (raw)
Hi!
This series implements support for using RX FIFO thresholds higher than one
in PIO mode on SCIF, HSCIF, SCIFA and SCIFB serial ports.
This revision is the remainder of the series rebased to apply cleanly to
tty-testing, with some minor style adjustments as suggested by Sergei.
CU
Uli
Changes since v3:
- rebased onto tty-testing
- fixed a few style issues
Changes since v2:
- rebase
- add missing changelog entry
Changes since v1:
- clarify HS trigger register enum
- simplify DR bit handling
- if() cascade -> switch()
- disable RX trigger for SH77xx-style ports
- clean up on failure to create sysfs attribute
- r8a7796 DT: add control pins, rtscts flag
Ulrich Hecht (4):
serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIF
serial: sh-sci: SCIFA/B RX FIFO software timeout
serial: sh-sci: make RX FIFO parameters tunable via sysfs
arm64: dts: r8a7796: salvator-x: add SCIF1 (DEBUG1)
arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 14 ++
drivers/tty/serial/sh-sci.c | 213 +++++++++++++++++----
2 files changed, 195 insertions(+), 32 deletions(-)
--
2.7.4
next reply other threads:[~2017-02-03 10:38 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-03 10:38 Ulrich Hecht [this message]
2017-02-03 10:38 ` [PATCH v4 1/4] serial: sh-sci: increase RX FIFO trigger defaults for (H)SCIF Ulrich Hecht
2017-02-07 14:40 ` Geert Uytterhoeven
2017-02-03 10:38 ` [PATCH v4 2/4] serial: sh-sci: SCIFA/B RX FIFO software timeout Ulrich Hecht
2017-02-03 10:38 ` [PATCH v4 3/4] serial: sh-sci: make RX FIFO parameters tunable via sysfs Ulrich Hecht
2017-02-07 14:40 ` Geert Uytterhoeven
2017-02-08 10:04 ` Ulrich Hecht
2017-02-08 10:38 ` Geert Uytterhoeven
2017-02-12 16:04 ` Laurent Pinchart
2017-02-03 10:38 ` [PATCH v4 4/4] arm64: dts: r8a7796: salvator-x: add SCIF1 (DEBUG1) Ulrich Hecht
2017-02-08 10:54 ` Simon Horman
2017-02-08 11:19 ` Ulrich Hecht
2017-02-13 13:05 ` Simon Horman
2017-02-13 13:10 ` Geert Uytterhoeven
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=1486118300-12633-1-git-send-email-ulrich.hecht+renesas@gmail.com \
--to=ulrich.hecht+renesas@gmail.com \
--cc=geert@linux-m68k.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=sergei.shtylyov@cogentembedded.com \
--cc=wsa@the-dreams.de \
/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).