Message ID | 20250319094754.2404386-1-tommaso.merciai.xr@bp.renesas.com (mailing list archive) |
---|---|
Headers | show |
Series | serial: sh-sci: Add support for RZ/G3E serial driver | expand |
On Wed, Mar 19, 2025 at 10:47:42AM +0100, Tommaso Merciai wrote: > Dear All, > > This series add support for RZ/G3E SCIF interface to linux-6.1.y-cip kernel. > SCIF interface in Renesas RZ/G3E is similar to the one available in RZ/G2L. > This series add also some fixes found during SoC bring up stage. > > All patches are cherry-picked from mainline kernel. > > base commit: 8da62141b20b (tag: v6.1.129-cip38, linux-cip/linux-6.1.y-cip) > > Thanks & Regards, > Tommaso > > Biju Das (1): > dt-bindings: serial: renesas: Document RZ/G3E (r9a09g047) scif > > Claudiu Beznea (4): > serial: sh-sci: Check if TX data was written to device in .tx_empty() > serial: sh-sci: Move runtime PM enable to sci_probe_single() > serial: sh-sci: Clean sci_ports[0] after at earlycon exit > serial: sh-sci: Increment the runtime usage counter for the earlycon > device > > Geert Uytterhoeven (1): > serial: sh-sci: Use plain struct copy in early_console_setup() > > Lad Prabhakar (5): > dt-bindings: serial: renesas,scif: Move ref for serial.yaml at the end > dt-bindings: serial: renesas,scif: Validate 'interrupts' and > 'interrupt-names' > dt-bindings: serial: renesas,scif: Make 'interrupt-names' property as > required > dt-bindings: serial: Add documentation for Renesas RZ/V2H(P) > (R9A09G057) SCIF support > serial: sh-sci: Add support for RZ/V2H(P) SoC > > Wolfram Sang (1): > serial: sh-sci: describe locking requirements for invalidating RXDMA > > .../bindings/serial/renesas,scif.yaml | 141 +++++++++++---- > drivers/tty/serial/sh-sci.c | 160 +++++++++++++++--- > include/linux/serial_sci.h | 1 + > 3 files changed, 242 insertions(+), 60 deletions(-) > > -- > 2.43.0 > Hi, Please ignore this, missing my SOB. Will send v2 with my SOB. Thanks & Regards, Tommaso