[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250116182249.3828577-1-claudiu.beznea.uj@bp.renesas.com>
Date: Thu, 16 Jan 2025 20:22:44 +0200
From: Claudiu <claudiu.beznea@...on.dev>
To: gregkh@...uxfoundation.org,
jirislaby@...nel.org,
geert+renesas@...der.be,
wsa+renesas@...g-engineering.com,
prabhakar.mahadev-lad.rj@...renesas.com,
ysato@...rs.sourceforge.jp,
ulrich.hecht+renesas@...il.com
Cc: claudiu.beznea@...on.dev,
linux-kernel@...r.kernel.org,
linux-serial@...r.kernel.org,
linux-renesas-soc@...r.kernel.org,
Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
Subject: [PATCH 0/5] serial: sh-sci: Fixes for earlycon and keep_bootcon
From: Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
Hi,
This series adds fixes for earlycon and keep_bootcon on sh-sci driver.
All these fixes are prerequisites for the Renesas RZ/G3S SCI support.
Series was tested on the boards with the following device trees binaries:
- r8a7742-iwg21d-q7.dtb
- r8a7743-iwg20d-q7.dtb
- r8a7745-iwg22d-sodimm.dtb
- r8a77470-iwg23s-sbc.dtb
- r8a774a1-hihope-rzg2m-ex.dtb
- r8a774b1-hihope-rzg2n-ex.dtb
- r8a774e1-hihope-rzg2h-ex.dtb
- r9a07g043u11-smarc.dtb
- r9a07g044c2-smarc.dtb
- r9a07g044l2-smarc.dtb
- r9a07g054l2-smarc.dtb
- r9a08g045s33-smarc.dtb
- r9a08g045s33-smarc-pmod.dtb (not integrated in the latest kernel tree,
but the device tree was posted at [1])
in the following scenarios:
1/ "earlycon keep_bootcon" were present in bootargs
2/ only "earlycon" was present in bootargs
3/ none of the "earlycon" or "earlycon keep_bootcon" were present in
bootargs
1, 2, 3 were tested also with renesas_defconfig on
r9a08g045s33-smarc-pmod.dtb.
Thank you,
Claudiu Beznea
[1] https://lore.kernel.org/all/20241115134401.3893008-9-claudiu.beznea.uj@bp.renesas.com/
Changes since RFT:
- dropped patch 1/6 as it was applied
- dropped RFT tag
- updated cover letter
- collected tags
- addressed review comments
- the changelog for each patch is detailed within the individual
patches
Claudiu Beznea (5):
serial: sh-sci: Drop __initdata macro for port_cfg
serial: sh-sci: Move runtime PM enable to sci_probe_single()
serial: sh-sci: Do not probe the serial port if its slot in
sci_ports[] is in use
serial: sh-sci: Clean sci_ports[0] after at earlycon exit
serial: sh-sci: Increment the runtime usage counter for the earlycon
device
drivers/tty/serial/sh-sci.c | 93 +++++++++++++++++++++++++++++--------
1 file changed, 74 insertions(+), 19 deletions(-)
--
2.43.0
Powered by blists - more mailing lists