From patchwork Fri Apr 1 09:49:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12798039 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 730BFC433F5 for ; Fri, 1 Apr 2022 09:50:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: MIME-Version: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=tjOJyn+bRq7/XENuGqq5iwhqWv8JtRTqxCNZe2atX+A=; b=OAEk7GXRmk697J nFT63hBk5mglENxYE4hHpdO/we/D8J8G8oOuvH9VZz9hm4Ghgv+i1Dm8WeNypXZ7PhBTvLF8xCe9q 3LnNnxdThnFVW2aSz6DPCmeYONdgneZkDHzi8cqIUIhdhow2jK20l6WDU1jRBRe6bX8Lyr1c3AVUr RrBdtYYSn5XiXSvTFlSJiV6WY8tiNM+eOo3ZLLUz7m+i4M7yH40y+airUJ/Umzzsi1cQkKzxRB3Oc 70aYTH7N79RpnkAcSDCFQBsBauCmXEc0dEgUJUmaye/LMTN5UTCNWQhAcshtQwjb8eIuP1/4xDykV aUC+EebMaBEn/4geWT3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1naDuM-0056E9-93; Fri, 01 Apr 2022 09:49:30 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1naDuJ-0056CW-84 for linux-arm-kernel@lists.infradead.org; Fri, 01 Apr 2022 09:49:28 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1796C616EC for ; Fri, 1 Apr 2022 09:49:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B9F1C34111 for ; Fri, 1 Apr 2022 09:49:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1648806565; bh=8D86TvVCJVX/NlFrgC8aeVvQTyyECbJNXzBVVviEMPk=; h=From:Date:Subject:To:List-Id:Cc:From; b=BCdlu4c8TiNfFUcgvsLzhCxNyEetJQlCLETWxA+pTkcpLDBYzcO6g5d14mVyG9QUw Xz8NGLhkJ7N9DsRHGk99Rz67mVqHyBwlXDxdsAI56nVhXneibE8HLX7ahJSqgkQXJL 1TcZS6QiWNuqQzddreWNMhojyPQy5jKET03zrKFxMf4BWPul6hTQEhBwT3ZqBmU4gf mLTYfP7vy7yIWE2CJfuDGK3GHvsOcbH9j24AS9FajLrq4BRJQvbQxdQqKAKizOiGN3 IROGy4kLdBaounvceRV2fuuTG6V2jSfvGSKws7DZZRSCaf4V4doG1Dxo9S/3vVpfJ4 714e8oee2Z4uA== Received: by mail-wm1-f53.google.com with SMTP id h16so1365645wmd.0 for ; Fri, 01 Apr 2022 02:49:25 -0700 (PDT) X-Gm-Message-State: AOAM530jm+uZeXIsGGE7TU/QKoqSKW4H3KX9SIeZrLJuC8Y+5r83NLc+ ByOF0nyaUpuKNbmJcfh9o/P/Q7mRwRJgdWYdQtc= X-Google-Smtp-Source: ABdhPJy79L+AFMVBaHq9SUv6/4tXiAwOsIYAvmMECp4E1F/6irmCXZvYxgpXQ6wZrk4tBhpwPlpI+CUI9XaMh9ZGV40= X-Received: by 2002:a05:600c:4ecc:b0:38e:354d:909 with SMTP id g12-20020a05600c4ecc00b0038e354d0909mr8243085wmq.33.1648806563745; Fri, 01 Apr 2022 02:49:23 -0700 (PDT) MIME-Version: 1.0 From: Arnd Bergmann Date: Fri, 1 Apr 2022 11:49:07 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL] SoC: fixes for 5.18, part 1 To: Linus Torvalds Cc: SoC Team , Linux ARM , Linux Kernel Mailing List , Tony Lindgren , Ard Biesheuvel , Kuldeep Singh X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220401_024927_398918_D37E4A25 X-CRM114-Status: GOOD ( 16.15 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org The following changes since commit f443e374ae131c168a065ea1748feac6b2e76613: Linux 5.17 (2022-03-20 13:14:17 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/soc-fixes-5.18-1 for you to fetch changes up to eeeb4f1075d71d67083c75f69247206e9b3d9f4a: arm64: dts: ls1046a: Update i2c node dma properties (2022-04-01 00:01:24 +0200) ---------------------------------------------------------------- SoC: fixes for 5.18, part 1 The introduction of vmap-stack on 32-bit arm caused a regression on a few omap3/omap4 machines that pass a stack variable into a firmware interface. The early pre-ACPI AMD Seattle machines have been broken for a while, Ard Biesheuvel has a series to bring them back for now. A few machines with multiple DMA channels used on a device have the channels in the wrong order according to the binding, which causes a harmless warning. Reversing the order is easier than fixing the tools to suppress the warning. ---------------------------------------------------------------- Ard Biesheuvel (8): dt: amd-seattle: remove Husky platform dt: amd-seattle: remove Overdrive revision A0 support dt: amd-seattle: upgrade AMD Seattle XGBE to new SMMU binding dt: amd-seattle: fix PCIe legacy interrupt routing dt: amd-seattle: add a description of the PCIe SMMU dt: amd-seattle: add description of the SATA/CCP SMMUs dt: amd-seattle: disable IPMI controller and some GPIO blocks on B0 dt: amd-seattle: add a description of the CPUs and caches Kuldeep Singh (4): ARM: dts: spear13xx: Update SPI dma properties ARM: dts: spear1340: Update serial node properties arm64: dts: ls1043a: Update i2c dma properties arm64: dts: ls1046a: Update i2c node dma properties Tony Lindgren (1): ARM: OMAP2+: Fix regression for smc calls for vmap stack arch/arm/boot/dts/spear1340.dtsi | 6 +- arch/arm/boot/dts/spear13xx.dtsi | 6 +- arch/arm/mach-omap2/omap-secure.c | 13 +- arch/arm64/boot/dts/amd/Makefile | 4 +- arch/arm64/boot/dts/amd/amd-overdrive-rev-b0.dts | 13 +- arch/arm64/boot/dts/amd/amd-overdrive-rev-b1.dts | 1 + arch/arm64/boot/dts/amd/amd-overdrive.dts | 66 ------- arch/arm64/boot/dts/amd/amd-seattle-cpus.dtsi | 224 +++++++++++++++++++++++ arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 70 +++++-- arch/arm64/boot/dts/amd/amd-seattle-xgbe-b.dtsi | 22 +-- arch/arm64/boot/dts/amd/husky.dts | 84 --------- arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 6 +- arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 6 +- 13 files changed, 309 insertions(+), 212 deletions(-) delete mode 100644 arch/arm64/boot/dts/amd/amd-overdrive.dts create mode 100644 arch/arm64/boot/dts/amd/amd-seattle-cpus.dtsi delete mode 100644 arch/arm64/boot/dts/amd/husky.dts