mbox series

[0/8] serial: Core cleanups

Message ID 20230309080923.11778-1-ilpo.jarvinen@linux.intel.com
Headers show
Series serial: Core cleanups | expand

Message

Ilpo Järvinen March 9, 2023, 8:09 a.m. UTC
Serial core cleanups.

Ilpo Järvinen (8):
  serial: Use ARRAY_SIZE() with iso7816 reserved array
  serial: Use B0 instead of implicit zero assumption
  serial: Remove extern from func prototypes in headers
  serial: Move uart_change_speed() earlier
  serial: Rename uart_change_speed() to uart_change_line_settings()
  serial: Make hw_stopped bool
  serial: Rename hw_stopped to old_hw_stopped & improve logic
  serial: Remove uart_wait_until_sent() forward declaration

 drivers/tty/serial/serial_core.c | 113 +++++++++++++++----------------
 include/linux/serial_8250.h      |  41 +++++------
 include/linux/serial_core.h      |  15 ++--
 3 files changed, 80 insertions(+), 89 deletions(-)