From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C160D37105D; Thu, 28 May 2026 08:15:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779956156; cv=none; b=FO68t8AbZVZ8okB+VTMLhDysRvM0yERqZtZhuaOYLcuTnZdzYhJX6fuGekVE1i0yfe2Ecz2RD4RrT2aHvNJVHgccQxDmP35bfz4SoyZ2sJToRDIq8PB8tpLuDGTxUGQtRCu4401oypEX/jyHSdZ32gVpJ/C2lIkvpBLChYGzJx8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779956156; c=relaxed/simple; bh=CsRBzO1C9HKLok/z92l+HkbLBc5aAnJpTikn3B35gwM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=mwyueudTXfCV2qwqtEijUsfTNeIIGdB7ftf8PmZPoy4wBvlUdjlxd0u2Saee3hIw91ibUXyJm0f3weXwGEpfLas0516rngc27SNG1iOPdP38eJ+u2Ox5u1eEXdO9WEO0Sa4AykRXSIiFx3V95XTHtSQRtoUkcbzo6/hty58aYCA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=heBJg1aT; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="heBJg1aT" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 365E21F000E9; Thu, 28 May 2026 08:15:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779956153; bh=pF+ATDTNLNCvOuepEvw5aNyLPxjD0A62AdGjOKIXEUU=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=heBJg1aTYzyzSvHaCnRyeQuR5gtw5IP7dXxiPWHfjc1L4nph8pJmvYqTNzWJPeaRM au3C8+If04+cesVYZc3CUvqGgCYnfoHH4npxZqs9MkUDw8Gh+8LyKRsSX9rahifzFc yWtqExvPRdME1/bJfE9mpL+bjQVWr0kLD5uojHwEBv0HeBdmokJnQudZm3Ya024qCF PxI0b/Aal2QwK1gtVZQhJjLy5myAx2QR3zt1PlS5HM7wXGLhuh8tbdIiLWW39MYvYF enFXqRydqjVWCMcKd/utLfvZlSxmk5kSGtc4tefkNKYbejg3eRUrlQsCrU9Jzjz//6 aFpTQsRHNAXog== Message-ID: Date: Thu, 28 May 2026 11:15:47 +0300 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 0/7] pinctrl: renesas: rzg2l: Add support for RZ/G3S I3C To: geert+renesas@glider.be, linusw@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, magnus.damm@gmail.com, prabhakar.mahadev-lad.rj@bp.renesas.com, Wolfram Sang Cc: claudiu.beznea@tuxon.dev, linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Claudiu Beznea References: <20260528080439.615958-1-claudiu.beznea@kernel.org> Content-Language: en-US From: Claudiu Beznea In-Reply-To: <20260528080439.615958-1-claudiu.beznea@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit + Wolfram On 5/28/26 11:04, Claudiu Beznea wrote: > From: Claudiu Beznea > > 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 v2: > - collected tags > - dropped patches for configuring I3C standby > > Claudiu Beznea (7): > pinctrl: renesas: rzg2l: Generalize the power source code > pinctrl: renesas: rzg2l: Drop defines present in struct rzg2l_hwcfg > pinctrl: renesas: rzg2l: Keep member documentation aligned > pinctrl: renesas: rzg2l: Use tab instead of spaces > 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 | 260 +++++++++++++----- > 4 files changed, 207 insertions(+), 77 deletions(-) > -- Thank you, Claudiu