From: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
To: cip-dev@lists.cip-project.org,
Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>,
Pavel Machek <pavel@denx.de>
Cc: Biju Das <biju.das.jz@bp.renesas.com>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>,
tomm.merciai@gmail.com
Subject: Re: [PATCH 6.1.y-cip 00/12] serial: sh-sci: Add support for RZ/G3E serial driver
Date: Wed, 19 Mar 2025 11:13:40 +0100 [thread overview]
Message-ID: <Z9qY1CmxX2iSDirr@tom-desktop> (raw)
In-Reply-To: <20250319094754.2404386-1-tommaso.merciai.xr@bp.renesas.com>
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
prev parent reply other threads:[~2025-03-19 10:14 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Tommaso Merciai [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z9qY1CmxX2iSDirr@tom-desktop \
--to=tommaso.merciai.xr@bp.renesas.com \
--cc=biju.das.jz@bp.renesas.com \
--cc=cip-dev@lists.cip-project.org \
--cc=nobuhiro1.iwamatsu@toshiba.co.jp \
--cc=pavel@denx.de \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=tomm.merciai@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox