From patchwork Fri Jul 8 23:26:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 12911964 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D68A7C43334 for ; Fri, 8 Jul 2022 23:27:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 90915C341CA; Fri, 8 Jul 2022 23:27:02 +0000 (UTC) Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 99C8EC341C0; Fri, 8 Jul 2022 23:27:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 99C8EC341C0 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=ti.com Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 268NQtSp059322; Fri, 8 Jul 2022 18:26:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1657322815; bh=+bm3Wh1/TDP6a3e59S4Ynn5UhkVTq89RAIYkfdv0mkY=; h=Date:From:To:CC:Subject; b=Qo0rFyjzMv1E+wWw90kEN8hPGJjXhoKgszuD2E0cZxMvCyBEQGM3C+A3pOHCxL3k3 7u2OIT3oiCVXSn83deHx0FPpXQaIAnmRD/cZXNkQ7p6cGOHEU068L0rt7tdm4wjqL5 eKmGU9hB3/rAx2Ohn5eqfGIkYGfZGPLSsRZuHbDk= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 268NQtvo122764 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 8 Jul 2022 18:26:55 -0500 Received: from DFLE101.ent.ti.com (10.64.6.22) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 8 Jul 2022 18:26:55 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE101.ent.ti.com (10.64.6.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Fri, 8 Jul 2022 18:26:55 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 268NQtku112567; Fri, 8 Jul 2022 18:26:55 -0500 Date: Fri, 8 Jul 2022 18:26:55 -0500 From: Nishanth Menon List-Id: To: Arnd , Olof , SoC CC: , , , Santosh Shilimkar , Tony Lindgren Subject: [GIT PULL 1/3] TI SoC driver updates for v5.20 Message-ID: <20220708232655.reqjdbib52ejdja4@unadvised> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi ARM SoC maintainers, Please pull The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-for-v5.20 for you to fetch changes up to f16afe238a7ff3c71a943cf74392538974c29b22: soc: ti: pruss: Enable support for PRUSS-M subsystem on K3 AM62x SoCs (2022-07-06 19:34:45 -0500) ---------------------------------------------------------------- TI Driver updates for v5.20 * pruss: Enable support for AM62, bindings cleanups * wkup_m3_ipc: cosmetic cleanup ---------------------------------------------------------------- Kishon Vijay Abraham I (3): dt-bindings: soc: ti: pruss: Re-arrange "compatible" in alphabetic order dt-bindings: soc: ti: pruss: Update bindings for K3 AM62x SoCs soc: ti: pruss: Enable support for PRUSS-M subsystem on K3 AM62x SoCs Yang Li (1): soc: ti: wkup_m3_ipc: Remove unneeded semicolon Documentation/devicetree/bindings/soc/ti/ti,pruss.yaml | 5 +++-- drivers/soc/ti/pruss.c | 1 + drivers/soc/ti/wkup_m3_ipc.c | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) From patchwork Fri Jul 8 23:27:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 12911965 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8ABA7C43334 for ; Fri, 8 Jul 2022 23:27:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 4F831C341CF; Fri, 8 Jul 2022 23:27:06 +0000 (UTC) Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 57D0EC341CB; Fri, 8 Jul 2022 23:27:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 57D0EC341CB Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=ti.com Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 268NR2vY050721; Fri, 8 Jul 2022 18:27:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1657322822; bh=/l66EDmlTvebaz7rMBT5nrrxoVxvFD53AWlGdpXy5Ww=; h=Date:From:To:CC:Subject; b=M2Px2fQDy1ofEYPyvS4+embTgEBmv6DE/XhNeKGzg2DkUJ/mqrH/9UlNSzQWMEFmT c4hxJ6RAJYa1G7lDLmdChSTYKpvz6Ud7KdyRUSBnnUrAQ1DN/T2sSkop7yVR/dpUel mtSXq+MSqFUBpoHg8b3LxDWX9+jxiY16Htla23eA= Received: from DLEE110.ent.ti.com (dlee110.ent.ti.com [157.170.170.21]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 268NR2iB050786 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 8 Jul 2022 18:27:02 -0500 Received: from DLEE101.ent.ti.com (157.170.170.31) by DLEE110.ent.ti.com (157.170.170.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 8 Jul 2022 18:27:01 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) 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.2308.14 via Frontend Transport; Fri, 8 Jul 2022 18:27:01 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 268NR1VH025318; Fri, 8 Jul 2022 18:27:01 -0500 Date: Fri, 8 Jul 2022 18:27:01 -0500 From: Nishanth Menon List-Id: To: Olof Johansson , Arnd Bergmann , , CC: Tero Kristo , , , Vignesh Raghavendra , Nishanth Menon Subject: [GIT PULL 2/3] arm64: dts: TI K3 updates for v5.20 Message-ID: <20220708232701.vpk45lwogpasaaay@enchilada> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi ARM SoC maintainers, Please pull (baseline used is v5.19-rc1 based ti-k3-dt-fixes-for-v5.19[1] which was merged in 5.19 rc cycle). The following changes since commit 0c0af88f3f318e73237f7fadd02d0bf2b6c996bb: arm64: dts: ti: k3-am64-main: Remove support for HS400 speed mode (2022-06-17 20:24:01 -0500) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-k3-dt-for-v5.20 for you to fetch changes up to 8af893654c027fb679f67851aedb569ce7acb1e4: arm64: dts: ti: k3-am62-main: Enable crypto accelerator (2022-07-06 19:34:30 -0500) ---------------------------------------------------------------- TI K3 device tree updates for v5.20 * AM62: fixups, sa2ul enabled, ramoops for sk * others: whitespace and gpio-key cleanup. ---------------------------------------------------------------- Aswath Govindraju (1): arm64: dts: ti: k3-am642-sk: Add pinmux corresponding to main_uart0 Guillaume La Roque (1): arm64: dts: ti: k3-am625-sk: Enable ramoops Jayesh Choudhary (1): arm64: dts: ti: k3-am62-main: Enable crypto accelerator Krzysztof Kozlowski (2): arm64: dts: ti: Adjust whitespace around '=' arm64: dts: ti: Align gpio-key node names with dtschema arch/arm64/boot/dts/ti/k3-am62-main.dtsi | 17 +++++++++++++++-- arch/arm64/boot/dts/ti/k3-am625-sk.dts | 11 ++++++++++- arch/arm64/boot/dts/ti/k3-am64-main.dtsi | 4 ++-- arch/arm64/boot/dts/ti/k3-am642-evm.dts | 2 +- arch/arm64/boot/dts/ti/k3-am642-sk.dts | 16 +++++++++++++++- arch/arm64/boot/dts/ti/k3-am65-iot2050-common.dtsi | 4 ++-- arch/arm64/boot/dts/ti/k3-am65-main.dtsi | 14 +++++++------- arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi | 4 ++-- arch/arm64/boot/dts/ti/k3-am654-base-board.dts | 8 ++++---- arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi | 4 ++-- arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 4 ++-- arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi | 4 ++-- arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 4 ++-- arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 4 ++-- 14 files changed, 68 insertions(+), 32 deletions(-) [1] https://lore.kernel.org/all/165608641371.3411.17669885978824514952.git-patchwork-summary@kernel.org/ From patchwork Fri Jul 8 23:27:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishanth Menon X-Patchwork-Id: 12911966 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A067DC433EF for ; Fri, 8 Jul 2022 23:27:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 8670AC341C0; Fri, 8 Jul 2022 23:27:14 +0000 (UTC) Received: from fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id CC262C341CA; Fri, 8 Jul 2022 23:27:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org CC262C341CA Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=ti.com Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 268NRAUa048679; Fri, 8 Jul 2022 18:27:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1657322830; bh=qIbjL05PQMumEnQYc+oAO4pidbgefASidT5Db2Pp2zM=; h=Date:From:To:CC:Subject; b=e0xOF+UmbP7r9YJlr2KnLgTG5EihiborfSakLH0wuuyZSaF/ctE2PF1nbwh95LnFs rdooHSY2KqnQhrIDNv9qBlARXbMQx0Dj7cVrrTIdmzqrjWaHV7/AKKZVHngLPOa4eP Bb2Bk5Ez8bwnPdz5jMeh6MRJ0BcwhhFUzo59b2WU= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 268NRAJW050899 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 8 Jul 2022 18:27:10 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 8 Jul 2022 18:27:09 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14 via Frontend Transport; Fri, 8 Jul 2022 18:27:09 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 268NR9RM112793; Fri, 8 Jul 2022 18:27:09 -0500 Date: Fri, 8 Jul 2022 18:27:09 -0500 From: Nishanth Menon List-Id: To: Arnd , Olof , SoC CC: , , , Santosh Shilimkar , Tony Lindgren Subject: [GIT PULL 3/3] ARM: dts: TI K2 updates for v5.20 Message-ID: <20220708232709.rrpzbrpv7jbipyym@eldest> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20171215 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Hi ARM SoC maintainers, Please pull The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-keystone-dt-for-v5.20 for you to fetch changes up to 3ea73bf02225ad433e7cfbf8427b08aa8c593775: ARM: dts: keystone: Adjust whitespace around '=' (2022-06-17 20:24:35 -0500) ---------------------------------------------------------------- Keystone2 device tree updates for v5.20 * Whitespace cleanups. ---------------------------------------------------------------- Krzysztof Kozlowski (1): ARM: dts: keystone: Adjust whitespace around '=' arch/arm/boot/dts/keystone-k2e-netcp.dtsi | 26 +++++++++++++------------- arch/arm/boot/dts/keystone-k2e.dtsi | 6 +++--- arch/arm/boot/dts/keystone-k2g-netcp.dtsi | 2 +- arch/arm/boot/dts/keystone-k2g.dtsi | 18 +++++++++--------- arch/arm/boot/dts/keystone-k2hk-netcp.dtsi | 12 ++++++------ arch/arm/boot/dts/keystone-k2hk.dtsi | 4 ++-- arch/arm/boot/dts/keystone-k2l-netcp.dtsi | 18 +++++++++--------- arch/arm/boot/dts/keystone-k2l.dtsi | 8 ++++---- arch/arm/boot/dts/keystone.dtsi | 18 +++++++++--------- 9 files changed, 56 insertions(+), 56 deletions(-)