All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] serial: various cleanups
@ 2022-04-21 10:17 Jiri Slaby
  2022-04-21 10:17 ` [PATCH 1/7] serial: sunplus-uart: mark sunplus_console_ports[] static Jiri Slaby
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Jiri Slaby @ 2022-04-21 10:17 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linux-kernel, Jiri Slaby

This is a set of simple cleanups for various drivers. All should be
straightforward.

The last two patches enable compilation on 0-day bot also for three more
drivers. So we should have a better coverage. Actually the last but one
is the result of the last one -- 0-day bot already complained to me.

Jiri Slaby (7):
  serial: sunplus-uart: mark sunplus_console_ports[] static
  serial: xilinx_uartps: return early in cdns_uart_handle_tx()
  serial: xilinx_uartps: cache xmit in cdns_uart_handle_tx()
  serial: zs: use NULL as a pointer, not 0
  serial: qcom: use check for empty instead of pending
  serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=y
  serial: allow COMPILE_TEST for some drivers

 drivers/tty/serial/Kconfig             |  8 ++---
 drivers/tty/serial/cpm_uart/cpm_uart.h |  2 ++
 drivers/tty/serial/qcom_geni_serial.c  |  2 +-
 drivers/tty/serial/sunplus-uart.c      |  2 +-
 drivers/tty/serial/xilinx_uartps.c     | 46 +++++++++-----------------
 drivers/tty/serial/zs.c                |  2 +-
 6 files changed, 25 insertions(+), 37 deletions(-)

-- 
2.36.0


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

end of thread, other threads:[~2023-03-30 19:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 10:17 [PATCH 0/7] serial: various cleanups Jiri Slaby
2022-04-21 10:17 ` [PATCH 1/7] serial: sunplus-uart: mark sunplus_console_ports[] static Jiri Slaby
2022-04-21 10:17 ` [PATCH 2/7] serial: xilinx_uartps: return early in cdns_uart_handle_tx() Jiri Slaby
2022-04-21 10:17 ` [PATCH 3/7] serial: xilinx_uartps: cache xmit " Jiri Slaby
2022-04-21 10:17 ` [PATCH 4/7] serial: zs: use NULL as a pointer, not 0 Jiri Slaby
2022-04-21 10:17 ` [PATCH 5/7] serial: qcom: use check for empty instead of pending Jiri Slaby
2022-04-21 10:17 ` [PATCH 6/7] serial: pic32: make SERIAL_PIC32_CONSOLE depend on SERIAL_PIC32=y Jiri Slaby
2022-04-21 10:17 ` [PATCH 7/7] serial: allow COMPILE_TEST for some drivers Jiri Slaby
2023-03-30 19:28   ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.