From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Martin Fuzzey <mfuzzey@parkeon.com>,
Baruch Siach <baruch@tkos.co.il>,
linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de,
linux-serial@vger.kernel.org
Subject: [PATCH 0/4] serial: imx: some irq and handshaking fixes
Date: Thu, 10 Mar 2016 11:26:05 +0100 [thread overview]
Message-ID: <1457605569-7828-1-git-send-email-u.kleine-koenig@pengutronix.de> (raw)
Hello,
this series doesn't solve all my problems but at least some. Now for my
remaining problem my machine at least doesn't reset (by watchdog) but
disables the serial irq instead which at least allows to debug further.
(Still I'm a bit out of ideas.)
The last patch doesn't fix a real problem I have, just noticed that
while working on the handshaking stuff.
It would be great if these patched made it into v4.6-rc1.
Best regards
Uwe
Uwe Kleine-König (4):
serial: imx: reorder functions to simplify next patch
serial: imx: implement handshaking irq handling for DTE mode
serial: imx: let irq handler return IRQ_NONE if no event was handled
serial: imx: only count 0->1 transitions for RNG
drivers/tty/serial/imx.c | 152 +++++++++++++++++++++++++++++------------------
1 file changed, 95 insertions(+), 57 deletions(-)
--
2.7.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2016-03-10 10:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-10 10:26 Uwe Kleine-König [this message]
2016-03-10 10:26 ` [PATCH 1/4] serial: imx: reorder functions to simplify next patch Uwe Kleine-König
2016-03-10 10:26 ` [PATCH 2/4] serial: imx: implement handshaking irq handling for DTE mode Uwe Kleine-König
2016-03-10 10:26 ` [PATCH 3/4] serial: imx: let irq handler return IRQ_NONE if no event was handled Uwe Kleine-König
2016-03-10 10:26 ` [PATCH 4/4] serial: imx: only count 0->1 transitions for RNG Uwe Kleine-König
2016-03-24 8:14 ` [PATCH 0/4] serial: imx: some irq and handshaking fixes Uwe Kleine-König
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=1457605569-7828-1-git-send-email-u.kleine-koenig@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=baruch@tkos.co.il \
--cc=gregkh@linuxfoundation.org \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-serial@vger.kernel.org \
--cc=mfuzzey@parkeon.com \
/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).