All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6.1.y-cip 00/12] serial: sh-sci: Add support for RZ/G3E serial driver
@ 2025-03-19  9:47 Tommaso Merciai
  2025-03-19  9:47 ` [PATCH 6.1.y-cip 01/12] dt-bindings: serial: renesas,scif: Move ref for serial.yaml at the end Tommaso Merciai
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Tommaso Merciai @ 2025-03-19  9:47 UTC (permalink / raw)
  To: cip-dev, Nobuhiro Iwamatsu, Pavel Machek
  Cc: Biju Das, Lad Prabhakar, tomm.merciai

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



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

end of thread, other threads:[~2025-03-19 10:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-19  9:47 [PATCH 6.1.y-cip 00/12] serial: sh-sci: Add support for RZ/G3E serial driver Tommaso Merciai
2025-03-19  9:47 ` [PATCH 6.1.y-cip 01/12] dt-bindings: serial: renesas,scif: Move ref for serial.yaml at the end Tommaso Merciai
2025-03-19  9:47 ` [PATCH 6.1.y-cip 02/12] dt-bindings: serial: renesas,scif: Validate 'interrupts' and 'interrupt-names' Tommaso Merciai
2025-03-19  9:47 ` [PATCH 6.1.y-cip 03/12] dt-bindings: serial: renesas,scif: Make 'interrupt-names' property as required Tommaso Merciai
2025-03-19  9:47 ` [PATCH 6.1.y-cip 04/12] dt-bindings: serial: Add documentation for Renesas RZ/V2H(P) (R9A09G057) SCIF support Tommaso Merciai
2025-03-19  9:47 ` [PATCH 6.1.y-cip 05/12] dt-bindings: serial: renesas: Document RZ/G3E (r9a09g047) scif Tommaso Merciai
2025-03-19  9:47 ` [PATCH 6.1.y-cip 06/12] serial: sh-sci: describe locking requirements for invalidating RXDMA Tommaso Merciai
2025-03-19 10:20   ` Pavel Machek
2025-03-19  9:47 ` [PATCH 6.1.y-cip 07/12] serial: sh-sci: Add support for RZ/V2H(P) SoC Tommaso Merciai
2025-03-19  9:47 ` [PATCH 6.1.y-cip 08/12] serial: sh-sci: Use plain struct copy in early_console_setup() Tommaso Merciai
2025-03-19  9:47 ` [PATCH 6.1.y-cip 09/12] serial: sh-sci: Check if TX data was written to device in .tx_empty() Tommaso Merciai
2025-03-19  9:47 ` [PATCH 6.1.y-cip 10/12] serial: sh-sci: Move runtime PM enable to sci_probe_single() Tommaso Merciai
2025-03-19  9:47 ` [PATCH 6.1.y-cip 11/12] serial: sh-sci: Clean sci_ports[0] after at earlycon exit Tommaso Merciai
2025-03-19  9:47 ` [PATCH 6.1.y-cip 12/12] serial: sh-sci: Increment the runtime usage counter for the earlycon device Tommaso Merciai
2025-03-19 10:13 ` [PATCH 6.1.y-cip 00/12] serial: sh-sci: Add support for RZ/G3E serial driver Tommaso Merciai

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.