linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] serial: Remove custom frame size calculation
@ 2022-08-25  8:58 Ilpo Järvinen
  2022-08-25  8:58 ` [PATCH 1/5] serial: ucc_uart: " Ilpo Järvinen
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Ilpo Järvinen @ 2022-08-25  8:58 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, linux-serial
  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.

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 | 28 ++++++---------------
 drivers/tty/serial/fsl_lpuart.c             | 10 +++-----
 drivers/tty/serial/serial-tegra.c           | 12 +++------
 drivers/tty/serial/sunsab.c                 | 20 ++++++---------
 drivers/tty/serial/ucc_uart.c               | 15 +----------
 5 files changed, 22 insertions(+), 63 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-08-26 15:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-25  8:58 [PATCH 0/5] serial: Remove custom frame size calculation Ilpo Järvinen
2022-08-25  8:58 ` [PATCH 1/5] serial: ucc_uart: " Ilpo Järvinen
2022-08-25  8:58 ` [PATCH 2/5] serial: cpm_uart: " Ilpo Järvinen
2022-08-26 15:53   ` Andy Shevchenko
2022-08-25  8:58 ` [PATCH 3/5] serial: fsl_lpuart: " Ilpo Järvinen
2022-08-26 15:56   ` Andy Shevchenko
2022-08-25  8:58 ` [PATCH 4/5] serial: sunsab: Remove frame size calculation dead-code Ilpo Järvinen
2022-08-25  8:58 ` [PATCH 5/5] serial: tegra: Remove custom frame size calculation Ilpo Järvinen
2022-08-26 15:58 ` [PATCH 0/5] serial: " Andy Shevchenko

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