Message ID | 20241205180924.154715-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
Headers | show
Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6078F1922FB; Thu, 5 Dec 2024 18:09:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733422189; cv=none; b=WW/Ev8KSlz0vFgtiUlEEYpiIfUrkuMdJe1JbAJp+2THuBVIVMTjsEyed/0UOMQUSoJLNscDmSh48kAtSvanHHdb81SSxB8uRDWhrR0OIuey1Qac8yg6nof+h6AQ3/hH39gdRgftGize62FyRze5nWCxN8F/5UXX/9XwjJZpQans= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733422189; c=relaxed/simple; bh=cGplkBRlHMixFcgnF1iuyjDkJ/lNoGy2lm8wtVcWSHs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Ld6SGFzOM/7DTyqJbAoIWvJv4GSrbJRaoTNjWGvriFYmZ9RwmW591DO9q/sqJmKZNp4xfvFOKhdeivIgNrhXTInG3Q0hc7BiGG5JAjL6OVpnl1d9ammlkD4jMmwLmGfN2bcb9Du+mRAB8IYErmRV/mhJn/qWKTrK9Ob/KIGtvd4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-CSE-ConnectionGUID: cStG/LM8Qp+Jvg/lWPfG6g== X-CSE-MsgGUID: SGaf6v3KTbWcttHbCbUThA== X-IronPort-AV: E=Sophos;i="6.12,211,1728918000"; d="scan'208";a="231007740" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 06 Dec 2024 03:09:40 +0900 Received: from localhost.localdomain (unknown [10.226.92.141]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id AE3D64049DA1; Fri, 6 Dec 2024 03:09:26 +0900 (JST) From: Biju Das <biju.das.jz@bp.renesas.com> To: Linus Walleij <linus.walleij@linaro.org>, Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, Conor Dooley <conor+dt@kernel.org> Cc: Biju Das <biju.das.jz@bp.renesas.com>, Geert Uytterhoeven <geert+renesas@glider.be>, Magnus Damm <magnus.damm@gmail.com>, Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>, linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, Biju Das <biju.das.au@gmail.com> Subject: [PATCH 0/4] Add RZ/G2L pinctrl support Date: Thu, 5 Dec 2024 18:09:16 +0000 Message-ID: <20241205180924.154715-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: <linux-renesas-soc.vger.kernel.org> List-Subscribe: <mailto:linux-renesas-soc+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-renesas-soc+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series | Add RZ/G2L pinctrl support | expand |