From patchwork Fri Sep 22 09:43:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Huqiang Qin X-Patchwork-Id: 725368 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 3F8531E518 for ; Fri, 22 Sep 2023 09:43:59 +0000 (UTC) Received: from mail-sh.amlogic.com (mail-sh.amlogic.com [58.32.228.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD8D094; Fri, 22 Sep 2023 02:43:57 -0700 (PDT) Received: from rd02-sz.amlogic.software (10.28.11.83) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server id 15.1.2507.13; Fri, 22 Sep 2023 17:43:50 +0800 From: Huqiang Qin To: , , , , , , , , , CC: , , , , , Huqiang Qin Subject: [PATCH V3 0/3] Add pinctrl driver support for Amlogic T7 SoCs Date: Fri, 22 Sep 2023 17:43:39 +0800 Message-ID: <20230922094342.637251-1-huqiang.qin@amlogic.com> X-Mailer: git-send-email 2.42.0 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Originating-IP: [10.28.11.83] X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net This patch adds pinctrl driver support for Amloigc T7 SoC (A311D2) [PATCH 1/3]: V1 -> V2: Rename amlogic-t7-gpio.h to amlogic,t7-periphs-pinctrl.h Corrected indentation format. V2 -> V3: Updated subject. [PATCH 2/3]: V1 -> V2: Include header file changed to amlogic,t7-periphs-pinctrl.h V2 -> V3: Removed redundant blank line. [PATCH 3/3]: V1 -> V2: Unchanged. V2 -> V3: Unchanged. Huqiang Qin (3): dt-bindings: pinctrl: Add support for Amlogic T7 SoCs pinctrl: Add driver support for Amlogic T7 SoCs arm64: dts: Add pinctrl node for Amlogic T7 SoCs .../pinctrl/amlogic,meson-pinctrl-a1.yaml | 1 + arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 16 + drivers/pinctrl/meson/Kconfig | 6 + drivers/pinctrl/meson/Makefile | 1 + drivers/pinctrl/meson/pinctrl-amlogic-t7.c | 1611 +++++++++++++++++ .../gpio/amlogic,t7-periphs-pinctrl.h | 179 ++ 6 files changed, 1814 insertions(+) create mode 100644 drivers/pinctrl/meson/pinctrl-amlogic-t7.c create mode 100644 include/dt-bindings/gpio/amlogic,t7-periphs-pinctrl.h base-commit: e143016b56ecb0fcda5bb6026b0a25fe55274f56