From patchwork Sat Feb 15 19:49:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Olof Johansson X-Patchwork-Id: 11384095 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 786F1930 for ; Sat, 15 Feb 2020 19:49:26 +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 191B82083B for ; Sat, 15 Feb 2020 19:49:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="JQXP6AqR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 191B82083B 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+1394+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id 6jjhYY1556264xwaePLA78wv; Sat, 15 Feb 2020 11:49:23 -0800 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.3330.1581796163051565403 for ; Sat, 15 Feb 2020 11:49:23 -0800 X-Received: by mail.kernel.org (Postfix) id 9D3292084E; Sat, 15 Feb 2020 19:49:22 +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 4770E207FF for ; Sat, 15 Feb 2020 19:49:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4770E207FF X-Received: by mail-lj1-f196.google.com with SMTP id x14so14383045ljd.13 for ; Sat, 15 Feb 2020 11:49:22 -0800 (PST) X-Gm-Message-State: 36Qc8HWpGuS12kHqnAGe8AZIx1554929AA= X-Google-Smtp-Source: APXvYqzNYMV8X9A5VdM1P4f/bomCxn/rLnVRdxZxCuvTWt/Yk8OF+myP3RG9xJI28OT4AoBNmASV0w== X-Received: by 2002:a2e:880a:: with SMTP id x10mr5735386ljh.211.1581796160174; Sat, 15 Feb 2020 11:49:20 -0800 (PST) X-Received: from localhost (h85-30-9-151.cust.a3fiber.se. [85.30.9.151]) by smtp.gmail.com with ESMTPSA id j7sm4759869lfh.25.2020.02.15.11.49.18 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 15 Feb 2020 11:49:18 -0800 (PST) Date: Sat, 15 Feb 2020 11:49:10 -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: <20200215194910.jmvolzk6xsngpcbr@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=1581796163; bh=7Pl/vyZ2Jm/MfQDI96lcVhgWSZlPUQ1N+hExtLnkUTc=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=JQXP6AqRo3MReCzHGrxlv1SRuS6EvlL4oVDpaykeoDRWzfcOyZ9Ciyx8+v5lTY0702l Osv+Smc0fbRRU9add3aPWA5XWeP1qF8Ng5g1Tpddpu+zA2CcN4+HnuUV1jNaRXcKHECEx eAw61cfEgG8E7gP8iGIuV//mj72DXT9KZv4= Hi Linus, The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9: Linux 5.6-rc1 (2020-02-09 16:08:48 -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 3bf3c9744694803bd2d6f0ee70a6369b980530fd: bus: moxtet: fix potential stack buffer overflow (2020-02-15 10:33:19 -0800) ---------------------------------------------------------------- ARM: SoC fixes A handful of fixes that have come in since the merge window: - Fix of PCI interrupt map on arm64 fast model (SW emulator) - Fixlet for sound on ST platforms and a small cleanup of deprecated DT properties - A stack buffer overflow fix for moxtet - Fuse driver build fix for Tegra194 - A few config updates to turn on new drivers merged this cycle ---------------------------------------------------------------- Jagan Teki (1): arm64: defconfig: Enable DRM_SUN6I_DSI Krzysztof Kozlowski (2): ARM: npcm: Bring back GPIOLIB support ARM: configs: Cleanup old Kconfig options Kuninori Morimoto (1): ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi Marc Zyngier (1): arm64: dts: fast models: Fix FVP PCI interrupt-map property Marek BehĂșn (1): bus: moxtet: fix potential stack buffer overflow Nicolas Saenz Julienne (1): arm64: defconfig: Set bcm2835-dma as built-in Olof Johansson (6): Merge tag 'juno-fix-5.6' of git://git.kernel.org/.../sudeep.holla/linux into arm/fixes Merge tag 'v5.6-rc1' into arm/fixes Merge tag 'sunxi-config64-for-5.6-2' of https://git.kernel.org/.../sunxi/linux into arm/fixes Merge tag 'sunxi-config-for-5.6-2' of https://git.kernel.org/.../sunxi/linux into arm/fixes Merge tag 'arm-soc/for-5.6/defconfig-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes Merge tag 'sti-dt-for-5.7-round1' of git://git.kernel.org/.../pchotard/sti into arm/fixes Patrice Chotard (1): ARM: dts: sti: Remove deprecated snps PHY properties for stih410-b2260 Thierry Reding (1): soc/tegra: fuse: Fix build with Tegra194 configuration Yangtao Li (2): ARM: sunxi: Enable CONFIG_SUN8I_THERMAL arm64: defconfig: Enable CONFIG_SUN8I_THERMAL arch/arm/boot/dts/stih410-b2260.dts | 3 --- arch/arm/boot/dts/stihxxx-b2120.dtsi | 2 +- arch/arm/configs/am200epdkit_defconfig | 2 -- arch/arm/configs/axm55xx_defconfig | 1 - arch/arm/configs/clps711x_defconfig | 1 - arch/arm/configs/cns3420vb_defconfig | 2 +- arch/arm/configs/colibri_pxa300_defconfig | 1 - arch/arm/configs/collie_defconfig | 2 -- arch/arm/configs/davinci_all_defconfig | 2 -- arch/arm/configs/efm32_defconfig | 2 -- arch/arm/configs/ep93xx_defconfig | 1 - arch/arm/configs/eseries_pxa_defconfig | 2 -- arch/arm/configs/ezx_defconfig | 1 - arch/arm/configs/h3600_defconfig | 2 -- arch/arm/configs/h5000_defconfig | 1 - arch/arm/configs/imote2_defconfig | 1 - arch/arm/configs/imx_v4_v5_defconfig | 2 -- arch/arm/configs/lpc18xx_defconfig | 4 ---- arch/arm/configs/magician_defconfig | 2 -- arch/arm/configs/moxart_defconfig | 1 - arch/arm/configs/mxs_defconfig | 2 -- arch/arm/configs/omap1_defconfig | 2 -- arch/arm/configs/palmz72_defconfig | 2 -- arch/arm/configs/pcm027_defconfig | 2 -- arch/arm/configs/pleb_defconfig | 2 -- arch/arm/configs/realview_defconfig | 1 - arch/arm/configs/sama5_defconfig | 3 --- arch/arm/configs/stm32_defconfig | 2 -- arch/arm/configs/sunxi_defconfig | 1 + arch/arm/configs/u300_defconfig | 2 -- arch/arm/configs/vexpress_defconfig | 2 -- arch/arm/configs/viper_defconfig | 1 - arch/arm/configs/zeus_defconfig | 2 -- arch/arm/configs/zx_defconfig | 1 - arch/arm/mach-npcm/Kconfig | 2 +- arch/arm64/boot/dts/arm/fvp-base-revc.dts | 8 ++++---- arch/arm64/configs/defconfig | 4 +++- drivers/bus/moxtet.c | 2 +- drivers/soc/tegra/fuse/fuse-tegra30.c | 3 ++- 39 files changed, 14 insertions(+), 65 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#1394): https://linux.kernel.org/g/patchwork-soc/message/1394 Mute This Topic: https://linux.kernel.org/mt/71308942/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] -=-=-=-=-=-=-=-=-=-=-=-