mbox series

[V2,0/3] tty: serial: fsl_lpuart: cleanup lpuart driver

Message ID 20250311033336.1254842-1-sherry.sun@nxp.com
Headers show
Series tty: serial: fsl_lpuart: cleanup lpuart driver | expand

Message

Sherry Sun March 11, 2025, 3:33 a.m. UTC
Do some cleanup for lpuart driver, no functionality change.

Changes in V2:
1. Add the third patch to rename the register variables as Jiri suggested.

Sherry Sun (3):
  tty: serial: fsl_lpuart: Use u32 for register variables
  tty: serial: fsl_lpuart: use port struct directly to simply code
  tty: serial: lpuart: rename register variables more specifically

 drivers/tty/serial/fsl_lpuart.c | 446 ++++++++++++++++----------------
 1 file changed, 220 insertions(+), 226 deletions(-)