From patchwork Fri Nov 27 20:51:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 11937259 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=-25.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 51CF0C3E8C5 for ; Fri, 27 Nov 2020 20:51:22 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 0CAFB2223F; Fri, 27 Nov 2020 20:51:22 +0000 (UTC) Received: from mail-oi1-f177.google.com (mail-oi1-f177.google.com [209.85.167.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D13A922228 for ; Fri, 27 Nov 2020 20:51:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606510282; bh=IudMTC6pevjbtS7WalNa3tMSu6Sls01r53cy554mLdw=; h=From:Date:Subject:To:List-Id:Cc:From; b=IvePCIL60EDwzSEctlejehkmZlQSzzA4rWhOqZQ2f9MjdWBI8big7eNWHyAFP2BZb hR/IHNXzavaFPqKLw4SuKEi+5k4llpo7yNO3uZ5jjwaYlAA87IhIb1dURfz6pmyYyb xGokxskFIaAI4ueGhCWy4INmGfULjijP2h0mO6Bg= Received: by mail-oi1-f177.google.com with SMTP id c80so7175004oib.2 for ; Fri, 27 Nov 2020 12:51:21 -0800 (PST) X-Gm-Message-State: AOAM532WMy/0k4nAhDqxkW+enHIBlrj26Kemf7j2Ahfb2+o42XBC/YlT 5QSADUTJ8BukHvH6bxs4wRUGRCrYELMc55jmAiM= X-Google-Smtp-Source: ABdhPJzrX0Y/Fi9hr1UJgS9uWuTYttO82P2Fw9GuyJMAYB6P07WvdpxhgC5k2w/fAXUFnQ1rl5O2hwn5TwwILHeja3U= X-Received: by 2002:aca:3c54:: with SMTP id j81mr6596486oia.11.1606510281094; Fri, 27 Nov 2020 12:51:21 -0800 (PST) MIME-Version: 1.0 From: Arnd Bergmann Date: Fri, 27 Nov 2020 21:51:05 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: [GIT PULL] ARM: SoC fixes for v5.10, part 3 To: Linus Torvalds List-Id: Cc: SoC Team , Linux ARM , Linux Kernel Mailing List The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576: Linux 5.10-rc4 (2020-11-15 16:44:31 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-soc-fixes-v5.10-3 for you to fetch changes up to ae597565d13febc73b9066c05935c1003a57a03e: Merge tag 'optee-valid-memory-type-for-v5.11' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes (2020-11-27 17:45:45 +0100) ---------------------------------------------------------------- ARM: SoC fixes for v5.10, part 3 Another set of patches for devicetree files and Arm SoC specific drivers: - A fix for OP-TEE shared memory on non-SMP systems - multiple code fixes for the OMAP platform, including one regression for the CPSW network driver and a few runtime warning fixes - Some DT patches for the Rockchip RK3399 platform, in particular fixing the MMC device ordering that recently became nondeterministic with async probe. - Multiple DT fixes for the Tegra platform, including a regression fix for suspend/resume on TX2 - A regression fix for a user-triggered fault in the NXP dpio driver - A regression fix for a bug caused by an earlier bug fix in the xilinx firmware driver - Two more DTC warning fixes - Sylvain Lemieux steps down as maintainer for the NXP LPC32xx platform Signed-off-by: Arnd Bergmann ---------------------------------------------------------------- Amit Sunil Dhamne (1): firmware: xilinx: Use hash-table for api feature check Arnd Bergmann (6): Merge tag 'v5.10-rockchip-dtsfixes1' of git://git.kernel.org/.../mmind/linux-rockchip into arm/fixes Merge tag 'zynqmp-soc-fixes-for-v5.10-rc6' of https://github.com/Xilinx/linux-xlnx into arm/fixes Merge tag 'soc-fsl-fix-v5.10' of git://git.kernel.org/.../leo/linux into arm/fixes Merge tag 'tegra-for-5.10-arm64-dt-fixes' of git://git.kernel.org/.../tegra/linux into arm/fixes Merge tag 'omap-for-v5.10/fixes-rc5-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes Merge tag 'optee-valid-memory-type-for-v5.11' of git://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes David Bauer (1): arm64: dts: rockchip: fix NanoPi R2S GMAC clock name Dipen Patel (1): arm64: tegra: Wrong AON HSP reg property size Grygorii Strashko (2): ARM: dts: am437x-l4: fix compatible for cpsw switch dt node bus: ti-sysc: suppress err msg for timers used as clockevent/source Hao Si (1): soc: fsl: dpio: Get the cpumask through cpumask_of(cpu) JC Kuo (1): arm64: tegra: Fix USB_VBUS_EN0 regulator on Jetson TX1 Jon Hunter (3): arm64: tegra: Disable the ACONNECT for Jetson TX2 arm64: tegra: Correct the UART for Jetson Xavier NX arm64: tegra: Fix Tegra234 VDK node names Maciej Matuszczyk (1): arm64: dts: rockchip: Remove system-power-controller from pmic on Odroid Go Advance Manish Narani (1): firmware: xilinx: Fix SD DLL node reset issue Marc Kleine-Budde (1): ARM: dts: dra76x: m_can: fix order of clocks Markus Reichl (2): arm64: dts: rockchip: Assign a fixed index to mmc devices on rk3399 boards. arm64: dts: rockchip: Reorder LED triggers from mmc devices on rk3399-roc-pc. Rui Miguel Silva (1): optee: add writeback to valid memory type Sylvain Lemieux (1): MAINTAINERS: Remove myself as LPC32xx maintainers Tony Lindgren (6): ARM: OMAP2+: Fix location for select PM_GENERIC_DOMAINS ARM: OMAP2+: Fix missing select PM_GENERIC_DOMAINS_OF bus: ti-sysc: Fix reset status check for modules with quirks bus: ti-sysc: Fix bogus resetdone warning on enable for cpsw ARM: OMAP2+: Manage MPU state properly for omap_enter_idle_coupled() Merge tag 'ti-sysc-fixes' into fixes Zhen Lei (2): arm64: dts: broadcom: clear the warnings caused by empty dma-ranges arm64: dts: qcom: clear the warnings caused by empty dma-ranges MAINTAINERS | 1 - arch/arm/boot/dts/am437x-l4.dtsi | 2 +- arch/arm/boot/dts/dra76x.dtsi | 4 +- arch/arm/mach-omap2/Kconfig | 3 +- arch/arm/mach-omap2/cpuidle44xx.c | 8 ++- .../boot/dts/broadcom/stingray/stingray-usb.dtsi | 20 +++--- arch/arm64/boot/dts/nvidia/tegra186-p2771-0000.dts | 12 ---- .../arm64/boot/dts/nvidia/tegra194-p3668-0000.dtsi | 2 +- arch/arm64/boot/dts/nvidia/tegra194.dtsi | 2 +- arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi | 20 +++--- arch/arm64/boot/dts/nvidia/tegra234-sim-vdk.dts | 6 +- arch/arm64/boot/dts/qcom/ipq6018.dtsi | 72 +++++++++++----------- arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts | 1 - arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts | 2 +- arch/arm64/boot/dts/rockchip/rk3399-roc-pc.dtsi | 4 +- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 3 + drivers/bus/ti-sysc.c | 29 ++++++--- drivers/firmware/xilinx/zynqmp.c | 65 ++++++++++++++----- drivers/soc/fsl/dpio/dpio-driver.c | 5 +- drivers/tee/optee/call.c | 3 +- include/linux/firmware/xlnx-zynqmp.h | 4 -- include/linux/platform_data/ti-sysc.h | 1 + 22 files changed, 150 insertions(+), 119 deletions(-)