From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) (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 4F9ED2E03FB for ; Mon, 22 Sep 2025 15:31:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.171.202.116 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555114; cv=none; b=bpzfEOydjAxIFPxU0B3RvMFFgohtoMypr69AwQaHyXLo7zuRi8xMa+f7Ef8At4Xx2LEBaCRl/SbXOCmOJGjHpEopWuvYxB6iUuFZPDLTvtZj1+Ib1GGmMgw2RQIWYybrhGSw6uE/vMHFjG86mnv/b6hcS4y4RLGpmfaTy1a1SGM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758555114; c=relaxed/simple; bh=qDAPKLAmBW+BbWlMqzRPUrZf2ejgZ/s+bak4MX7qR+k=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=St2ugUl2PgJGG/AS7oluXBklNrkbO/Ylyxf2xjziMyBdakPvOCoqVE0Mkmb3LNcAdqqgg5cC2t4NMXSoGqzPFh1F/WfN1pLCBPFbb6I6+CgCWXHbUAGSlvzxvgImJlpQdBcYK+/nf6XAz+6DirLCWsaM2Je5wV11IokgB5To+XI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=NPo173pW; arc=none smtp.client-ip=185.171.202.116 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="NPo173pW" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id BC5B0C01FA0; Mon, 22 Sep 2025 15:31:34 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id BBDB360635; Mon, 22 Sep 2025 15:31:51 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 471F6102F1942; Mon, 22 Sep 2025 17:31:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1758555110; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=++hT/gI4Y4VMUAzGdgLP1ng3+Xf93jWlboopap+4PG8=; b=NPo173pWeUqhoCioDsMe7BwxhI/GUauHlbILxe59u8f6SmQ1TlB8ZDyr8H0TZ/WHnocjpO 8iLoaKDHRIe4ooQ+8ct5Ygr1oTc3zc5gaW9sjHHY4Gg86yfi8XlVq8JSsIF5GcJdEfKGfp PEZh51dNubkTOiKpRqXJ20HN22rZFYYTTzFKzshCXE1kRMVozUYd4Oc83xnX2/0W4g2nw7 zUMRM2mvCcgwykO+wx0LxP9mPeq542fPhB1QVWn72KtLCq4uQ2/jyiVKsMmvJsYdKwxoum z+twfQL4JCM0damPmqA4qW1BbwFyDtv19ZJ3pTL0u4u2pt/HAQXUvJwEjY1jXg== Date: Mon, 22 Sep 2025 17:31:45 +0200 From: Herve Codina To: Bartosz Golaszewski Cc: Thomas Gleixner , Wolfram Sang , Hoan Tran , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm , Saravana Kannan , Serge Semin , Phil Edworthy , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Pascal Eberhard , Miquel Raynal , Thomas Petazzoni Subject: Re: [PATCH v3 5/8] ARM: dts: r9a06g032: Add GPIO controllers Message-ID: <20250922173145.4d4dbb2f@bootlin.com> In-Reply-To: References: <20250918104009.94754-1-herve.codina@bootlin.com> <20250918104009.94754-6-herve.codina@bootlin.com> Organization: Bootlin X-Mailer: Claws Mail 4.3.1 (GTK 3.24.43; x86_64-redhat-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 Hi Bartosz, On Mon, 22 Sep 2025 16:22:14 +0200 Bartosz Golaszewski wrote: > On Thu, Sep 18, 2025 at 12:40 PM Herve Codina (Schneider Electric) > wrote: > > > > Add GPIO controllers (Synosys DesignWare IPs) available in the > > r9a06g032 (RZ/N1D) SoC. > > > > Signed-off-by: Herve Codina (Schneider Electric) > > Reviewed-by: Wolfram Sang > > Tested-by: Wolfram Sang > > --- > > Reviewed-by: Bartosz Golaszewski I have just sent the v4 iteration. This patch has not been modified in v4. Can you add your 'Reviewed-by' in the v4 series? Best regards, Hervé -- Hervé Codina, Bootlin Embedded Linux and Kernel engineering https://bootlin.com