From patchwork Mon Jul 11 16:44:45 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 12914032 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F3A1CC43334 for ; Mon, 11 Jul 2022 16:45:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id DB8A9C341C8; Mon, 11 Jul 2022 16:45:07 +0000 (UTC) Received: from mail-pl1-f169.google.com (mail-pl1-f169.google.com [209.85.214.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 35449C34115; Mon, 11 Jul 2022 16:45:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 35449C34115 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pl1-f169.google.com with SMTP id q5so4894011plr.11; Mon, 11 Jul 2022 09:45:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=SXv6YjQFEpaJi3GGrEauqiLZ0f+SfPf4Opvr2LfIukg=; b=d4cLlMSPRiNHHyHMp3B8n/QTUR1X9z+kuaVNj3WVwt6G+chpDmZ80+KJu3hcdKMCYf OKSowgYOpie5pFF5PnOOBRKMTIZzr4nq3F6qSaw85g3DTyT1kL/5aAVx52L0MbdJMZUP r6ujdpm5PaaYpp+iOwd/41gyi65zEh3wpC0j+ljOQG/c157mvU+D4gpKifg8waPPHWbo wSkxT3yIiRz7yzUhCVQvbXZS525xyuq1Y7xS6mhzX5h7Fx9JfBGeT//KJ+jK/hATS3QR IJslx3xJQO6SS4AN86cJYXTmzOk8ot1wensWaJD1PhhlKWJIy+F1q3Rj3K7+ilsOp9CP 958w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=SXv6YjQFEpaJi3GGrEauqiLZ0f+SfPf4Opvr2LfIukg=; b=dlwCvsEq/fdrduKtntQKyrScDiuCWp0Ez8CqocXtc4ckHiZm4cQJARYjlEZnGWDoO6 rnvx1uecZACsCvehE/jKZgc3K/rOM5wIeZPFR1Hc1elR2wKGQIPLVSE6Lj8H1L1x1aQN Zur0IMr/3kef2WlKtZT+3XS0e76ItitHgH59VIaD1EhuGqG2zfteiGLCwM5P7gxqT7sG HsvLJGx2lAPdq4bGV7Da5yR++V8wXpcS2kmZZOVjO5BpMNkg/mJ7H+wKIkXVIrXbTw2G 3C/hj4CNWAQeeUgCfW0khqLmDVWfb0rDeQMvGuFg1w596hQdjqpjeFwhP7X0hp50JoKq pW7A== X-Gm-Message-State: AJIora8J1Fi43ijyDTGNYOThaX9tF2jZ6vXlNPqUOR1bJ4w2VpOXfdDy NTuk7zZFVSf7thvbSc2SIgchSyA6G2k= X-Google-Smtp-Source: AGRyM1vkRBsLhrGex5sxRyFBzPiIOuBIq/p+IB6SJGp2gdSGuFncFnLr9Ai+hlVfnw7ZIA63DcDgog== X-Received: by 2002:a17:903:32c9:b0:16c:462e:60c6 with SMTP id i9-20020a17090332c900b0016c462e60c6mr6862923plr.31.1657557906305; Mon, 11 Jul 2022 09:45:06 -0700 (PDT) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id v3-20020aa799c3000000b0052ab9f1fe45sm4961266pfi.120.2022.07.11.09.45.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 09:45:05 -0700 (PDT) From: Florian Fainelli List-Id: To: soc@kernel.org Cc: William Zhang , Florian Fainelli , Peter Robinson , Nicolas Saenz Julienne , Stefan Wahren , Javier Martinez Canillas , 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/7] Broadcom defconfig changes for 5.20 Date: Mon, 11 Jul 2022 09:44:45 -0700 Message-Id: <20220711164451.3542127-2-f.fainelli@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220711164451.3542127-1-f.fainelli@gmail.com> References: <20220711164451.3542127-1-f.fainelli@gmail.com> MIME-Version: 1.0 The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.20/defconfig for you to fetch changes up to a65ee523a9e41d0bf046cf0107e6bbf05d068af2: ARM: multi_v7_defconfig: Update configs for BCM63138 (2022-07-08 14:07:16 -0700) ---------------------------------------------------------------- This pull request contains ARM SoCs defconfig changes for 5.20, please pull the following: - Peter enables CONFIG_DRM_V3D in order for the Raspberry Pi 4 systems to load the proper GPU module driver - William updates the multi_v7_defconfig to replace the enabling of CONFIG_ARCH_BCM_63XX with CONFIG_ARCH_BCMBCA which is how this platform is now supported ---------------------------------------------------------------- Peter Robinson (1): ARM: configs: Enable DRM_V3D William Zhang (1): ARM: multi_v7_defconfig: Update configs for BCM63138 arch/arm/configs/bcm2835_defconfig | 1 + arch/arm/configs/multi_v7_defconfig | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) From patchwork Mon Jul 11 16:44:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 12914033 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8C651C43334 for ; Mon, 11 Jul 2022 16:45:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 722F9C341C8; Mon, 11 Jul 2022 16:45:09 +0000 (UTC) Received: from mail-pg1-f173.google.com (mail-pg1-f173.google.com [209.85.215.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id C3D31C34115; Mon, 11 Jul 2022 16:45:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org C3D31C34115 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pg1-f173.google.com with SMTP id s27so5171510pga.13; Mon, 11 Jul 2022 09:45:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=/JBtXd8kGI0ESySNhjlGFrMdn/PwEjSGqQhmQg9LIiM=; b=WPd/18txEJeSdAJETFbH1ztQhUg1FbejJYm81EWzsJdzNLggl0v5+t5JU+SRvPm895 TcjFhx9kxT2dgBzVjGuWbCmel2Nfuva4wfPr8VDRsVtDhpHSc3GxXdjs7hIYnNvr3uwg Y1mfWJWGz/Y3BzcnNoG2A012m38G0MUHErlVVNVuh0DDCXnSgGahZbkbSlDnulDm6UvX OzRsjvyUyego4XcngVnjOTAn4NX7y4biJ//NAeRn5TQ7e17EmtqfGcK2n5KsbXFEcV07 rPSDZ6v4n2ISgFaFADWI3mcDb/mqDAUT65C+abrOSL0TxwTWEaupbqHCbcgqG8bIu4Vk w/1Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=/JBtXd8kGI0ESySNhjlGFrMdn/PwEjSGqQhmQg9LIiM=; b=sSzNndmMbF/k1c96IOiMOUtdA9cfkTOnnrGp3ESgqOaOfRKKz8OA9NALNKqkzbq2hS fIeWH+LAR20YGXktW3KBVA1IxF1SAQD5jyPDt8fq3mZjFXKMTvjB//K2MMKD7E6GZo0v pHVZfrEUddBmIxxlMiC0M8w/ObNapzqtIotwzGe4On5nr6kr59UU6QyqIJwqIpCToR7Y bXAP6umAjXLp1KymeobxJNeMmVtW387w1kl/a3f+yl7Fe8dnhNvrBwxPE4E1V+2A4E5Q ABoZ9BfjB80fz2IkrE1ckhnwfHJvGKVdMMzU03p+LKJDmweU3/R4Oh6Z6dTbF1EOjZGs F3/A== X-Gm-Message-State: AJIora9ScvA0+J2upDTzXlmYZbM7m7ybv9n3k7iDyQ0eXuxK3WcQdJpv G9buekn7SUm/IRS73bfyouPcS8h9dgU= X-Google-Smtp-Source: AGRyM1vgboy/YZyqxTgwXm1yFxvJtGKMQ0ZsZpQ8jpum2CMwF38hbxLh+qMxmvqyeTQ3S83y8oNdvw== X-Received: by 2002:a63:1d15:0:b0:412:8c83:a366 with SMTP id d21-20020a631d15000000b004128c83a366mr17184811pgd.32.1657557907865; Mon, 11 Jul 2022 09:45:07 -0700 (PDT) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id v3-20020aa799c3000000b0052ab9f1fe45sm4961266pfi.120.2022.07.11.09.45.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 09:45:07 -0700 (PDT) From: Florian Fainelli List-Id: To: soc@kernel.org Cc: Nicolas Saenz Julienne , Peter Robinson , Stefan Wahren , Javier Martinez Canillas , Florian Fainelli , William Zhang , 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/7] Broadcom defconfig-arm64 changes for 5.20 Date: Mon, 11 Jul 2022 09:44:46 -0700 Message-Id: <20220711164451.3542127-3-f.fainelli@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220711164451.3542127-1-f.fainelli@gmail.com> References: <20220711164451.3542127-1-f.fainelli@gmail.com> MIME-Version: 1.0 The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.20/defconfig-arm64 for you to fetch changes up to d0ceb08048d3899cb3c3a07470b636e403676127: arm64: defconfig: Enable DRM_V3D (2022-06-13 14:10:24 -0700) ---------------------------------------------------------------- This pull request contains Broadcom ARM64-based SoCs defconfig changes for 5.10, please pull the following: - Nicolas enables CONFIG_DRM_V3D in order for the Raspberry Pi 4 systems to load the proper GPU module driver - William enables the newly introduced CONFIG_ARCH_BCMBCA 64-bit ARM counterpart to support the newly added BCA SocS ---------------------------------------------------------------- Nicolas Saenz Julienne (1): arm64: defconfig: Enable DRM_V3D William Zhang (1): arm64: defconfig: enable bcmbca soc support arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+) From patchwork Mon Jul 11 16:44:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 12914036 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1A0B2C43334 for ; Mon, 11 Jul 2022 16:45:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id F3A91C341CA; Mon, 11 Jul 2022 16:45:14 +0000 (UTC) Received: from mail-pg1-f181.google.com (mail-pg1-f181.google.com [209.85.215.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id BAEE0C34115; Mon, 11 Jul 2022 16:45:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org BAEE0C34115 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pg1-f181.google.com with SMTP id q82so5196843pgq.6; Mon, 11 Jul 2022 09:45:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=sLOcdAj6XWcIpIEBnUQkvMwCh61rt7gFZPF66joI2pE=; b=C0J1GC1ylIidcfFYzv+lymSs7X5VL7L7C3Xkf5NWTvVheLczPZWpz68E8xuEOJxXB6 doiv6d+66sJjg+jJmZJ8Vp7X60HdaYrpnJNbR+HexLmPNSkLRYvBQ56qfGJJ28vjlN+o RtjSXPL9NiYXbZIreL5HT2ztAhfIRE1bPDFP5azqwBGThv50Wa34fdlikaA8Elj7wDnJ V3M063rDGuZ7rD+fdyfXDN2yYtnuy1M3+r6IjVUKXEZl2ExPHQLCtKkS7Cav9+Os8io0 YXDWzoqKP8/nNWIidO5pyvufeAIokrHKg9RR/3a9H5RNtoh/O902h/M8THAvakgO/Z6R YthQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=sLOcdAj6XWcIpIEBnUQkvMwCh61rt7gFZPF66joI2pE=; b=4uh7PdmjfkyC6RfB5Iftiqi/skO/VgAivP+hHP98XQfouzvtedZKnMrzSw0lWQ8F/y Yzdny8iHRlIYOL8/rWa4ZitIv5lb+MfbxbsgjLKii+diMTMYDYUSamMVcb549h2TT+MM italwuhTc3CpT9I4zTMI6k4A048+wCkFo8tkYspAsNAoC+RPXowZfq2Giu23RpdQR9zp 1B+uMjjZ0BW3GkNXB8WqU2RHW23uuH2nKzoLwUD8o+Nbw/9IBst95tWz5l7dMhKOo8AZ w9XsO8p++z4PAZlA2HnfxdIlRWI67DR9FSAXOqAVTEdSZRe1CBzPU3jET1ixCyEru8rV zZyQ== X-Gm-Message-State: AJIora9FZzjwzLKK1WqIOw9n4IAwnQ0lhHzSoKWu5v0ZooLpOU7mc+c5 1U8lPzIuLBD5mnEREZjeRWUvn/UfCOE= X-Google-Smtp-Source: AGRyM1shg/EWfYujw64HGE9nI7GQk+NBQeIfWzg7ukVsO9/trRoMuLHYkGTQPO7Z2bNwATaj4T/fgA== X-Received: by 2002:a65:4c0b:0:b0:415:d3a4:44d1 with SMTP id u11-20020a654c0b000000b00415d3a444d1mr11786706pgq.191.1657557909746; Mon, 11 Jul 2022 09:45:09 -0700 (PDT) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id v3-20020aa799c3000000b0052ab9f1fe45sm4961266pfi.120.2022.07.11.09.45.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 09:45:09 -0700 (PDT) From: Florian Fainelli List-Id: To: soc@kernel.org Cc: William Zhang , Florian Fainelli , Krzysztof Kozlowski , Nicolas Saenz Julienne , Stefan Wahren , Peter Robinson , Rob Herring , Christian Lamparter , Javier Martinez Canillas , Anand Gore , Maxime Ripard , 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/7] Broadcom devicetree changes for 5.20 Date: Mon, 11 Jul 2022 09:44:47 -0700 Message-Id: <20220711164451.3542127-4-f.fainelli@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220711164451.3542127-1-f.fainelli@gmail.com> References: <20220711164451.3542127-1-f.fainelli@gmail.com> MIME-Version: 1.0 The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.20/devicetree for you to fetch changes up to daf7c850caabe0f12b10d2310a8420fc6e8abd8f: ARM: dts: Add BCM63138 generic board dts (2022-07-08 14:00:45 -0700) ---------------------------------------------------------------- This pull request contains Broadcom ARM-based SoCs Device Tree updates for 5.20, please pull the following: - Stefan drops the unnecessary "#address-cells" and "#size-cells" properties from the DPI node of BCM283x - Anand documents and adds support for the 63178 and 6858 SoCs - William migrates the 63138 platform over to ARCH_BCMBCA and ensures that it is documented within the BCMBCA Device Tree binding documents. He updates the 47622 DTS to remove unnecessary PSCI properties, fix the GIC nodes and some minor cosmetic changes. He finally adds support for the 63158, 4912, 6846, 6855, 6756, 63146, 6856, 63148, 6813, 6318 SoCs. - Peter, Nicolas and Stefan adds the necessary Device Tree nodes to the BCM2711 (Raspberry Pi 4) DTS to enable the use of the V3D GPU on these platforms. - Christian adds support for the BCM53015 based Cisco Meraki MR26 Wi-Fi access point. - Krzysztof updates the Broadcom platforms DTS to add a missing whitespace between the property name and its value. ---------------------------------------------------------------- Anand Gore (5): dt-bindings: arm: add BCM63178 SoC to binding document ARM: dts: add dts files for bcmbca soc 63178 dt-bindings: arm64: Add BCM6858 SoC to binding document dt-bindings: arm: Add BCM6878 soc ARM: dts: Add DTS files for bcmbca SoC BCM6878 Christian Lamparter (2): dt-bindings: ARM: add bindings for the Meraki MR26 ARM: dts: BCM5301X: Add DT for Meraki MR26 Krzysztof Kozlowski (3): ARM: dts: broadcom: adjust whitespace around '=' ARM: dts: broadcom: align gpio-key node names with dtschema ARM: dts: broadcom: correct gpio-keys properties Nicolas Saenz Julienne (4): dt-bindings: soc: bcm: bcm2835-pm: Convert bindings to DT schema dt-bindings: soc: bcm: bcm2835-pm: Introduce reg-names ARM: dts: bcm2835/bcm2711: Introduce reg-names in watchdog node ARM: dts: bcm2711: Use proper compatible in PM/Watchdog node Peter Robinson (1): ARM: dts: bcm2711: Enable V3D Stefan Wahren (2): ARM: dts: bcm283x: Drop unnecessary properties from dpi node dt-bindings: soc: bcm: bcm2835-pm: Add support for bcm2711 William Zhang (18): dt-bindings: arm64: add BCM63158 SoC to binding document dt-bindings: arm64: Add BCM4912 SoC to binding document dt-bindings: arm: add BCM6846 SoC to device tree binding document ARM: dts: Add DTS files for bcmbca SoC BCM6846 ARM: dts: Update BCM47622 DTS file dt-bindings: arm: add BCM6855 SoC to device tree binding document ARM: dts: Add DTS files for bcmbca SoC BCM6855 dt-bindings: arm: Add BCM6756 SoC ARM: dts: Add DTS files for bcmbca SoC BCM6756 dt-bindings: arm64: Add BCM63146 SoC dt-bindings: arm64: Add BCM6856 SoC dt-bindings: arm: Add BCM63148 SoC ARM: dts: Add DTS files for bcmbca SoC BCM63148 dt-bindings: arm64: Add BCM6813 SoC dt-bindings: arm: add BCM63138 SoC ARM: dts: Move BCM963138DVT board dts to ARCH_BCMBCA ARM: dts: update dts files for bcmbca SoC BCM63138 ARM: dts: Add BCM63138 generic board dts .../devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 7 + .../devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 92 ++++++++++++ .../bindings/soc/bcm/brcm,bcm2835-pm.txt | 46 ------ .../bindings/soc/bcm/brcm,bcm2835-pm.yaml | 86 +++++++++++ arch/arm/boot/dts/Makefile | 13 +- arch/arm/boot/dts/bcm2711-rpi.dtsi | 4 + arch/arm/boot/dts/bcm2711.dtsi | 14 +- arch/arm/boot/dts/bcm28155-ap.dts | 8 +- arch/arm/boot/dts/bcm2835-common.dtsi | 1 + arch/arm/boot/dts/bcm283x.dtsi | 8 +- arch/arm/boot/dts/bcm4708-asus-rt-ac56u.dts | 6 +- arch/arm/boot/dts/bcm4708-asus-rt-ac68u.dts | 8 +- .../dts/bcm4708-buffalo-wzr-1166dhp-common.dtsi | 10 +- arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts | 10 +- arch/arm/boot/dts/bcm4708-linksys-ea6300-v1.dts | 4 +- arch/arm/boot/dts/bcm4708-linksys-ea6500-v2.dts | 4 +- arch/arm/boot/dts/bcm4708-luxul-xap-1510.dts | 2 +- arch/arm/boot/dts/bcm4708-luxul-xwc-1000.dts | 2 +- arch/arm/boot/dts/bcm4708-netgear-r6250.dts | 6 +- arch/arm/boot/dts/bcm4708-netgear-r6300-v2.dts | 6 +- arch/arm/boot/dts/bcm4708-smartrg-sr400ac.dts | 6 +- arch/arm/boot/dts/bcm47081-asus-rt-n18u.dts | 4 +- arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts | 8 +- arch/arm/boot/dts/bcm47081-buffalo-wzr-900dhp.dts | 2 +- arch/arm/boot/dts/bcm47081-luxul-xap-1410.dts | 2 +- arch/arm/boot/dts/bcm47081-luxul-xwr-1200.dts | 2 +- arch/arm/boot/dts/bcm47081-tplink-archer-c5-v2.dts | 4 +- arch/arm/boot/dts/bcm4709-asus-rt-ac87u.dts | 6 +- arch/arm/boot/dts/bcm4709-buffalo-wxr-1900dhp.dts | 14 +- arch/arm/boot/dts/bcm4709-linksys-ea9200.dts | 6 +- arch/arm/boot/dts/bcm4709-netgear-r7000.dts | 8 +- arch/arm/boot/dts/bcm4709-netgear-r8000.dts | 10 +- arch/arm/boot/dts/bcm4709-tplink-archer-c9-v1.dts | 6 +- arch/arm/boot/dts/bcm47094-asus-rt-ac88u.dts | 8 +- arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts | 6 +- arch/arm/boot/dts/bcm47094-linksys-panamera.dts | 6 +- arch/arm/boot/dts/bcm47094-luxul-abr-4500.dts | 2 +- arch/arm/boot/dts/bcm47094-luxul-xap-1610.dts | 2 +- arch/arm/boot/dts/bcm47094-luxul-xbr-4500.dts | 2 +- arch/arm/boot/dts/bcm47094-luxul-xwc-2000.dts | 4 +- arch/arm/boot/dts/bcm47094-luxul-xwr-3100.dts | 2 +- arch/arm/boot/dts/bcm47094-luxul-xwr-3150-v1.dts | 2 +- arch/arm/boot/dts/bcm47094-netgear-r8500.dts | 8 +- arch/arm/boot/dts/bcm47094-phicomm-k3.dts | 2 +- arch/arm/boot/dts/bcm47189-luxul-xap-1440.dts | 2 +- arch/arm/boot/dts/bcm47189-luxul-xap-810.dts | 2 +- arch/arm/boot/dts/bcm47189-tenda-ac9.dts | 6 +- arch/arm/boot/dts/bcm47622.dtsi | 14 +- arch/arm/boot/dts/bcm53015-meraki-mr26.dts | 166 +++++++++++++++++++++ arch/arm/boot/dts/bcm53016-meraki-mr32.dts | 4 +- arch/arm/boot/dts/bcm5301x.dtsi | 6 +- arch/arm/boot/dts/bcm63138.dtsi | 4 +- arch/arm/boot/dts/bcm63148.dtsi | 103 +++++++++++++ arch/arm/boot/dts/bcm63178.dtsi | 118 +++++++++++++++ arch/arm/boot/dts/bcm6756.dtsi | 130 ++++++++++++++++ arch/arm/boot/dts/bcm6846.dtsi | 103 +++++++++++++ arch/arm/boot/dts/bcm6855.dtsi | 120 +++++++++++++++ arch/arm/boot/dts/bcm6878.dtsi | 110 ++++++++++++++ arch/arm/boot/dts/bcm911360_entphn.dts | 4 +- arch/arm/boot/dts/bcm947189acdbmr.dts | 4 +- arch/arm/boot/dts/bcm953012er.dts | 4 +- arch/arm/boot/dts/bcm958625-meraki-alamo.dtsi | 2 +- arch/arm/boot/dts/bcm958625-meraki-kingpin.dtsi | 2 +- arch/arm/boot/dts/bcm963138.dts | 27 ++++ arch/arm/boot/dts/bcm963138dvt.dts | 2 +- arch/arm/boot/dts/bcm963148.dts | 30 ++++ arch/arm/boot/dts/bcm963178.dts | 30 ++++ arch/arm/boot/dts/bcm96756.dts | 30 ++++ arch/arm/boot/dts/bcm96846.dts | 30 ++++ arch/arm/boot/dts/bcm96855.dts | 30 ++++ arch/arm/boot/dts/bcm96878.dts | 30 ++++ 71 files changed, 1389 insertions(+), 183 deletions(-) delete mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.txt create mode 100644 Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml create mode 100644 arch/arm/boot/dts/bcm53015-meraki-mr26.dts create mode 100644 arch/arm/boot/dts/bcm63148.dtsi create mode 100644 arch/arm/boot/dts/bcm63178.dtsi create mode 100644 arch/arm/boot/dts/bcm6756.dtsi create mode 100644 arch/arm/boot/dts/bcm6846.dtsi create mode 100644 arch/arm/boot/dts/bcm6855.dtsi create mode 100644 arch/arm/boot/dts/bcm6878.dtsi create mode 100644 arch/arm/boot/dts/bcm963138.dts create mode 100644 arch/arm/boot/dts/bcm963148.dts create mode 100644 arch/arm/boot/dts/bcm963178.dts create mode 100644 arch/arm/boot/dts/bcm96756.dts create mode 100644 arch/arm/boot/dts/bcm96846.dts create mode 100644 arch/arm/boot/dts/bcm96855.dts create mode 100644 arch/arm/boot/dts/bcm96878.dts From patchwork Mon Jul 11 16:44:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 12914034 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 38929C43334 for ; Mon, 11 Jul 2022 16:45:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 205A4C341CF; Mon, 11 Jul 2022 16:45:13 +0000 (UTC) Received: from mail-pg1-f176.google.com (mail-pg1-f176.google.com [209.85.215.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 49215C341CA; Mon, 11 Jul 2022 16:45:12 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 49215C341CA Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pg1-f176.google.com with SMTP id 72so5250862pge.0; Mon, 11 Jul 2022 09:45:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=MIuswtQIknunxRlx2LZT8SAtUohtCTMYbduVcp0c5kc=; b=JwT9f8B4rPVYRrR/4Sz6VZZpAeOWfArYM8hzDlzZzQFKXqb3mLlmDO27rt9AWxWgbf ZxFHE+pssUKPOb8i0Z3SClP1lsxUveZybVgSY17lzNtMkeiCykVOStylyAD0OD14ajgZ +GblVk6QDKee0cfQwOC74ZccF+G+oaz3cwn5/TVG/fwr7b/CNAqKmytodhE9unwnSIAY mtr/BeFGqum0oEsSwOCDdchy7P12aJO7NrArnLe667mL0nS1AnY7LcYq+qo7nzoOG+R0 kYGXuthWfVBLGYdFyD0MZnKU9C4eRn1iej4Chc4VeksLhSwaqZtye+CHwvPp7bDD8Hc0 sz+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=MIuswtQIknunxRlx2LZT8SAtUohtCTMYbduVcp0c5kc=; b=TJX7OfFJJ4kcp8QbnlMs9YGk6mH9SAenERjJBL+satM5xR5Xa1uoDH4hkdsWzbdWSo m6TZ4FiYQf+rR4ghzAH8qV80O/DfaNTuEGzXpOfrCRm4S95m1xwlRRjLPVZMo5qY7fBa 59ZrGkeprQ2ydMR0oJV04iNEqVWWBZDjULgm3EnPIjXh+qJ47b1i8J1tURYRbz1pwDsT ftsyVwNnGF+Q+Y77zmfG0FRpTqzJsYBtxroAYEgw0CoMYjA6HYX2Wrzxkf3fwH8p8ov/ MCfKGPsjrLJ6EeL2OhT+vDUroBSephxp/48rQGjT0SZ3rfDYbqNFiYp8g2wN9z0X1VTL znRw== X-Gm-Message-State: AJIora/aVMwgFqpQgyAZ5sX4czu+t3Lmu2i6waACyOZzCUmv1zUsK3Cg abAqbPJq1E2fa2daO38i5135xQsNEy4= X-Google-Smtp-Source: AGRyM1vzNLISRp0zb82WwdizHZ1POYqZ8dP335+Xl3z0bxL9ngYw5OOkx7lJvdlPUGHtgEHgHGFHbg== X-Received: by 2002:a63:480b:0:b0:40d:d4d1:7daf with SMTP id v11-20020a63480b000000b0040dd4d17dafmr16769949pga.512.1657557911307; Mon, 11 Jul 2022 09:45:11 -0700 (PDT) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id v3-20020aa799c3000000b0052ab9f1fe45sm4961266pfi.120.2022.07.11.09.45.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 09:45:10 -0700 (PDT) From: Florian Fainelli List-Id: To: soc@kernel.org Cc: William Zhang , Florian Fainelli , Krzysztof Kozlowski , Anand Gore , 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/7] Broadcom devicetree-arm64 changes for 5.20 Date: Mon, 11 Jul 2022 09:44:48 -0700 Message-Id: <20220711164451.3542127-5-f.fainelli@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220711164451.3542127-1-f.fainelli@gmail.com> References: <20220711164451.3542127-1-f.fainelli@gmail.com> MIME-Version: 1.0 The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.20/devicetree-arm64 for you to fetch changes up to eab6bb0994b806525fc5e362e8b865f61c4a9e20: arm64: dts: Add DTS files for bcmbca SoC BCM6813 (2022-06-15 10:40:02 -0700) ---------------------------------------------------------------- This pull request contains Broadcom ARM64-based SocS Device Tree updates for 5.20, please pull the following: - William adds the ARCH_BCMBCA Kconfig entry to follow the ARM 32-bit counter part and adds basic support for these DSL/PON SoCs: 63158, 4912, 63146, 6856, 6813 - Anand adds basic support for the 6858 SoC - Krzysztof fixes a missing space between a property name and its value in a number of DTS files ---------------------------------------------------------------- Anand Gore (1): ARM64: dts: Add DTS files for bcmbca SoC BCM6858 Krzysztof Kozlowski (1): arm64: dts: broadcom: adjust whitespace around '=' William Zhang (6): arm64: bcmbca: add arch bcmbca machine entry arm64: dts: Add DTS files for bcmbca SoC BCM63158 arm64: dts: Add DTS files for bcmbca SoC BCM4912 arm64: dts: Add DTS files for bcmbca SoC BCM63146 arm64: dts: Add DTS files for bcmbca SoC BCM6856 arm64: dts: Add DTS files for bcmbca SoC BCM6813 arch/arm64/Kconfig.platforms | 9 ++ arch/arm64/boot/dts/broadcom/Makefile | 1 + arch/arm64/boot/dts/broadcom/bcmbca/Makefile | 7 ++ arch/arm64/boot/dts/broadcom/bcmbca/bcm4912.dtsi | 128 +++++++++++++++++++++ arch/arm64/boot/dts/broadcom/bcmbca/bcm63146.dtsi | 110 ++++++++++++++++++ arch/arm64/boot/dts/broadcom/bcmbca/bcm63158.dtsi | 128 +++++++++++++++++++++ arch/arm64/boot/dts/broadcom/bcmbca/bcm6813.dtsi | 128 +++++++++++++++++++++ arch/arm64/boot/dts/broadcom/bcmbca/bcm6856.dtsi | 103 +++++++++++++++++ arch/arm64/boot/dts/broadcom/bcmbca/bcm6858.dtsi | 121 +++++++++++++++++++ arch/arm64/boot/dts/broadcom/bcmbca/bcm94912.dts | 30 +++++ arch/arm64/boot/dts/broadcom/bcmbca/bcm963146.dts | 30 +++++ arch/arm64/boot/dts/broadcom/bcmbca/bcm963158.dts | 30 +++++ arch/arm64/boot/dts/broadcom/bcmbca/bcm96813.dts | 30 +++++ arch/arm64/boot/dts/broadcom/bcmbca/bcm96856.dts | 30 +++++ arch/arm64/boot/dts/broadcom/bcmbca/bcm96858.dts | 30 +++++ .../arm64/boot/dts/broadcom/stingray/stingray.dtsi | 2 +- 16 files changed, 916 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/Makefile create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm4912.dtsi create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm63146.dtsi create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm63158.dtsi create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm6813.dtsi create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm6856.dtsi create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm6858.dtsi create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm94912.dts create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm963146.dts create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm963158.dts create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm96813.dts create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm96856.dts create mode 100644 arch/arm64/boot/dts/broadcom/bcmbca/bcm96858.dts From patchwork Mon Jul 11 16:44:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 12914035 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4D1A4C433EF for ; Mon, 11 Jul 2022 16:45:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 33541C34115; Mon, 11 Jul 2022 16:45:15 +0000 (UTC) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 459D5C341C8; Mon, 11 Jul 2022 16:45:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 459D5C341C8 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pf1-f176.google.com with SMTP id b9so5224701pfp.10; Mon, 11 Jul 2022 09:45:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=0YB8njkT+jmGf5UJpj4fLZRYdH8i+T0PjbK3aknvxKw=; b=jOBOemgJWVwTYPkm+472BhcXS4jTnIAsb7oUdProCLYxcsKCqeBNi1Fd2kswPB0jLp gDZ12HS6Nj6z3pw0uYDDWKvHyKNOUx36p4/AngFGo1vI8o71qCEzQojVB6fPW+A/LFYN CeZ6omKE/DwDZnXq+gxssjzeS/yLtyFwDIHnswfa6mHDGzuZ4HGYQYBLAj/S2cCvH24L 5efkH3EP7xTNVZCi2dJxzlfqhMb+/LS3Hf83Z45g05EiZrCPctLodGsOUP/OSdBx/Q3j wup/tGdk+ALCCWojokLyLg8AbO4+R3F0C8Nm7uqEIMrTfff99Lhx4zfFxZJ1GjkMTAIR TTXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=0YB8njkT+jmGf5UJpj4fLZRYdH8i+T0PjbK3aknvxKw=; b=st83KO7nnihTW/k1ADWt+nIL5OIPp5x74mpGuEGTIXaHFSuwzmb4j9flP3baPtvHt8 Cb0cz1hSvKbmkDMoBSRLqESB7XDWMdiNGmIiQFCNX8DDPrmkFjIjgbMcxrzkgwNyR45m HIfrpUtXiRxOTgjNxIJ5pPzviZT7gj+JbXAOkkIwLHnTzj2BaqHwzEQSv+E2H5tQubPn hECIKe37in7Kh8eq3QXUuJGvaNMhimf8h9CbTp67NrZZ+zQwE7IPrCyu4Gfn4RhOtxSE EKfnR3YtEOdlsCEEiuCg/WTlqYEhkgOqP2ehcljkth+hipmbOAkk05F9BQuF2mb+XIUc cm9w== X-Gm-Message-State: AJIora8Zv75CMzoUlVmBWQHQGyE9Oep/JD6lqOzWZqy/RXYaji8SuqZX quUgFVD7Z29r/0pSy1LAoXWogQCYx34= X-Google-Smtp-Source: AGRyM1s7a2P3KPDwMktiqJ5wem4WRkPoVakobIOFdbq2Zs2+mKHC7qDGq0rdv/OWG3qTC14iVhdP2A== X-Received: by 2002:a62:864f:0:b0:52a:be82:6b60 with SMTP id x76-20020a62864f000000b0052abe826b60mr12084344pfd.48.1657557913310; Mon, 11 Jul 2022 09:45:13 -0700 (PDT) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id v3-20020aa799c3000000b0052ab9f1fe45sm4961266pfi.120.2022.07.11.09.45.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 09:45:12 -0700 (PDT) From: Florian Fainelli List-Id: To: soc@kernel.org Cc: William Zhang , Florian Fainelli , Mark Brown , Vinod Koul , Wolfram Sang , Damien Le Moal , Nicolas Saenz Julienne , Stefan Wahren , Peter Robinson , Lee Jones , Liang He , Julia Lawall , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL 5/7] Broadcom drivers changes for 5.20 Date: Mon, 11 Jul 2022 09:44:49 -0700 Message-Id: <20220711164451.3542127-6-f.fainelli@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220711164451.3542127-1-f.fainelli@gmail.com> References: <20220711164451.3542127-1-f.fainelli@gmail.com> MIME-Version: 1.0 The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.20/drivers for you to fetch changes up to ef4ef28acb42ec77829e842c6f30a33526daf520: tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA (2022-07-11 09:14:11 -0700) ---------------------------------------------------------------- This pull request contains Broadcom SoC drivers updatse for 5.20, please pull the following: - Julia fixes a typo in the Broadcom STB legacy power management code - Liang fixes a device_node reference count leak in the Broadcom STB BIU driver code error path(s) - Nicolas and Stefan provide updates to the BCM2835 power management driver allowing its use on BCM2711 (Raspberry Pi 4) and to enable the use of the V3D GPU driver on such platforms. This is a merge of an immutable branch from Lee Jones' MFD tree - William removes the use of CONFIG_ARCH_BCM_63XX which is removed and replaces the dependencies with CONFIG_ARCH_BCMBCA which is how all of the DSL/PON SoCs from Broadcom are now supported in the upstream kernel. ---------------------------------------------------------------- Florian Fainelli (1): Merge tag 'tags/ib-mfd-soc-bcm-v5.20' into drivers/next Julia Lawall (1): soc: bcm: brcmstb: pm: pm-arm: fix typo in comment Liang He (1): soc: bcm: brcmstb: biuctrl: Add missing of_node_put() Nicolas Saenz Julienne (2): mfd: bcm2835-pm: Use 'reg-names' to get resources soc: bcm: bcm2835-power: Bypass power_on/off() calls Stefan Wahren (4): mfd: bcm2835-pm: Add support for BCM2711 soc: bcm: bcm2835-power: Refactor ASB control soc: bcm: bcm2835-power: Resolve ASB register macros soc: bcm: bcm2835-power: Add support for BCM2711's RPiVid ASB William Zhang (7): ata: ahci_brcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA i2c: brcmstb: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA phy: brcm-sata: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA clk: bcm: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA spi: bcm63xx-hsspi: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA tty: serial: bcm63xx: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA drivers/ata/Kconfig | 2 +- drivers/char/hw_random/Kconfig | 2 +- drivers/clk/bcm/Kconfig | 4 +- drivers/i2c/busses/Kconfig | 2 +- drivers/mfd/bcm2835-pm.c | 74 +++++++++++++++++++++++++++---------- drivers/phy/broadcom/Kconfig | 2 +- drivers/soc/bcm/bcm2835-power.c | 72 ++++++++++++++++++++++++------------ drivers/soc/bcm/brcmstb/biuctrl.c | 9 +++-- drivers/soc/bcm/brcmstb/pm/pm-arm.c | 2 +- drivers/spi/Kconfig | 2 +- drivers/tty/serial/Kconfig | 4 +- include/linux/mfd/bcm2835-pm.h | 1 + 12 files changed, 119 insertions(+), 57 deletions(-) From patchwork Mon Jul 11 16:44:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 12914037 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 72E38C43334 for ; Mon, 11 Jul 2022 16:45:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 5BD7FC341C8; Mon, 11 Jul 2022 16:45:17 +0000 (UTC) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 9C24EC34115; Mon, 11 Jul 2022 16:45:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 9C24EC34115 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pf1-f176.google.com with SMTP id a15so5209502pfv.13; Mon, 11 Jul 2022 09:45:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=p6UgfEEauM0ZnT98qW3uZiNWf2I/WEgiguAYyQtYDhE=; b=hwdqyhAHfV0Yk9qDwgAUGvmhiWB+P2ag5wXLlDql81fCj2+Rm8c9QRoT9/ux/g4WuT w75ztI4Fae3/+SW0iCcJ9n1Xp0tzphdg8TQWdEVqIUcdOWzNYTokLjrStnAvvkrCO+Q9 bVdy2uIt528u+gYlckAXhbid/l4spcMBXuPMhIvix0aSw4qAZjsY0KYMF4qe4blfcVdF 8DYEA5QqkgEgW6Hw/tLtLKVmEgjneuJh3zq+8t94x2daoaHVXFqVcFcGwcu2WqLiI1Je 8oQ5csTipEPkqQdwuYe37ecqz+VY8pOsVswJ30PXbEhudvkunw91F595kBI2ROHCFoi9 1d/Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=p6UgfEEauM0ZnT98qW3uZiNWf2I/WEgiguAYyQtYDhE=; b=3u67BlQre88K9qLGSohhsP71H28wdkxkeJ8IUqxm9moTkuIpArfkMoVZ2Uib84D42u yTgjAY3gFY43zRrSOs01bNQWYmZANBI8x3boYaQGcZVNgjfiazRxGyANtqLMnXsDu7fE wjqEJuJlwCpzdFnVjPUMO9c9GT5XvjsC3Bpl2EIGvnlOBEyAw+htvRkA4ljoPbmFtytw 1kT3cOvW8BF8T2Gu3ns4RzY7ZX3jw1ZTcauiGSX4ODA/O9vv2wgPeTZXAGMy2SVddG7n 48Pa3FbH939zp4q6+XXPt6Adw3uqVg2w7gNGVCkH7ZkvIJoukyJ6f5UD5sB7O32OESdR zVsQ== X-Gm-Message-State: AJIora8U1Tn5zjGaynPgyj20RsXIMFdKkhjlI5Xsp7FdgQXYO3CRTvRJ 4Rg1FiB0PlY3mEMi6i5MYE8IWDa5zNE= X-Google-Smtp-Source: AGRyM1vmUlDANx0nljDpWGYbKc6Z9oSMyuaenliVO6bgRpbl9v+KzbAzpsNZBRj5YlvYne/9yK9EwQ== X-Received: by 2002:a05:6a00:1504:b0:52a:e3ae:a603 with SMTP id q4-20020a056a00150400b0052ae3aea603mr500113pfu.48.1657557915890; Mon, 11 Jul 2022 09:45:15 -0700 (PDT) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id v3-20020aa799c3000000b0052ab9f1fe45sm4961266pfi.120.2022.07.11.09.45.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 09:45:15 -0700 (PDT) From: Florian Fainelli List-Id: To: soc@kernel.org Cc: William Zhang , Florian Fainelli , Anand Gore , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL 6/7] Broadcom maintainers changes for 5.20 Date: Mon, 11 Jul 2022 09:44:50 -0700 Message-Id: <20220711164451.3542127-7-f.fainelli@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220711164451.3542127-1-f.fainelli@gmail.com> References: <20220711164451.3542127-1-f.fainelli@gmail.com> MIME-Version: 1.0 The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.20/maintainers for you to fetch changes up to c510c81c0e59f83a7376e5febd2646b9166a7ebc: MAINTAINERS: Move BCM63138 to bcmbca arch entry (2022-07-08 14:06:51 -0700) ---------------------------------------------------------------- This pull request contains Broadcom ARM-SoC MAINTAINERS file updates for 5.20, please pull the following: - William and Anand updates the MAINTAINERS files with new BCA SoCs entries for a variety of PON/DSL SoCs: 63178, 63158, 4912, 6858, 6878, 6846, 6855, 6756, 63146, 6856, 63148, 6813. 63138 is now listed as a supported BCA platform and joins the families just added. ---------------------------------------------------------------- Anand Gore (3): MAINTAINERS: Add BCM63178 to bcmbca arch entry MAINTAINERS: Add BCM6858 to bcmbca arch entry MAINTAINERS: Add BCM6878 to bcmbca arch entry William Zhang (10): MAINTAINERS: Add BCM63158 to bcmbca arch entry MAINTAINERS: Add BCM4912 to bcmbca arch entry MAINTAINERS: Add BCM6846 to bcmbca arch entry MAINTAINERS: Add BCM6855 to bcmbca arch entry MAINTAINERS: Add BCM6756 to bcmbca arch entry MAINTAINERS: Add BCM63146 to bcmbca arch entry MAINTAINERS: Add BCM6856 to bcmbca arch entry MAINTAINERS: Add BCM63148 to bcmbca arch entry MAINTAINERS: Add BCM6813 to bcmbca arch entry MAINTAINERS: Move BCM63138 to bcmbca arch entry MAINTAINERS | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) From patchwork Mon Jul 11 16:44:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 12914038 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id ABCD0C433EF for ; Mon, 11 Jul 2022 16:45:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 956ADC341C8; Mon, 11 Jul 2022 16:45:19 +0000 (UTC) Received: from mail-pj1-f43.google.com (mail-pj1-f43.google.com [209.85.216.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id E5B87C34115; Mon, 11 Jul 2022 16:45:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org E5B87C34115 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pj1-f43.google.com with SMTP id s21so5287192pjq.4; Mon, 11 Jul 2022 09:45:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=Gvq9fRocj1mv6TDsG70Rw7WPOwdlIYO2EV775Kn6cYk=; b=HYD1qirsbo/HdEtwANxIt1hBprhFivEtbVyyYjfF1u8t3/yV7v9QXz/32XtXHG+w+0 26ezlLlDgK5C12I46GkokoqYzf1lB7OVb/ZcuCzLc05nYCiY/VX/QjCdOPlFXdsBvbmy oaPDsvHAkg4wmm3yd0UX63rXE1otyGj2EiwcEJwmqhhVpBdnTbj2OlEgkNZIwvC98yU3 hUGLWbam3uLNMQWlJ1x7qeGSErFWySFemlO8hqFMoRQu/XWJM0qx1ineHJCTLB/TTlqv 2ieqx2Kc1+U7ep9B/cIcCjTy37FwBsYwazr+KOJrdQ9T8knyTq0Pt0iLHHjCnrszWyK/ Uk1Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Gvq9fRocj1mv6TDsG70Rw7WPOwdlIYO2EV775Kn6cYk=; b=E3f/gIBknY8k+hAd7L3AwTh3znqgLdPkMuwAfkq1TrvQSB5/5CNX03SdsORHSuc6KF 5xy4GSjYnP5gpw/pQQKGqjtsDGrRjANBwKFmId2tk6a59DEByP58kIBHy8UjqOfnSFwO LQIGbOd/IVlqP3KWDuNWzcdTSaF7qrKMJWu5Rhr50GJSizmJyDfuMZsLnpImY9tLWs9m 8dWMJd+1PXnNqYnzEUCFeLmoP5AUMApOhsuxH8nQOaJiJuJTirPngl2rqx4GqIH/3Rlb nHGZpYDr/poLp07DqDmWtfzGzVAGpzY65CZNx+wfDsdvZs6GwMAUyqLCaQA4J40Xb8Kp bV8w== X-Gm-Message-State: AJIora+ke0TpFQ+mHSRevSzrKsHgjl3rWC99R1TFShm1eakiTYESl6/9 q4RU6s/1zRKjD8W166P++jdYQwZsekY= X-Google-Smtp-Source: AGRyM1uhImqejHVtqYUd3puZvB6zOT8Z3fNCwmmZVFB92HXoRVxwb1+208PCziB3Qf283JwI9DcMpw== X-Received: by 2002:a17:90a:890e:b0:1ef:85d5:515d with SMTP id u14-20020a17090a890e00b001ef85d5515dmr18997241pjn.109.1657557918054; Mon, 11 Jul 2022 09:45:18 -0700 (PDT) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id v3-20020aa799c3000000b0052ab9f1fe45sm4961266pfi.120.2022.07.11.09.45.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Jul 2022 09:45:16 -0700 (PDT) From: Florian Fainelli List-Id: To: soc@kernel.org Cc: William Zhang , Florian Fainelli , Miaoqian Lin , linux-arm-kernel@lists.infradead.org, arnd@arndb.de, olof@lixom.net, khilman@kernel.org, bcm-kernel-feedback-list@broadcom.com Subject: [GIT PULL 7/7] Broadcom soc changes for 5.20 Date: Mon, 11 Jul 2022 09:44:51 -0700 Message-Id: <20220711164451.3542127-8-f.fainelli@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220711164451.3542127-1-f.fainelli@gmail.com> References: <20220711164451.3542127-1-f.fainelli@gmail.com> MIME-Version: 1.0 The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.20/soc for you to fetch changes up to fa0ef5a086a05306fc5322bbda73459725eda923: ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA (2022-07-08 14:08:51 -0700) ---------------------------------------------------------------- This pull request contains Broadcom SoC drivers changes for 5.20, please pull the following: - Miaoqian fixes a device_node reference count leak in the Kona SMC initialization code - William moves the 63138 support code to use CONFIG_ARCH_BCMBCA which is how all of those similar SoCs from the BCA division are supported moving forward. This includes machine code and UART low-level debug code. ---------------------------------------------------------------- Miaoqian Lin (1): ARM: bcm: Fix refcount leak in bcm_kona_smc_init William Zhang (3): arm: bcmbca: Move BCM63138 ARCH_BCM_63XX to ARCH_BCMBCA arm: bcmbca: Add BCMBCA sub platforms ARM: debug: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA arch/arm/Kconfig.debug | 2 +- arch/arm/mach-bcm/Kconfig | 61 ++++++++++++++++++++++++++++------------ arch/arm/mach-bcm/Makefile | 11 ++++---- arch/arm/mach-bcm/bcm63xx.c | 27 ------------------ arch/arm/mach-bcm/bcm_kona_smc.c | 1 + 5 files changed, 50 insertions(+), 52 deletions(-) delete mode 100644 arch/arm/mach-bcm/bcm63xx.c