Message ID | 20241216120029.143944-1-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
Headers | show
Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 10179145A11; Mon, 16 Dec 2024 12:00:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734350452; cv=none; b=X/K7EPeySaC8F+T+u7CJnfutuyWDg4FuUYbuNPQzzgWShQAKfnT8LIGF3ZIQZ8Lo20tMG+nW4VQny6EAjtT9UEDo3y8hY6quPERuWOnxsMH5FahNuEDhalJVVXzu+Ffs5xcUm1kuJowQLVHXTK1KuHWk0kMmbnhsxXDe4CC7+UE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734350452; c=relaxed/simple; bh=e2ux6iDG2bxleQugJ9VXT+2yKT0Jf8M1XDcLpdJn4qM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=f8GkI8KzFt9hNA1yB5kjhc9SIWKmvc29hb+62ZpTv1mz544u5KKgbWtz2mRqs59XRRGWGl83C/XmnoxjbbYos0Cv0wT9zi9UIyYP1RR7/VrhxGJcKkhLJUWtb5F3pw0Wy7u/graUNnEg6sl+OcAukf0fYyZph4JyR11SPdcdOkU= 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.171 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: FSvM8t14SUKI6/uxtO1WqA== X-CSE-MsgGUID: SZZJnxgUQZehofuBubjMFA== X-IronPort-AV: E=Sophos;i="6.12,238,1728918000"; d="scan'208";a="227994658" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 16 Dec 2024 21:00:47 +0900 Received: from localhost.localdomain (unknown [10.226.93.40]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 1D7F0427160F; Mon, 16 Dec 2024 21:00:31 +0900 (JST) From: Biju Das <biju.das.jz@bp.renesas.com> To: Andi Shyti <andi.shyti@kernel.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>, Chris Brandt <chris.brandt@renesas.com>, Geert Uytterhoeven <geert+renesas@glider.be>, Magnus Damm <magnus.damm@gmail.com>, Wolfram Sang <wsa+renesas@sang-engineering.com>, linux-renesas-soc@vger.kernel.org, linux-i2c@vger.kernel.org, devicetree@vger.kernel.org, Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@bp.renesas.com>, Biju Das <biju.das.au@gmail.com> Subject: [PATCH 0/3] Add RZ/G3E RIIC support Date: Mon, 16 Dec 2024 12:00:22 +0000 Message-ID: <20241216120029.143944-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/G3E RIIC support | expand |