From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 724A3C04A6A for ; Tue, 8 Aug 2023 15:57:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229804AbjHHP5L (ORCPT ); Tue, 8 Aug 2023 11:57:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36616 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229504AbjHHPza (ORCPT ); Tue, 8 Aug 2023 11:55:30 -0400 Received: from TWMBX02.aspeed.com (mail.aspeedtech.com [211.20.114.72]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BF5A259EE; Tue, 8 Aug 2023 08:43:40 -0700 (PDT) Received: from TWMBX02.aspeed.com (192.168.0.24) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 8 Aug 2023 23:42:44 +0800 Received: from localhost.localdomain (192.168.10.10) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 8 Aug 2023 23:42:44 +0800 From: Dylan Hung To: , , , , , , , , , , , , CC: , Subject: [PATCH 0/3] Add Aspeed AST2600 I3C support Date: Tue, 8 Aug 2023 23:42:38 +0800 Message-ID: <20230808154241.749641-1-dylan_hung@aspeedtech.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII Received-SPF: Fail (TWMBX02.aspeed.com: domain of dylan_hung@aspeedtech.com does not designate 192.168.10.10 as permitted sender) receiver=TWMBX02.aspeed.com; client-ip=192.168.10.10; helo=localhost.localdomain; Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series introduces the necessary changes to enable I3C support for the Aspeed AST2600 I3C controller. Specifically, it addresses the missing pinctrl configuration and reset control for the I3C functionality. Dylan Hung (3): ARM: dts: pinctrl-aspeed-g6: Add I3C1 and I3C2 control pins dt-bindings: i3c: ast2600: Add resets and reset-names i3c: ast2600: Add reset deassertion for global registers .../devicetree/bindings/i3c/aspeed,ast2600-i3c.yaml | 12 ++++++++++-- arch/arm/boot/dts/aspeed/aspeed-g6-pinctrl.dtsi | 10 ++++++++++ drivers/i3c/master/ast2600-i3c-master.c | 9 +++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) -- 2.25.1