mbox series

[0/5] tty: serial: various cleanups

Message ID 20220224111028.20917-1-jslaby@suse.cz
Headers show
Series tty: serial: various cleanups | expand

Message

Jiri Slaby Feb. 24, 2022, 11:10 a.m. UTC
This is a small cleanup series of what I have accumulated over past few
weeks while doing larger changes.

Jiri Slaby (5):
  tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned
  tty: serial: serial_txx9: remove info print from init
  tty: serial: serial_txx9: remove struct uart_txx9_port
  tty: serial: amba-pl010: use more uart_port pointers
  tty: serial: lpc32xx_hs: use serial_lpc32xx_stop_tx() helper

 drivers/tty/serial/amba-pl010.c   | 174 +++++++-------
 drivers/tty/serial/lpc32xx_hs.c   |  10 +-
 drivers/tty/serial/mpc52xx_uart.c |  22 +-
 drivers/tty/serial/serial_txx9.c  | 369 ++++++++++++++----------------
 4 files changed, 266 insertions(+), 309 deletions(-)

Comments

Greg Kroah-Hartman Feb. 25, 2022, 9:39 a.m. UTC | #1
On Thu, Feb 24, 2022 at 12:10:23PM +0100, Jiri Slaby wrote:
> This is a small cleanup series of what I have accumulated over past few
> weeks while doing larger changes.
> 
> Jiri Slaby (5):
>   tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned
>   tty: serial: serial_txx9: remove info print from init
>   tty: serial: serial_txx9: remove struct uart_txx9_port
>   tty: serial: amba-pl010: use more uart_port pointers
>   tty: serial: lpc32xx_hs: use serial_lpc32xx_stop_tx() helper
> 
>  drivers/tty/serial/amba-pl010.c   | 174 +++++++-------
>  drivers/tty/serial/lpc32xx_hs.c   |  10 +-
>  drivers/tty/serial/mpc52xx_uart.c |  22 +-
>  drivers/tty/serial/serial_txx9.c  | 369 ++++++++++++++----------------
>  4 files changed, 266 insertions(+), 309 deletions(-)

Patch 3/6 did not apply to my tree for some reason.  Can you rebase and
resend just that one?

thanks,

greg k-h