From: Daniel Mack <daniel@zonque.org>
To: devicetree@vger.kernel.org, linux-serial@vger.kernel.org
Cc: gregkh@linuxfoundation.org, robh+dt@kernel.org, jslaby@suse.com,
jringle@gridpoint.com, m.brock@vanmierlo.com,
pascal.huerst@gmail.com, Daniel Mack <daniel@zonque.org>
Subject: [PATCH v2 0/6] sc16is7xx: IrDA mode and threaded IRQs
Date: Tue, 19 May 2020 20:21:41 +0200 [thread overview]
Message-ID: <20200519182147.218713-1-daniel@zonque.org> (raw)
This is v2 of the series.
v2:
* Change single bool properties into an array
(suggested by Rob Herring)
* Add a patch first try TRIGGER_LOW and SHARED interrupts, and then
fall back to FALLING edge if the IRQ controller fails to provide the
former (suggested by Maarten Brock)
* Add a patch to check for the device presence
Daniel Mack (4):
sc16is7xx: Always use falling edge IRQ
sc16is7xx: Use threaded IRQ
sc16is7xx: Allow sharing the IRQ line
sc16is7xx: Read the LSR register for basic device presence check
Pascal Huerst (2):
dt-bindings: sc16is7xx: Add flag to activate IrDA mode
sc16is7xx: Add flag to activate IrDA mode
.../bindings/serial/nxp,sc16is7xx.txt | 4 +
drivers/tty/serial/sc16is7xx.c | 73 +++++++++++++------
2 files changed, 56 insertions(+), 21 deletions(-)
--
2.26.2
next reply other threads:[~2020-05-19 18:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-19 18:21 Daniel Mack [this message]
2020-05-19 18:21 ` [PATCH v2 1/6] dt-bindings: sc16is7xx: Add flag to activate IrDA mode Daniel Mack
2020-05-19 18:21 ` [PATCH v2 2/6] " Daniel Mack
2020-05-21 8:43 ` Greg KH
2020-05-19 18:21 ` [PATCH v2 3/6] sc16is7xx: Always use falling edge IRQ Daniel Mack
2020-05-19 18:21 ` [PATCH v2 4/6] sc16is7xx: Use threaded IRQ Daniel Mack
2020-05-19 18:21 ` [PATCH v2 5/6] sc16is7xx: Allow sharing the IRQ line Daniel Mack
2020-05-19 18:21 ` [PATCH v2 6/6] sc16is7xx: Read the LSR register for basic device presence check Daniel Mack
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=20200519182147.218713-1-daniel@zonque.org \
--to=daniel@zonque.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jringle@gridpoint.com \
--cc=jslaby@suse.com \
--cc=linux-serial@vger.kernel.org \
--cc=m.brock@vanmierlo.com \
--cc=pascal.huerst@gmail.com \
--cc=robh+dt@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).