From patchwork Thu Aug 12 07:03:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 12432701 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=-21.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham 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 5E6D7C4338F for ; Thu, 12 Aug 2021 07:03:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3370160EB2 for ; Thu, 12 Aug 2021 07:03:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232459AbhHLHEO (ORCPT ); Thu, 12 Aug 2021 03:04:14 -0400 Received: from muru.com ([72.249.23.125]:42460 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230147AbhHLHEN (ORCPT ); Thu, 12 Aug 2021 03:04:13 -0400 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 6732380E2; Thu, 12 Aug 2021 07:04:08 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 1/3] Two missed omap Kconfig patches for v5.15 Date: Thu, 12 Aug 2021 10:03:42 +0300 Message-Id: X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: "Tony Lindgren" The following changes since commit 8d5a937f10ed091e14fc57a4158f59983e2934cf: MAINTAINERS: Adopt SanCloud dts files as supported (2021-07-27 11:54:52 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/soc-late-signed for you to fetch changes up to 4297d1c0834af97fe992ec7bf766f0a262ce5ffc: arm: omap2: Drop the unused OMAP_PACKAGE_* KConfig entries (2021-08-06 09:40:26 +0300) ---------------------------------------------------------------- Two missed SoC changes for omaps for v5.15 I managed to miss applying two out of three Kconfig changes earlier to drop unused entries, here are the missed changes. ---------------------------------------------------------------- Peter Robinson (2): arm: omap2: Drop obsolete MACH_OMAP3_PANDORA entry arm: omap2: Drop the unused OMAP_PACKAGE_* KConfig entries arch/arm/mach-omap2/Kconfig | 18 ------------------ 1 file changed, 18 deletions(-) From patchwork Thu Aug 12 07:03:43 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 12432703 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=-20.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 37167C4338F for ; Thu, 12 Aug 2021 07:03:54 +0000 (UTC) Received: by mail.kernel.org (Postfix) id EC00D6103E; Thu, 12 Aug 2021 07:03:53 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by mail.kernel.org (Postfix) with ESMTP id 7B06C60EB2; Thu, 12 Aug 2021 07:03:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 7B06C60EB2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=atomide.com Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id A10D380EE; Thu, 12 Aug 2021 07:04:12 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 2/3] Drop pm_runtime_irq_safe() for smartreflex for v5.15 Date: Thu, 12 Aug 2021 10:03:43 +0300 Message-Id: X-Mailer: git-send-email 2.32.0 In-Reply-To: References: MIME-Version: 1.0 From: "Tony Lindgren" The following changes since commit fdc07ca0724dd8ad00c22909a1464dc73ed6783e: Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/sr-signed for you to fetch changes up to 74953a9136cfd650dd994daded520528f737b7b3: soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex (2021-08-06 09:53:59 +0300) ---------------------------------------------------------------- Drop pm_runtime_irq_safe() usage for smartreflex for v5.15 We now have cleard pm_runtime_irq_safe() usage for all TI SoCs in Linux next except for smartreflex and 8250_omap. This change removes pm_runtime_irq_safe() usage for smartreflex, the 8250_omap depends on pending serial layer PM changes. ---------------------------------------------------------------- Tony Lindgren (1): soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex drivers/bus/ti-sysc.c | 6 ++--- drivers/soc/ti/smartreflex.c | 52 +++++++++++++++++---------------------- include/linux/power/smartreflex.h | 2 ++ 3 files changed, 26 insertions(+), 34 deletions(-) From patchwork Thu Aug 12 07:03:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 12432705 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=-20.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 B722FC4338F for ; Thu, 12 Aug 2021 07:03:57 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 887676103A; Thu, 12 Aug 2021 07:03:57 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by mail.kernel.org (Postfix) with ESMTP id 1843660EB2; Thu, 12 Aug 2021 07:03:57 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 1843660EB2 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=atomide.com Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 42F5380E2; Thu, 12 Aug 2021 07:04:16 +0000 (UTC) From: Tony Lindgren List-Id: To: soc@kernel.org Cc: arm@kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Tony Lindgren" Subject: [GIT PULL 3/3] Changes for am3 cpsw and SanCloud for v5.15 Date: Thu, 12 Aug 2021 10:03:44 +0300 Message-Id: X-Mailer: git-send-email 2.32.0 In-Reply-To: References: MIME-Version: 1.0 From: "Tony Lindgren" The following changes since commit 8c054cd2818ea08555efe24a2ffde330833c2f3f: ARM: dts: am57xx: Add PRUSS MDIO controller nodes (2021-08-03 15:25:14 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/dt-am3-signed for you to fetch changes up to 29fabf5274bfb89124918840c79851659a25ba79: ARM: dts: am335x-sancloud-bbe: Drop usb wifi comment (2021-08-10 09:52:41 +0300) ---------------------------------------------------------------- Changes for am3 cpsw and SanCloud for v5.15 A series of changes to update am3 to use cpsw switch driver and few updates to earlier SanCloud changes. The plan was to send the cpsw switch driver changes earlier but looks like I never tagged the mail thread in my inbox to apply for v5.15. ---------------------------------------------------------------- Grygorii Strashko (16): ARM: dts: am335x-baltos: switch to new cpsw switch drv ARM: dts: am335x-nano: switch to new cpsw switch drv ARM: dts: am335x-chiliboard: switch to new cpsw switch drv ARM: dts: am335x-cm-t335: switch to new cpsw switch drv ARM: dts: am335x-igep0033: switch to new cpsw switch drv ARM: dts: am335x-lxm: switch to new cpsw switch drv ARM: dts: am335x-moxa-uc: switch to new cpsw switch drv ARM: dts: am335x-myirtech: switch to new cpsw switch drv ARM: dts: am335x-osd3358-sm-red: switch to new cpsw switch drv ARM: dts: am335x-pdu001: switch to new cpsw switch drv ARM: dts: am335x-pepper: switch to new cpsw switch drv ARM: dts: am335x-phycore: switch to new cpsw switch drv ARM: dts: am335x-shc: switch to new cpsw switch drv ARM: dts: am335x-sl50: switch to new cpsw switch drv ARM: dts: am33xx: update ethernet aliases ARM: dts: am335x-bone: switch to new cpsw switch drv Paul Barker (2): ARM: dts: am335x-sancloud-bbe: Fix missing pinctrl refs ARM: dts: am335x-sancloud-bbe: Drop usb wifi comment arch/arm/boot/dts/am335x-baltos-ir2110.dts | 10 +++--- arch/arm/boot/dts/am335x-baltos-ir3220.dts | 8 ++--- arch/arm/boot/dts/am335x-baltos-ir5221.dts | 8 ++--- arch/arm/boot/dts/am335x-baltos.dtsi | 5 ++- arch/arm/boot/dts/am335x-bone-common.dtsi | 13 +++++--- arch/arm/boot/dts/am335x-boneblack-wireless.dts | 2 +- arch/arm/boot/dts/am335x-bonegreen-wireless.dts | 2 +- arch/arm/boot/dts/am335x-chiliboard.dts | 13 +++++--- arch/arm/boot/dts/am335x-cm-t335.dts | 13 +++++--- arch/arm/boot/dts/am335x-igep0033.dtsi | 12 +++---- arch/arm/boot/dts/am335x-lxm.dts | 14 ++++----- arch/arm/boot/dts/am335x-moxa-uc-2100-common.dtsi | 12 +++---- arch/arm/boot/dts/am335x-moxa-uc-2101.dts | 7 ++--- arch/arm/boot/dts/am335x-moxa-uc-8100-common.dtsi | 16 ++++------ arch/arm/boot/dts/am335x-myirtech-myc.dtsi | 25 ++++++++------- arch/arm/boot/dts/am335x-myirtech-myd.dts | 18 ++++++----- arch/arm/boot/dts/am335x-nano.dts | 13 ++++---- arch/arm/boot/dts/am335x-netcan-plus-1xx.dts | 10 +++--- arch/arm/boot/dts/am335x-netcom-plus-2xx.dts | 10 +++--- arch/arm/boot/dts/am335x-netcom-plus-8xx.dts | 10 +++--- arch/arm/boot/dts/am335x-osd3358-sm-red.dts | 13 +++++--- arch/arm/boot/dts/am335x-pcm-953.dtsi | 10 +++--- arch/arm/boot/dts/am335x-pdu001.dts | 14 ++++----- arch/arm/boot/dts/am335x-pepper.dts | 14 ++++----- arch/arm/boot/dts/am335x-phycore-som.dtsi | 14 +++++---- arch/arm/boot/dts/am335x-regor.dtsi | 11 +++---- arch/arm/boot/dts/am335x-sancloud-bbe-common.dtsi | 37 +++------------------- arch/arm/boot/dts/am335x-sancloud-bbe.dts | 4 +++ arch/arm/boot/dts/am335x-shc.dts | 38 +++++++++++++---------- arch/arm/boot/dts/am335x-sl50.dts | 12 ++++--- arch/arm/boot/dts/am335x-wega.dtsi | 11 +++---- arch/arm/boot/dts/am33xx.dtsi | 4 +-- 32 files changed, 194 insertions(+), 209 deletions(-)