linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] tty: spring cleanup
@ 2025-04-25 11:13 Jiri Slaby (SUSE)
  2025-04-25 11:13 ` [PATCH 1/6] tty: simplify throttling using guard()s Jiri Slaby (SUSE)
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jiri Slaby (SUSE) @ 2025-04-25 11:13 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linux-kernel, Jiri Slaby (SUSE)

Hi,

this is another series of various cleanup in tty of issues which popped
up at me during a larger rework.

Jiri Slaby (SUSE) (6):
  tty: simplify throttling using guard()s
  tty: use lock guard()s in tty_io
  serial: switch uart_port::iotype to enum uart_iotype
  serial: rename local uart_port_lock() -> uart_port_ref_lock()
  serial: use uart_port_ref_lock() helper
  serial: 8250: unexport serial8250_rpm_*() functions

 drivers/tty/serial/8250/8250.h       |  6 --
 drivers/tty/serial/8250/8250_core.c  |  2 +-
 drivers/tty/serial/8250/8250_early.c |  2 +
 drivers/tty/serial/8250/8250_port.c  | 16 ++---
 drivers/tty/serial/8250/8250_rsa.c   |  2 +
 drivers/tty/serial/amba-pl011.c      |  2 +-
 drivers/tty/serial/fsl_lpuart.c      |  5 +-
 drivers/tty/serial/samsung_tty.c     |  4 ++
 drivers/tty/serial/serial_core.c     | 97 ++++++++++++++--------------
 drivers/tty/tty_io.c                 | 96 ++++++++++++---------------
 drivers/tty/tty_ioctl.c              | 50 +++++++-------
 include/linux/serial_core.h          | 30 +++++----
 12 files changed, 149 insertions(+), 163 deletions(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-04-25 11:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-25 11:13 [PATCH 0/6] tty: spring cleanup Jiri Slaby (SUSE)
2025-04-25 11:13 ` [PATCH 1/6] tty: simplify throttling using guard()s Jiri Slaby (SUSE)
2025-04-25 11:13 ` [PATCH 2/6] tty: use lock guard()s in tty_io Jiri Slaby (SUSE)
2025-04-25 11:13 ` [PATCH 3/6] serial: switch uart_port::iotype to enum uart_iotype Jiri Slaby (SUSE)
2025-04-25 11:13 ` [PATCH 4/6] serial: rename local uart_port_lock() -> uart_port_ref_lock() Jiri Slaby (SUSE)
2025-04-25 11:13 ` [PATCH 5/6] serial: use uart_port_ref_lock() helper Jiri Slaby (SUSE)
2025-04-25 11:13 ` [PATCH 6/6] serial: 8250: unexport serial8250_rpm_*() functions Jiri Slaby (SUSE)

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