From: Greg KH <gregkh@linuxfoundation.org>
To: Jiri Slaby <jirislaby@kernel.org>
Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org,
"Emil Kronborg" <emil.kronborg@protonmail.com>,
"Shawn Guo" <shawnguo@kernel.org>,
"Sascha Hauer" <s.hauer@pengutronix.de>,
"Uwe Kleine-König" <kernel@pengutronix.de>,
"Fabio Estevam" <festevam@gmail.com>,
"NXP Linux Team" <linux-imx@nxp.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v2 2/2] serial: mxs-auart: fix tx
Date: Thu, 1 Feb 2024 06:57:17 -0800 [thread overview]
Message-ID: <2024020103-dictation-magma-d8ed@gregkh> (raw)
In-Reply-To: <3935b841-77b7-4265-a727-98a358cd56be@kernel.org>
On Thu, Feb 01, 2024 at 01:05:42PM +0100, Jiri Slaby wrote:
> On 01. 02. 24, 11:55, Jiri Slaby (SUSE) wrote:
> > Emil reports:
> > After updating Linux on an i.MX28 board, serial communication over
> > AUART broke. When I TX from the board and measure on the TX pin, it
> > seems like the HW fifo is not emptied before the transmission is
> > stopped.
> >
> > MXS performs weird things with stop_tx(). The driver makes it
> > conditional on uart_tx_stopped().
> >
> > So the driver needs special handling. Pass the brand new UART_TX_NOSTOP
> > to uart_port_tx_flags() and handle the stop on its own.
> >
> > Signed-off-by: Jiri Slaby (SUSE) <jirislaby@kernel.org>
> > Reported-by: Emil Kronborg <emil.kronborg@protonmail.com>
> > Fixes: 2d141e683e9a ("tty: serial: use uart_port_tx() helper")
> > Closes: https://lore.kernel.org/all/miwgbnvy3hjpnricubg76ytpn7xoceehwahupy25bubbduu23s@om2lptpa26xw/
>
> Am I unable to send a proper patch anymore?
>
> I forgot to add mxs+arm maintainers:
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
> Cc: Fabio Estevam <festevam@gmail.com>
> Cc: NXP Linux Team <linux-imx@nxp.com>
> Cc: linux-arm-kernel@lists.infradead.org
>
> I can resend with those fixed, if you prefer...
Nah, this is fine, I'll take this as-is, thanks!
greg k-h
next prev parent reply other threads:[~2024-02-01 14:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-01 10:55 [PATCH v2 1/2] serial: core: introduce uart_port_tx_flags() Jiri Slaby (SUSE)
2024-02-01 10:55 ` [PATCH v2 2/2] serial: mxs-auart: fix tx Jiri Slaby (SUSE)
2024-02-01 12:05 ` Jiri Slaby
2024-02-01 14:57 ` Greg KH [this message]
2024-02-01 17:59 ` Stefan Wahren
2024-02-01 15:49 ` Emil Kronborg
2024-02-01 15:48 ` [PATCH v2 1/2] serial: core: introduce uart_port_tx_flags() Emil Kronborg
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=2024020103-dictation-magma-d8ed@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=emil.kronborg@protonmail.com \
--cc=festevam@gmail.com \
--cc=jirislaby@kernel.org \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@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