linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Slaby <jslaby@suse.cz>
To: gregkh@linuxfoundation.org
Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Jiri Slaby" <jslaby@suse.cz>,
	"Tobias Klauser" <tklauser@distanz.ch>,
	"Richard Genoud" <richard.genoud@gmail.com>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Claudiu Beznea" <claudiu.beznea@microchip.com>,
	"Vladimir Zapolskiy" <vz@mleia.com>,
	"Liviu Dudau" <liviu.dudau@arm.com>,
	"Sudeep Holla" <sudeep.holla@arm.com>,
	"Lorenzo Pieralisi" <lorenzo.pieralisi@arm.com>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Fabio Estevam" <festevam@gmail.com>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Andreas Färber" <afaerber@suse.de>,
	"Manivannan Sadhasivam" <mani@kernel.org>,
	"Russell King" <linux@armlinux.org.uk>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	bcm-kernel-feedback-list@broadcom.com,
	"Pali Rohár" <pali@kernel.org>,
	"Kevin Cernekee" <cernekee@gmail.com>,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Paul Walmsley" <paul.walmsley@sifive.com>,
	"Orson Zhai" <orsonzhai@gmail.com>,
	"Baolin Wang" <baolin.wang7@gmail.com>,
	"Chunyan Zhang" <zhang.lyra@gmail.com>,
	"Patrice Chotard" <patrice.chotard@foss.st.com>,
	linux-riscv@lists.infradead.org
Subject: [PATCH 0/3] tty: TX helpers
Date: Mon, 11 Apr 2022 12:54:02 +0200	[thread overview]
Message-ID: <20220411105405.9519-1-jslaby@suse.cz> (raw)

First, this series depends on "tty: various cleanups"
(20220411104506.8990-1-jslaby@suse.cz).

This series introduces uart_port_tx{,_limit}() TX helpers. See PATCH
1/3 for the details. Comments welcome.

Then it switches drivers to use them. First, uart_port_tx() in 2/3 and
then uart_port_tx_limit() in 3/3.

The diffstat of patches 2+3 is as follows:
 27 files changed, 330 insertions(+), 883 deletions(-)
which appears to be nice.

Cc: Tobias Klauser <tklauser@distanz.ch>
Cc: Richard Genoud <richard.genoud@gmail.com>
Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: Claudiu Beznea <claudiu.beznea@microchip.com>
Cc: Vladimir Zapolskiy <vz@mleia.com>
Cc: Liviu Dudau <liviu.dudau@arm.com>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
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: "Andreas Färber" <afaerber@suse.de>
Cc: Manivannan Sadhasivam <mani@kernel.org>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Cc: bcm-kernel-feedback-list@broadcom.com
Cc: "Pali Rohár" <pali@kernel.org>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Palmer Dabbelt <palmer@dabbelt.com>
Cc: Paul Walmsley <paul.walmsley@sifive.com>
Cc: Orson Zhai <orsonzhai@gmail.com>
Cc: Baolin Wang <baolin.wang7@gmail.com>
Cc: Chunyan Zhang <zhang.lyra@gmail.com>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: linux-riscv@lists.infradead.org

Jiri Slaby (3):
  tty: serial: introduce uart_port_tx{,_limit}() helpers
  tty: serial: use uart_port_tx() helper
  tty: serial: use uart_port_tx_limit() helper

 Documentation/driver-api/serial/driver.rst | 28 +++++++++++
 drivers/tty/serial/21285.c                 | 40 ++++++----------
 drivers/tty/serial/altera_jtaguart.c       | 43 +++++------------
 drivers/tty/serial/altera_uart.c           | 47 ++++++-------------
 drivers/tty/serial/amba-pl010.c            | 40 +++-------------
 drivers/tty/serial/apbuart.c               | 37 +++------------
 drivers/tty/serial/atmel_serial.c          | 37 ++++++---------
 drivers/tty/serial/bcm63xx_uart.c          | 48 ++++---------------
 drivers/tty/serial/fsl_lpuart.c            | 49 +++++++-------------
 drivers/tty/serial/lantiq.c                | 50 +++++++-------------
 drivers/tty/serial/lpc32xx_hs.c            | 53 +++++++--------------
 drivers/tty/serial/mcf.c                   | 35 ++++++--------
 drivers/tty/serial/mpc52xx_uart.c          | 54 +++++++---------------
 drivers/tty/serial/mps2-uart.c             | 44 ++++++------------
 drivers/tty/serial/mux.c                   | 48 ++++++-------------
 drivers/tty/serial/mvebu-uart.c            | 47 ++++++-------------
 drivers/tty/serial/mxs-auart.c             | 43 ++++++++---------
 drivers/tty/serial/omap-serial.c           | 53 ++++++---------------
 drivers/tty/serial/owl-uart.c              | 47 ++++++-------------
 drivers/tty/serial/pxa.c                   | 43 ++++-------------
 drivers/tty/serial/rp2.c                   | 36 ++++-----------
 drivers/tty/serial/sa1100.c                | 50 ++++++++------------
 drivers/tty/serial/serial_core.c           | 53 +++++++++++++++++++++
 drivers/tty/serial/serial_txx9.c           | 40 +++-------------
 drivers/tty/serial/sifive.c                | 48 +++----------------
 drivers/tty/serial/sprd_serial.c           | 41 +++-------------
 drivers/tty/serial/st-asc.c                | 51 +++-----------------
 drivers/tty/serial/vr41xx_siu.c            | 42 +++--------------
 drivers/tty/serial/vt8500_serial.c         | 47 ++++++-------------
 include/linux/serial_core.h                |  9 ++++
 30 files changed, 420 insertions(+), 883 deletions(-)

-- 
2.35.1


             reply	other threads:[~2022-04-11 10:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-11 10:54 Jiri Slaby [this message]
2022-04-11 10:54 ` [PATCH 1/3] tty: serial: introduce uart_port_tx{,_limit}() helpers Jiri Slaby
2022-04-14 16:32   ` Greg KH
2022-04-15  7:47     ` Jiri Slaby
2022-04-15  8:42       ` Greg KH
2022-04-11 10:54 ` [PATCH 2/3] tty: serial: use uart_port_tx() helper Jiri Slaby
2022-04-11 10:54 ` [PATCH 3/3] tty: serial: use uart_port_tx_limit() helper Jiri Slaby
2022-04-11 11:51   ` Pali Rohár
2022-08-29  7:27     ` Jiri Slaby
2022-08-29  8:50       ` Pali Rohár

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=20220411105405.9519-1-jslaby@suse.cz \
    --to=jslaby@suse.cz \
    --cc=afaerber@suse.de \
    --cc=alexandre.belloni@bootlin.com \
    --cc=baolin.wang7@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=cernekee@gmail.com \
    --cc=claudiu.beznea@microchip.com \
    --cc=f.fainelli@gmail.com \
    --cc=festevam@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=liviu.dudau@arm.com \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=mani@kernel.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=orsonzhai@gmail.com \
    --cc=pali@kernel.org \
    --cc=palmer@dabbelt.com \
    --cc=patrice.chotard@foss.st.com \
    --cc=paul.walmsley@sifive.com \
    --cc=richard.genoud@gmail.com \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=sudeep.holla@arm.com \
    --cc=tklauser@distanz.ch \
    --cc=vz@mleia.com \
    --cc=zhang.lyra@gmail.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).