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 X-Spam-Level: X-Spam-Status: No, score=-6.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4DFB1C388F9 for ; Mon, 2 Nov 2020 19:13:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id ED0F62225E for ; Mon, 2 Nov 2020 19:13:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="fk98h+wd" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726588AbgKBTN1 (ORCPT ); Mon, 2 Nov 2020 14:13:27 -0500 Received: from fllv0016.ext.ti.com ([198.47.19.142]:56608 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725805AbgKBTN0 (ORCPT ); Mon, 2 Nov 2020 14:13:26 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0A2JDMEH083827; Mon, 2 Nov 2020 13:13:22 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1604344402; bh=abtVf9ASjEw9o5PAxcm5ZFODBEOmngwQQiZm8WF2HOg=; h=From:To:CC:Subject:Date; b=fk98h+wd3hwwsCCe8sxkbsdUXmlaYCCyT+4rnP7fYR4GSLxhA4Z8vqimrhBS9Xve5 Zolw/TTNFFIDu9SU7My+xV9Ey+7mnUdoM5iq0vEMR4bUv2YFDMHNhkkieCGLHBXniK awivB9jDfy6BHypnSUq5ZWEz+xAnge2lgwsQ1zAg= Received: from DLEE101.ent.ti.com (dlee101.ent.ti.com [157.170.170.31]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0A2JDMH3110384 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 2 Nov 2020 13:13:22 -0600 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 2 Nov 2020 13:11:25 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Mon, 2 Nov 2020 13:11:24 -0600 Received: from a0230074-Latitude-E7470.ent.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0A2JBLoN093265; Mon, 2 Nov 2020 13:11:22 -0600 From: Faiz Abbas To: , , CC: , , , Subject: [PATCH 0/3] Add gpio support for TI's J7200 platform Date: Tue, 3 Nov 2020 00:41:17 +0530 Message-ID: <20201102191120.20380-1-faiz_abbas@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following patches add gpio support for TI's J7200 platform. These patches were posted as a part of an older series but have now been split into three parts. The 3 parts add configs, gpios and MMC/SD related dts patches respectively. Older series is here: https://lore.kernel.org/linux-arm-kernel/20201001190541.6364-1-faiz_abbas@ti.com/ Series adding configs to arm64 defconfig is here: https://lore.kernel.org/linux-arm-kernel/20201102183005.14174-1-faiz_abbas@ti.com/ Faiz Abbas (3): arm64: dts: ti: k3-j7200-main: Add gpio nodes in main domain arm64: dts: ti: k3-j7200: Add gpio nodes in wakeup domain arm64: dts: ti: k3-j7200-common-proc-board: Disable unused gpio modules .../dts/ti/k3-j7200-common-proc-board.dts | 16 +++++ arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 68 +++++++++++++++++++ .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 32 +++++++++ 3 files changed, 116 insertions(+) -- 2.17.1 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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3CBBCC00A89 for ; Mon, 2 Nov 2020 19:14:50 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9FB0C2225E for ; Mon, 2 Nov 2020 19:14:49 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="esD+os2c"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ti.com header.i=@ti.com header.b="fk98h+wd" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9FB0C2225E Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=9TtqTPPXwZ9zZFPvirZi11mnSu2HEYuspbB5TrnXCmI=; b=esD+os2cI+bdVaNbm06AkmdGSP iHpgtn0I2wmJApc6kbR2qBBb5cmp+8ON9/n/rRMVnedz/LL7TZT+UI7wUGoFxywnBhS1Tb19vEEKe 8akhubgEHHMXiJtiqu4B7In8mndJVf6+JkiS3nXhWSmHXh+DPs+V+ha2Z73A3gWh0dDBF95agiv6a DbDErZ5BWtmd52mT5HhhkkFB7osMZhBPqKxc7/P4KJwIvTmZG+Q93/Zjh/kpTjnK1kvC1uVQYmnPi GBklOkljdtENXV7ar/O8pc/nkJrVzwvbh3woyH2YRG5AzTRNWwq5Yn+RxHH/8GLg6l8A9pZ5Lu9my k6ker+bA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kZfGi-0006F4-PO; Mon, 02 Nov 2020 19:13:28 +0000 Received: from fllv0016.ext.ti.com ([198.47.19.142]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kZfGe-0006DB-In for linux-arm-kernel@lists.infradead.org; Mon, 02 Nov 2020 19:13:26 +0000 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 0A2JDMEH083827; Mon, 2 Nov 2020 13:13:22 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1604344402; bh=abtVf9ASjEw9o5PAxcm5ZFODBEOmngwQQiZm8WF2HOg=; h=From:To:CC:Subject:Date; b=fk98h+wd3hwwsCCe8sxkbsdUXmlaYCCyT+4rnP7fYR4GSLxhA4Z8vqimrhBS9Xve5 Zolw/TTNFFIDu9SU7My+xV9Ey+7mnUdoM5iq0vEMR4bUv2YFDMHNhkkieCGLHBXniK awivB9jDfy6BHypnSUq5ZWEz+xAnge2lgwsQ1zAg= Received: from DLEE101.ent.ti.com (dlee101.ent.ti.com [157.170.170.31]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 0A2JDMH3110384 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 2 Nov 2020 13:13:22 -0600 Received: from DLEE103.ent.ti.com (157.170.170.33) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Mon, 2 Nov 2020 13:11:25 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE103.ent.ti.com (157.170.170.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Mon, 2 Nov 2020 13:11:24 -0600 Received: from a0230074-Latitude-E7470.ent.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 0A2JBLoN093265; Mon, 2 Nov 2020 13:11:22 -0600 From: Faiz Abbas To: , , Subject: [PATCH 0/3] Add gpio support for TI's J7200 platform Date: Tue, 3 Nov 2020 00:41:17 +0530 Message-ID: <20201102191120.20380-1-faiz_abbas@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201102_141324_673946_B09A29F9 X-CRM114-Status: GOOD ( 10.43 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: nm@ti.com, t-kristo@ti.com, robh+dt@kernel.org, faiz_abbas@ti.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The following patches add gpio support for TI's J7200 platform. These patches were posted as a part of an older series but have now been split into three parts. The 3 parts add configs, gpios and MMC/SD related dts patches respectively. Older series is here: https://lore.kernel.org/linux-arm-kernel/20201001190541.6364-1-faiz_abbas@ti.com/ Series adding configs to arm64 defconfig is here: https://lore.kernel.org/linux-arm-kernel/20201102183005.14174-1-faiz_abbas@ti.com/ Faiz Abbas (3): arm64: dts: ti: k3-j7200-main: Add gpio nodes in main domain arm64: dts: ti: k3-j7200: Add gpio nodes in wakeup domain arm64: dts: ti: k3-j7200-common-proc-board: Disable unused gpio modules .../dts/ti/k3-j7200-common-proc-board.dts | 16 +++++ arch/arm64/boot/dts/ti/k3-j7200-main.dtsi | 68 +++++++++++++++++++ .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 32 +++++++++ 3 files changed, 116 insertions(+) -- 2.17.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel