From patchwork Wed Oct 23 21:28:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 11207723 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 E14EB14ED for ; Wed, 23 Oct 2019 21:28:24 +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 81F5A2084C for ; Wed, 23 Oct 2019 21:28:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="W1laNfX1" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 81F5A2084C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+701+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id 4GTVYY1556264xU7PHC2Hwza; Wed, 23 Oct 2019 14:28:24 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web10.580.1571866103199516477 for ; Wed, 23 Oct 2019 14:28:23 -0700 X-Received: by mail.kernel.org (Postfix) id BDB0E2086D; Wed, 23 Oct 2019 21:28:22 +0000 (UTC) X-Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) (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 5EB842084C; Wed, 23 Oct 2019 21:28:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5EB842084C X-Received: by mail-wm1-f52.google.com with SMTP id 6so572112wmf.0; Wed, 23 Oct 2019 14:28:22 -0700 (PDT) X-Gm-Message-State: Gwm7WMh73sMRITCgxIfCVfl3x1554929AA= X-Google-Smtp-Source: APXvYqyjXvFSPLC/syqz+i4B7J96I6VPlIGhBiGXB499/2QtulrB13FxVuNy30KUHgSt9iv0csMIAA== X-Received: by 2002:a1c:1d53:: with SMTP id d80mr1869948wmd.14.1571866100478; Wed, 23 Oct 2019 14:28:20 -0700 (PDT) X-Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id l8sm6493609wru.22.2019.10.23.14.28.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2019 14:28:19 -0700 (PDT) From: Florian Fainelli To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Chris Packham , Florian Fainelli , Dan Haab , Stefan Wahren , Eric Anholt , Rob Herring , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL 1/4] Broadcom devicetree changes for 5.5 Date: Wed, 23 Oct 2019 14:28:10 -0700 Message-Id: <20191023212814.30622-1-f.fainelli@gmail.com> 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571866104; bh=5VcUdSz56eeoRXOJ74HEEVuUT6WxgWH2RGa/1Rpc53A=; h=Cc:Date:From:Reply-To:Subject:To; b=W1laNfX13afQZ7CiGgF4VGP3d19Cf8MDJVeMb0+QJ8BSfwTBBZjQlg6380vGnO5IK+4 grumTKwz++kczEjcNDhPavKzD7kf0MytAUC/zfh83haUMlTudXso4yKEgHNsQLyZmUiy1 BEgySKO5HJvC0bM2PN4QzIGCzYhZGYU4rNQ= The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.5/devicetree for you to fetch changes up to 4c365e231bd1d3bbe2bdbc2a0c4e413ffb365b20: ARM: dts: bcm: HR2: add label to sp805 watchdog (2019-10-23 10:42:23 -0700) ---------------------------------------------------------------- This pull request contains Broadcom ARM-based SoCs Device Tree updates for 5.5, please pull the following: - Stefan paves the way for supporting the Raspberry Pi 4 and gets rid of a bunch of dtc checker warnings by removing incorrect nodes/properties, moving BCM2835/6/7 specific nodes into the appropriate DTS, converts Raspberry Pi boards to JSON schema, and finally adds minimal Raspberry Pi 4 model B support - Dan adds support for the Luxul XWC-2000 router based on the BCM47094 SoC - Chris adds a proper label to the Hurricane 2 watchdog controller node ---------------------------------------------------------------- Chris Packham (1): ARM: dts: bcm: HR2: add label to sp805 watchdog Dan Haab (1): ARM: dts: BCM5301X: Add DT for Luxul XWC-2000 Florian Fainelli (1): Merge tag 'tags/bcm2835-dt-next-2019-10-15' into devicetree/next Stefan Wahren (7): ARM: dts: bcm283x: Remove simple-bus from fixed clocks ARM: dts: bcm283x: Remove brcm,bcm2835-pl011 compatible ARM: dts: bcm283x: Move BCM2835/6/7 specific to bcm2835-common.dtsi dt-bindings: arm: Convert BCM2835 board/soc bindings to json-schema dt-bindings: arm: bcm2835: Add Raspberry Pi 4 to DT schema ARM: dts: Add minimal Raspberry Pi 4 support arm64: dts: broadcom: Add reference to RPi 4 B .../devicetree/bindings/arm/bcm/bcm2835.yaml | 54 ++ .../devicetree/bindings/arm/bcm/brcm,bcm2835.txt | 67 -- arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/bcm-hr2.dtsi | 2 +- arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 123 +++ arch/arm/boot/dts/bcm2711.dtsi | 844 +++++++++++++++++++++ arch/arm/boot/dts/bcm2835-common.dtsi | 194 +++++ arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 - arch/arm/boot/dts/bcm2835.dtsi | 1 + arch/arm/boot/dts/bcm2836.dtsi | 1 + arch/arm/boot/dts/bcm2837.dtsi | 1 + arch/arm/boot/dts/bcm283x-rpi-usb-peripheral.dtsi | 7 + arch/arm/boot/dts/bcm283x.dtsi | 190 +---- arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts | 53 ++ arch/arm64/boot/dts/broadcom/Makefile | 3 +- arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dts | 2 + 16 files changed, 1291 insertions(+), 257 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/bcm/bcm2835.yaml delete mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm2835.txt create mode 100644 arch/arm/boot/dts/bcm2711-rpi-4-b.dts create mode 100644 arch/arm/boot/dts/bcm2711.dtsi create mode 100644 arch/arm/boot/dts/bcm2835-common.dtsi create mode 100644 arch/arm/boot/dts/bcm283x-rpi-usb-peripheral.dtsi create mode 100644 arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts create mode 100644 arch/arm64/boot/dts/broadcom/bcm2711-rpi-4-b.dts -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#701): https://linux.kernel.org/g/patchwork-soc/message/701 Mute This Topic: https://linux.kernel.org/mt/36816325/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] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Wed Oct 23 21:28:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 11207725 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 5466B13B1 for ; Wed, 23 Oct 2019 21:28: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 2E7BE2084C for ; Wed, 23 Oct 2019 21:28:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="Lz6e1kFJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2E7BE2084C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+702+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id KHUGYY1556264xcku4Mnavuk; Wed, 23 Oct 2019 14:28:25 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.607.1571866105677883222 for ; Wed, 23 Oct 2019 14:28:25 -0700 X-Received: by mail.kernel.org (Postfix) id 7777E21906; Wed, 23 Oct 2019 21:28:25 +0000 (UTC) X-Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) (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 164A62084C; Wed, 23 Oct 2019 21:28:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 164A62084C X-Received: by mail-wr1-f67.google.com with SMTP id w18so23113841wrt.3; Wed, 23 Oct 2019 14:28:24 -0700 (PDT) X-Gm-Message-State: 5Nfstv1vGLuV7mrMKjUKozFax1554929AA= X-Google-Smtp-Source: APXvYqxWaRAfnamg7FR/5dW9Qpch+dG9OgEcn4oxq0UyKIHjiN/nLaJwS43Ou8piQDiRhgX3To11PA== X-Received: by 2002:adf:e441:: with SMTP id t1mr617984wrm.395.1571866103125; Wed, 23 Oct 2019 14:28:23 -0700 (PDT) X-Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id l8sm6493609wru.22.2019.10.23.14.28.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2019 14:28:22 -0700 (PDT) From: Florian Fainelli To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Florian Fainelli , Markus Mayer , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL 2/4] Broadcom drivers changes for 5.5 Date: Wed, 23 Oct 2019 14:28:11 -0700 Message-Id: <20191023212814.30622-2-f.fainelli@gmail.com> In-Reply-To: <20191023212814.30622-1-f.fainelli@gmail.com> References: <20191023212814.30622-1-f.fainelli@gmail.com> 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571866105; bh=zDJnQevPTIPw/hv8uS2k0tBHBMN8G6EnZypYdsyTLFA=; h=Cc:Date:From:Reply-To:Subject:To; b=Lz6e1kFJFLV/i+GXK2IFhbgjzxfY9hoCjgat3Dd9ob4A2A0Vuiu+M6YpnRFrpqjm3Qa rqVtTwlqO+MceaQkodFcC5aghJWyQnnwiyW6xCN1WkkrV1JagRQU949/ZJO19hchATnHT Cq5usEL03kGxUQL9DBWObIuF2UzzCmaOvwM= The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.5/drivers for you to fetch changes up to b61d3e87b6ab6f5da1ab1f825d1c75abbbebc578: memory: brcmstb: dpfe: Fixup API version/commands for 7211 (2019-10-18 12:11:59 -0700) ---------------------------------------------------------------- This pull request contains Broadcom ARM/ARM64/MIPS based SoCs drivers updates for 5.5, please pull the following: - Markus updates the DPFE driver so as to support deferring the firmware loading process until the first sysfs attribute is accessed, in the process he does a bunch of cleanups and minor fixes - Florian adds support for the DPFE on 7211 which uses a "new style" API v2 and makes necessary changes along the way ---------------------------------------------------------------- Florian Fainelli (2): memory: brcmstb: dpfe: Compute checksum at __send_command() time memory: brcmstb: dpfe: Fixup API version/commands for 7211 Markus Mayer (6): memory: brcmstb: dpfe: rename struct private_data memory: brcmstb: dpfe: initialize priv->dev memory: brcmstb: dpfe: add locking around DCPU enable/disable memory: brcmstb: dpfe: move init_data into brcmstb_dpfe_download_firmware() memory: brcmstb: dpfe: pass *priv as argument to brcmstb_dpfe_download_firmware() memory: brcmstb: dpfe: support for deferred firmware download drivers/memory/brcmstb_dpfe.c | 164 ++++++++++++++++++++++++++---------------- 1 file changed, 101 insertions(+), 63 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#702): https://linux.kernel.org/g/patchwork-soc/message/702 Mute This Topic: https://linux.kernel.org/mt/36816326/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] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Wed Oct 23 21:28:12 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 11207729 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 1D2801920 for ; Wed, 23 Oct 2019 21:28:29 +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 EB42E2086D for ; Wed, 23 Oct 2019 21:28:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="qF8YYs1G" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EB42E2086D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+703+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id mZQMYY1556264xs98B8EIUuw; Wed, 23 Oct 2019 14:28:28 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web09.609.1571866108457353819 for ; Wed, 23 Oct 2019 14:28:28 -0700 X-Received: by mail.kernel.org (Postfix) id 3D9932084C; Wed, 23 Oct 2019 21:28:28 +0000 (UTC) X-Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) (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 EE1DD21929; Wed, 23 Oct 2019 21:28:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EE1DD21929 X-Received: by mail-wm1-f66.google.com with SMTP id i13so462429wmd.3; Wed, 23 Oct 2019 14:28:27 -0700 (PDT) X-Gm-Message-State: suD9BLmXjNCBRffBVXZl0AXFx1554929AA= X-Google-Smtp-Source: APXvYqwFyQqJMXkM+8CGRHSxKCZssSi/KjhfBlL58eQLY2qidOV5vNDjmHY+Rbvwlq04HwCG/qhL8Q== X-Received: by 2002:a1c:a68e:: with SMTP id p136mr1704738wme.141.1571866106029; Wed, 23 Oct 2019 14:28:26 -0700 (PDT) X-Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id l8sm6493609wru.22.2019.10.23.14.28.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2019 14:28:25 -0700 (PDT) From: Florian Fainelli To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Florian Fainelli , Brian Norris , Simon Arlott , Stefan Wahren , Eric Anholt , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL 3/4] Broadcom maintainers changes for 5.5 Date: Wed, 23 Oct 2019 14:28:12 -0700 Message-Id: <20191023212814.30622-3-f.fainelli@gmail.com> In-Reply-To: <20191023212814.30622-1-f.fainelli@gmail.com> References: <20191023212814.30622-1-f.fainelli@gmail.com> 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571866108; bh=5VDJFy6ajMPB1V1Idt5X47WY7m4Z6e3GS9zKdRAIVFw=; h=Cc:Date:From:Reply-To:Subject:To; b=qF8YYs1GLD9UHSwpLDx9Dz0eBAH1BEB3ANN1tPy/VpwJAaXG8NmYct2feMs8Wb7OJxT j5T5Ng9fVJRJfdLGElAdMq2iSDhQsdxw/oY0EFocEzpQcieCmARZHoayN8SU+vgrFADOT bmurjJ/LnM7tuc05bkZZI5Wd81aFwlonEqM= The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.5/maintainers for you to fetch changes up to 0d660ffbca1a5f16f6db8f6ccbea5c207ec7e361: MAINTAINERS: Remove Gregory and Brian for ARCH_BRCMSTB (2019-10-23 12:02:05 -0700) ---------------------------------------------------------------- This pull request contains MAINTAINERS file updates for Broadcom SoCs for the 5.5 kernel, please pull the following: - Simon adds a .mailmap alias for his old email - Stefan updates the existing BCM2835 with BCM2711 which is the chip name for the Raspberry Pi 4 - Florian removes Gregory and Brian from the MAINTAINERS file for BRCMSTB SoCs ---------------------------------------------------------------- Florian Fainelli (2): Merge tag 'tags/bcm2835-maintainers-next-2019-10-15' into maintainers/next MAINTAINERS: Remove Gregory and Brian for ARCH_BRCMSTB Simon Arlott (1): mailmap: Add Simon Arlott (replacement for expired email address) Stefan Wahren (1): MAINTAINERS: Add BCM2711 to BCM2835 ARCH .mailmap | 1 + MAINTAINERS | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#703): https://linux.kernel.org/g/patchwork-soc/message/703 Mute This Topic: https://linux.kernel.org/mt/36816328/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] -=-=-=-=-=-=-=-=-=-=-=- From patchwork Wed Oct 23 21:28:13 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 11207731 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 4AF7A13B1 for ; Wed, 23 Oct 2019 21:28:32 +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 259742084C for ; Wed, 23 Oct 2019 21:28:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="ouZmIqtC" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 259742084C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+704+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id 76BNYY1556264xAK8BbuSxgZ; Wed, 23 Oct 2019 14:28:31 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web11.605.1571866111690894274 for ; Wed, 23 Oct 2019 14:28:31 -0700 X-Received: by mail.kernel.org (Postfix) id 62D2121906; Wed, 23 Oct 2019 21:28:31 +0000 (UTC) X-Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) (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 12F672086D; Wed, 23 Oct 2019 21:28:31 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 12F672086D X-Received: by mail-wm1-f66.google.com with SMTP id g24so453114wmh.5; Wed, 23 Oct 2019 14:28:30 -0700 (PDT) X-Gm-Message-State: D6kVDg7G6drR5yOXKBCFf3EJx1554929AA= X-Google-Smtp-Source: APXvYqwktFY+GMTEm1fU86Kb5++rg4f2bCCrhgJFd4wS9JNSjWdm8NA29jv0jehhowjxWEFeXj0O0g== X-Received: by 2002:a1c:410a:: with SMTP id o10mr1723176wma.117.1571866109198; Wed, 23 Oct 2019 14:28:29 -0700 (PDT) X-Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id l8sm6493609wru.22.2019.10.23.14.28.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Oct 2019 14:28:28 -0700 (PDT) From: Florian Fainelli To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Florian Fainelli , Ben Dooks , Scott Branden , Stefan Wahren , Eric Anholt , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL 4/4] Broadcom soc changes for 5.5 Date: Wed, 23 Oct 2019 14:28:13 -0700 Message-Id: <20191023212814.30622-4-f.fainelli@gmail.com> In-Reply-To: <20191023212814.30622-1-f.fainelli@gmail.com> References: <20191023212814.30622-1-f.fainelli@gmail.com> 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 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571866111; bh=kZHacPtInGZdcqArZutHhYLMbq2JJd2sVCZNQ91ZOAc=; h=Cc:Date:From:Reply-To:Subject:To; b=ouZmIqtCZVUz0aeZg12BIlVpTuUZ24CWOfeB4aF3eq8e0N4+HAfdMne/2x8pxgMKP/l K5eE3pbLvFliCkW8znAzJHkLggbwcwbU9FKr0TX4H9OjyCuD/HavUUihFXIdIPz4KFCMQ bbaciUVTg7IGNArh7A1k4QEdy8NL8ykL8Yk= The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.5/soc for you to fetch changes up to 72c630020b243e2971d5e9ccdcb1ca492a537930: Merge tag 'tags/bcm2835-soc-next-2019-10-15' into soc/next (2019-10-16 15:15:00 -0700) ---------------------------------------------------------------- This pull request contains Broadcom ARM-based SoCs machine/Kconfig updates for 5.5, please pull the following: - Stefan adds a machine descriptor for BCM2711 (Raspberry Pi 4) which sets up the appropriate DMA aperture for the Pi peripherals to work (1GB window at 3GB offset) - Ben fixes a number of sparse warnings for the Kona SMC code and the BCM2836 SMP code ---------------------------------------------------------------- Ben Dooks (2): ARM: bcm: include local platsmp.h for bcm2836_smp_ops ARM: bcm: fix missing __iomem in bcm_kona_smc.c Florian Fainelli (1): Merge tag 'tags/bcm2835-soc-next-2019-10-15' into soc/next Stefan Wahren (1): ARM: bcm: Add support for BCM2711 SoC arch/arm/mach-bcm/Kconfig | 4 +++- arch/arm/mach-bcm/Makefile | 3 ++- arch/arm/mach-bcm/bcm2711.c | 24 ++++++++++++++++++++++++ arch/arm/mach-bcm/bcm_kona_smc.c | 2 +- arch/arm/mach-bcm/platsmp.c | 2 ++ arch/arm64/Kconfig.platforms | 5 +++-- 6 files changed, 35 insertions(+), 5 deletions(-) create mode 100644 arch/arm/mach-bcm/bcm2711.c -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#704): https://linux.kernel.org/g/patchwork-soc/message/704 Mute This Topic: https://linux.kernel.org/mt/36816330/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] -=-=-=-=-=-=-=-=-=-=-=-