From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: William Zhang <william.zhang@broadcom.com>,
Florian Fainelli <f.fainelli@gmail.com>,
Mark Brown <broonie@kernel.org>, Vinod Koul <vkoul@kernel.org>,
Wolfram Sang <wsa@kernel.org>,
Damien Le Moal <damien.lemoal@opensource.wdc.com>,
Nicolas Saenz Julienne <nsaenz@kernel.org>,
Stefan Wahren <stefan.wahren@i2se.com>,
Peter Robinson <pbrobinson@gmail.com>,
Lee Jones <lee.jones@linaro.org>, Liang He <windhl@126.com>,
Julia Lawall <Julia.Lawall@inria.fr>,
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 [thread overview]
Message-ID: <20220711164451.3542127-6-f.fainelli@gmail.com> (raw)
In-Reply-To: <20220711164451.3542127-1-f.fainelli@gmail.com>
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(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-07-11 16:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-11 16:44 [PATCH 0/7] Broadcom SoC updates for 5.20 Florian Fainelli
2022-07-11 16:44 ` [GIT PULL 1/7] Broadcom defconfig changes " Florian Fainelli
2022-07-11 16:44 ` [GIT PULL 2/7] Broadcom defconfig-arm64 " Florian Fainelli
2022-07-11 16:44 ` [GIT PULL 3/7] Broadcom devicetree " Florian Fainelli
2022-07-11 16:44 ` [GIT PULL 4/7] Broadcom devicetree-arm64 " Florian Fainelli
2022-07-11 16:44 ` Florian Fainelli [this message]
2022-07-11 16:44 ` [GIT PULL 6/7] Broadcom maintainers " Florian Fainelli
2022-07-11 16:44 ` [GIT PULL 7/7] Broadcom soc " Florian Fainelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220711164451.3542127-6-f.fainelli@gmail.com \
--to=f.fainelli@gmail.com \
--cc=Julia.Lawall@inria.fr \
--cc=arnd@arndb.de \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=broonie@kernel.org \
--cc=damien.lemoal@opensource.wdc.com \
--cc=khilman@kernel.org \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=nsaenz@kernel.org \
--cc=olof@lixom.net \
--cc=pbrobinson@gmail.com \
--cc=soc@kernel.org \
--cc=stefan.wahren@i2se.com \
--cc=vkoul@kernel.org \
--cc=william.zhang@broadcom.com \
--cc=windhl@126.com \
--cc=wsa@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).