Re: [PATCH v4 0/5] pinctrl: renesas: rzg2l: Add support for RZ/G3S I3C
Claudiu Beznea <[email protected]>
| Newsgroups | org.kernel.vger.linux-gpio,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-renesas-soc |
|---|---|
| Message-ID | <[email protected]> |
Hi, Gentle ping. Thank you, Claudiu On 7/10/26 14:36, Claudiu Beznea wrote: > From: Claudiu Beznea <[email protected]> > > Hi, > > Series adds pinctrl support for the I3C on Renesas RZ/G3S SoC. For a > clean I3C support, cleanup patches for the pinctrl driver were also > included. > > Thank you, > Claudiu > > Changes in v4: > - dropped patch 1 from v3 as it was already applied > > Changes in v3: > - collected tags > - added a fixes patch (patch 1/6) > - dropped already applied patches > > Changes in v2: > - collected tags > - dropped patches for configuring I3C standby > > Claudiu Beznea (5): > pinctrl: renesas: rzg2l: Generalize the power source code > pinctrl: renesas: rzg2l: Drop defines present in struct rzg2l_hwcfg > dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Document the missing I3C > power source option > pinctrl: renesas: rzg2l: Add RZ/G3S support for selecting the I3C > power source > arm64: dts: renesas: rzg3s-smarc-som: Enable I3C > > .../pinctrl/renesas,rzg2l-pinctrl.yaml | 2 +- > .../boot/dts/renesas/rzg3s-smarc-som.dtsi | 18 ++ > .../boot/dts/renesas/rzg3s-smarc-switches.h | 4 + > drivers/pinctrl/renesas/pinctrl-rzg2l.c | 254 +++++++++++++----- > 4 files changed, 204 insertions(+), 74 deletions(-) >