From patchwork Mon Dec 16 21:53:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 11295407 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 00532112B for ; Mon, 16 Dec 2019 21:53:35 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9E11521739 for ; Mon, 16 Dec 2019 21:53:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="PwrKdn4X" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9E11521739 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lixom.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+1027+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id 4mMgYY1556264xmJnldoOxi4; Mon, 16 Dec 2019 13:53:34 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.13088.1576533213498818965 for ; Mon, 16 Dec 2019 13:53:33 -0800 X-Received: by mail.kernel.org (Postfix) id 122B321835; Mon, 16 Dec 2019 21:53:33 +0000 (UTC) X-Received: from mail-lf1-f65.google.com (mail-lf1-f65.google.com [209.85.167.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 846FF21739 for ; Mon, 16 Dec 2019 21:53:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 846FF21739 X-Received: by mail-lf1-f65.google.com with SMTP id 15so5427478lfr.2 for ; Mon, 16 Dec 2019 13:53:32 -0800 (PST) X-Gm-Message-State: srLdaz6tkQed1n53X9qlsUuxx1554929AA= X-Google-Smtp-Source: APXvYqwbMx6tW5Wgn+Bdc3Hbpz9H0mRNZrI2wF2Gs8s8y4VPXUihxRs58UFX6f463QrP6ZujcZi8lQ== X-Received: by 2002:ac2:489b:: with SMTP id x27mr799195lfc.130.1576533210378; Mon, 16 Dec 2019 13:53:30 -0800 (PST) X-Received: from localhost (h85-30-9-151.cust.a3fiber.se. [85.30.9.151]) by smtp.gmail.com with ESMTPSA id n5sm11314858ljh.86.2019.12.16.13.53.28 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 16 Dec 2019 13:53:28 -0800 (PST) Date: Mon, 16 Dec 2019 13:53:20 -0800 From: Olof Johansson To: Linuxkernel+Patchwork-Soc via Email Integration Cc: olof@lixom.net, arm@kernel.org, soc@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: SoC fixes Message-ID: <20191216215320.li7x45fhkrkolvbk@localhost> MIME-Version: 1.0 User-Agent: NeoMutt/20170113 (1.7.2) Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org Content-Disposition: inline DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1576533214; bh=ziPSPoVJwg7l+MwgPi9vdIxvoFFsad5xt6UOmnjKXpY=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=PwrKdn4Xl3hpP/ayiE6lr3RfawNHxyddU3uydLp2GUy7Fg5JHuiP4miJv/iOGCO4Zfv W8A9VkWokOY09v6UnSdKFFGqA84IXJ+ZbUNfRxbDqy814cgkQrpkRVnSSDJq2j4MKblug YJN3+4Isgz0pJfnMUs3ctwrxBmnn/YkJ/HM= Hi Linus, The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a: Linux 5.5-rc1 (2019-12-08 14:57:55 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/armsoc-fixes for you to fetch changes up to e3992af1256a4fe0b83ac790d4caa58ff731609d: Merge tag 'arm-soc/for-5.5/soc-fixes' of https://github.com/Broadcom/stblinux into arm/fixes (2019-12-16 11:33:29 -0800) ---------------------------------------------------------------- ARM: SoC fixes I didn't get a batch in this weekend, so here's what we queued up last week and today. - A couple of defconfigs add back debugfs -- it used to be implicitly enabled through CONFIG_TRACING, but 0e4a459f56c32d3e ("tracing: Remove unnecessary DEBUG_FS dependency") removed that. - The rest are mostly minor fixlets of the usual kind; some DT tweaks, a headerfile refactor that needs a build fix now, etc. ---------------------------------------------------------------- Andreas Kemnade (1): ARM: dts: e60k02: fix power button Arnd Bergmann (1): ARM: mmp: include the correct cputype.h Christoph Niedermaier (1): ARM: imx: Correct ocotp id for serial number support of i.MX6ULL/ULZ SoCs Florian Fainelli (4): ARM: dts: BCM5301X: Fix MDIO node address/size cells ARM: dts: Cygnus: Fix MDIO node address/size cells dt-bindings: reset: Fix brcmstb-reset example reset: brcmstb: Remove resource checks Geert Uytterhoeven (3): reset: Fix {of,devm}_reset_control_array_get kerneldoc return types reset: Do not register resource data for missing resets ARM: shmobile: defconfig: Restore debugfs support Grygorii Strashko (1): ARM: omap2plus_defconfig: enable NET_SWITCHDEV H. Nikolaus Schaller (1): ARM: bcm: Add missing sentinel to bcm2711_compat[] Krzysztof Kozlowski (1): MAINTAINERS: Include Samsung SoC serial driver in Samsung SoC entry Leonard Crestez (3): ARM: dts: imx6ul-evk: Fix peripheral regulator ARM: imx_v6_v7_defconfig: Explicitly restore CONFIG_DEBUG_FS ARM: imx: Fix boot crash if ocotp is not found Lukasz Luba (1): MAINTAINERS: Update Lukasz Luba's email address Mans Rullgard (1): ARM: dts: am335x-sancloud-bbe: fix phy mode Marek Szyprowski (1): ARM: exynos_defconfig: Restore debugfs support Michael Walle (2): arm64: dts: ls1028a: fix typo in TMU calibration data arm64: dts: ls1028a: fix reboot node Nicolas Saenz Julienne (1): ARM: dts: bcm2711: fix soc's node dma-ranges Olof Johansson (8): Merge tag 'vexpress-fixes-5.5' of git://git.kernel.org/.../sudeep.holla/linux into arm/fixes Merge tag 'arm-soc/for-5.5/devicetree-fixes' of https://github.com/Broadcom/stblinux into arm/fixes Merge tag 'reset-fixes-for-v5.5-2' of git://git.pengutronix.de/git/pza/linux into arm/fixes Merge tag 'imx-fixes-5.5' of git://git.kernel.org/.../shawnguo/linux into arm/fixes Merge tag 'omap-for-v5.5/fixes-rc1-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes Merge tag 'renesas-fixes-for-v5.5-tag1' of git://git.kernel.org/.../geert/renesas-devel into arm/fixes Merge tag 'samsung-fixes-5.5' of https://git.kernel.org/.../krzk/linux into arm/fixes Merge tag 'arm-soc/for-5.5/soc-fixes' of https://github.com/Broadcom/stblinux into arm/fixes Stefan Roese (1): ARM: dts: imx6ul: imx6ul-14x14-evk.dtsi: Fix SPI NOR probing Stefan Wahren (1): ARM: dts: bcm283x: Fix critical trip point Sudeep Holla (2): ARM: vexpress: Set-up shared OPP table instead of individual for each CPU cpufreq: vexpress-spc: Switch cpumask from topology core to OPP sharing Tomi Valkeinen (1): ARM: dts: am437x-gp/epos-evm: fix panel compatible Tony Lindgren (3): bus: ti-sysc: Fix missing force mstandby quirk handling ARM: omap2plus_defconfig: Add back DEBUG_FS bus: ti-sysc: Fix missing reset delay handling .mailmap | 1 + .../bindings/reset/brcm,brcmstb-reset.txt | 2 +- MAINTAINERS | 3 ++- arch/arm/boot/dts/am335x-sancloud-bbe.dts | 2 +- arch/arm/boot/dts/am437x-gp-evm.dts | 2 +- arch/arm/boot/dts/am43x-epos-evm.dts | 2 +- arch/arm/boot/dts/bcm-cygnus.dtsi | 4 ++-- arch/arm/boot/dts/bcm2711.dtsi | 2 +- arch/arm/boot/dts/bcm283x.dtsi | 2 +- arch/arm/boot/dts/bcm5301x.dtsi | 4 ++-- arch/arm/boot/dts/e60k02.dtsi | 5 ---- arch/arm/boot/dts/imx6ul-14x14-evk.dtsi | 28 ++++++++++++++++------ arch/arm/configs/exynos_defconfig | 1 + arch/arm/configs/imx_v6_v7_defconfig | 1 + arch/arm/configs/omap2plus_defconfig | 4 +++- arch/arm/configs/shmobile_defconfig | 1 + arch/arm/mach-bcm/bcm2711.c | 1 + arch/arm/mach-imx/cpu.c | 8 ++++--- arch/arm/mach-mmp/pxa168.h | 2 +- arch/arm/mach-vexpress/spc.c | 12 +++++++++- arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 10 ++++++-- drivers/bus/ti-sysc.c | 7 +++++- drivers/cpufreq/vexpress-spc-cpufreq.c | 2 +- drivers/reset/core.c | 10 ++++---- drivers/reset/reset-brcmstb.c | 6 ----- include/linux/platform_data/ti-sysc.h | 1 + 26 files changed, 78 insertions(+), 45 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1027): https://linux.kernel.org/g/patchwork-soc/message/1027 Mute This Topic: https://linux.kernel.org/mt/68744712/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-