linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] serial: Remove custom frame size calculation
@ 2022-08-30  8:49 Ilpo Järvinen
  2022-08-30  8:49 ` [PATCH v2 1/5] serial: ucc_uart: " Ilpo Järvinen
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Ilpo Järvinen @ 2022-08-30  8:49 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, linux-serial, Andy Shevchenko
  Cc: linux-kernel, Ilpo Järvinen

A few drivers still calculate number of frame bits on their own. As core
can do that for them these days, take advantage of core's capabilities.

v2:
- Address coding style comments (from Andy)

Ilpo Järvinen (5):
  serial: ucc_uart: Remove custom frame size calculation
  serial: cpm_uart: Remove custom frame size calculation
  serial: fsl_lpuart: Remove custom frame size calculation
  serial: sunsab: Remove frame size calculation dead-code
  serial: tegra: Remove custom frame size calculation

 drivers/tty/serial/cpm_uart/cpm_uart_core.c | 31 +++++++--------------
 drivers/tty/serial/fsl_lpuart.c             |  9 ++----
 drivers/tty/serial/serial-tegra.c           | 12 ++------
 drivers/tty/serial/sunsab.c                 | 20 ++++++-------
 drivers/tty/serial/ucc_uart.c               | 15 +---------
 5 files changed, 24 insertions(+), 63 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-09-15 12:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30  8:49 [PATCH v2 0/5] serial: Remove custom frame size calculation Ilpo Järvinen
2022-08-30  8:49 ` [PATCH v2 1/5] serial: ucc_uart: " Ilpo Järvinen
2022-08-30 17:01   ` Timur Tabi
2022-08-30  8:49 ` [PATCH v2 2/5] serial: cpm_uart: " Ilpo Järvinen
2022-08-30  8:49 ` [PATCH v2 3/5] serial: fsl_lpuart: " Ilpo Järvinen
2022-08-30  8:49 ` [PATCH v2 4/5] serial: sunsab: Remove frame size calculation dead-code Ilpo Järvinen
2022-08-30  8:49 ` [PATCH v2 5/5] serial: tegra: Remove custom frame size calculation Ilpo Järvinen
2022-09-15 12:33   ` Thierry Reding

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).