From patchwork Sat Oct 5 22:41:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 11175939 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 C8A5A76 for ; Sat, 5 Oct 2019 22:41:20 +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 54517222C0 for ; Sat, 5 Oct 2019 22:41:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="wzQB8Kg8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 54517222C0 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+602+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id Q1CdYY1556264x3dPxga9ylu; Sat, 05 Oct 2019 15:41:20 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Sat, 05 Oct 2019 15:41:19 -0700 X-Received: by mail.kernel.org (Postfix) id DECD7222CA; Sat, 5 Oct 2019 22:41:18 +0000 (UTC) X-Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) (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 6AAB3222C8 for ; Sat, 5 Oct 2019 22:41:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6AAB3222C8 X-Received: by mail-lj1-f196.google.com with SMTP id y23so9929173lje.9 for ; Sat, 05 Oct 2019 15:41:18 -0700 (PDT) X-Gm-Message-State: FaaBI7EI5k1Zhp9pphlWUlvvx1554929AA= X-Google-Smtp-Source: APXvYqxWxxPS9LA0EVWo9mgl3HLcgkvSNVDDrkJG4ReOnIeoPDnhUd0P8w5XpDAj904AN0SaWtKfEQ== X-Received: by 2002:a2e:b607:: with SMTP id r7mr13883217ljn.100.1570315276513; Sat, 05 Oct 2019 15:41:16 -0700 (PDT) X-Received: from localhost (h85-30-9-151.cust.a3fiber.se. [85.30.9.151]) by smtp.gmail.com with ESMTPSA id g3sm2117902ljj.59.2019.10.05.15.41.14 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 05 Oct 2019 15:41:14 -0700 (PDT) Date: Sat, 5 Oct 2019 15:41:04 -0700 From: Olof Johansson To: Linuxkernel+Patchwork-Soc via Email Integration Cc: olof@lixom.net, soc@kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] ARM: SoC fixes Message-ID: <20191005224104.qptaeg72tt2gzdyl@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=1570315280; bh=zaiVlQbdyNdLN5noqiSKWGxSxhPegVRR9jRsAHC4z3c=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=wzQB8Kg89oaRrOvA/lGVknTPlHS5vZBz+EBDtofNqcLklfbf1cHt/c5P6KrXggmVkjY yh0aFG0D0fWWkBbvSxZyqlMZhxx1ZXgqHaIuYTBU9wTZY0H5BQq0F/S+1dGboXQs2EPDn n/OPnt0o83wLMa/0QhOcpNPnar2WkKlQ1vU= Hi Linus, The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) 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 60c1b3e25728e0485f08e72e61c3cad5331925a3: ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support (2019-10-04 10:18:55 -0700) ---------------------------------------------------------------- ARM: SoC fixes A few fixes this time around: - Fixup of some clock specifications for DRA7 (device-tree fix) - Removal of some dead/legacy CPU OPP/PM code for OMAP that throws warnings at boot - A few more minor fixups for OMAPs, most around display - Enable STM32 QSPI as =y since their rootfs sometimes comes from there - Switch CONFIG_REMOTEPROC to =y since it went from tristate to bool - Fix of thermal zone definition for ux500 (5.4 regression) ---------------------------------------------------------------- Adam Ford (1): ARM: omap2plus_defconfig: Enable DRM_TI_TFP410 H. Nikolaus Schaller (1): DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again Keerthy (1): arm64/ARM: configs: Change CONFIG_REMOTEPROC from m to y Linus Walleij (1): ARM: dts: ux500: Fix up the CPU thermal zone Olof Johansson (1): Merge tag 'omap-for-v5.4/fixes-rc1-signed' of git://git.kernel.org/.../tmlind/linux-omap into arm/fixes Patrice Chotard (1): ARM: multi_v7_defconfig: Fix SPI_STM32_QSPI support Peter Ujfalusi (1): ARM: dts: am4372: Set memory bandwidth limit for DISPC Tony Lindgren (8): clk: ti: dra7: Fix mcasp8 clock bits ARM: dts: Fix wrong clocks for dra7 mcasp Merge branch 'fixes-merge-window-pt2' into fixes ARM: omap2plus_defconfig: Enable more droid4 devices as loadable modules ARM: dts: Fix gpio0 flags for am335x-icev2 ARM: OMAP2+: Fix missing reset done flag for am3 and am43 ARM: OMAP2+: Add missing LCDC midlemode for am335x ARM: OMAP2+: Fix warnings with broken omap2_set_init_voltage() arch/arm/boot/dts/am335x-icev2.dts | 2 +- arch/arm/boot/dts/am33xx-l4.dtsi | 6 +- arch/arm/boot/dts/am4372.dtsi | 2 + arch/arm/boot/dts/dra7-l4.dtsi | 48 +++++----- arch/arm/boot/dts/omap3-gta04.dtsi | 1 + arch/arm/boot/dts/ste-dbx5x0.dtsi | 11 ++- arch/arm/configs/davinci_all_defconfig | 2 +- arch/arm/configs/multi_v7_defconfig | 4 +- arch/arm/configs/omap2plus_defconfig | 5 +- .../mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c | 3 +- arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 5 +- arch/arm/mach-omap2/pm.c | 100 --------------------- arch/arm64/configs/defconfig | 2 +- drivers/clk/ti/clk-7xx.c | 6 +- 14 files changed, 53 insertions(+), 144 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#602): https://linux.kernel.org/g/patchwork-soc/message/602 Mute This Topic: https://linux.kernel.org/mt/34409749/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] -=-=-=-=-=-=-=-=-=-=-=-