[PATCH v2 0/2] SH-SCI serial driver code cleanup

Prabhakar posted 2 patches 3 months, 2 weeks ago
drivers/tty/serial/sh-sci.c | 184 +++++++++++++++++++++++++++++++++++-
drivers/tty/serial/sh-sci.h | 178 ----------------------------------
2 files changed, 179 insertions(+), 183 deletions(-)
delete mode 100644 drivers/tty/serial/sh-sci.h
[PATCH v2 0/2] SH-SCI serial driver code cleanup
Posted by Prabhakar 3 months, 2 weeks ago
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi all,

This patch series contains two patches for the SH-SCI serial driver.
The first patch sorts the include files alphabetically, which has no
impact on code behavior. The second patch merges the contents of sh-sci.h
into sh-sci.c to reduce file clutter and improve maintainability.

v1->v2:
- Sorted the include files alphabetically in the first patch.

Cheers,
Prabhakar

Lad Prabhakar (2):
  serial: sh-sci: Sort include files alphabetically
  serial: sh-sci: Merge sh-sci.h into sh-sci.c

 drivers/tty/serial/sh-sci.c | 184 +++++++++++++++++++++++++++++++++++-
 drivers/tty/serial/sh-sci.h | 178 ----------------------------------
 2 files changed, 179 insertions(+), 183 deletions(-)
 delete mode 100644 drivers/tty/serial/sh-sci.h

-- 
2.43.0