linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: "Rob Herring" <robh@kernel.org>,
	"Florian Fainelli" <F.fainelli@gmail.com>,
	arnd@arndb.de, khilman@kernel.org,
	"Álvaro Fernández Rojas" <noltari@gmail.com>,
	bcm-kernel-feedback-list@broadcom.com, olof@lixom.net,
	"Thomas Bogendoerfer" <tsbogend@alpha.franken.de>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/5] Broadcom drivers changes for 5.10
Date: Fri, 11 Sep 2020 20:21:50 -0700	[thread overview]
Message-ID: <20200912032153.1216354-3-f.fainelli@gmail.com> (raw)
In-Reply-To: <20200912032153.1216354-1-f.fainelli@gmail.com>

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  https://github.com/Broadcom/stblinux.git tags/arm-soc/for-5.10/drivers

for you to fetch changes up to fb8a0b80c4bb4d474218d515cca0ec9b9028c6b4:

  bus: brcmstb_gisb: Add support for breakpoint interrupts (2020-09-06 20:10:44 -0700)

----------------------------------------------------------------
This pull request contains Broadcom SoCs drivers changes for 5.10,
please pull the following:

- Alvaro adds support for the BCM63xx (DSL) SoCs power domain controller
  and adds support for the 6318, 6328, 6362, 63268.

- Florian adds support for tuning the Bus Interface Unit on 72164 and
  72165, enables the Brahma-B53 and Cortex-A72 read-ahead cache for the
  64-bit capable ARCH_BRCMSTB platforms, and finally updates the GISB
  driver to support breakpoint notifications.

----------------------------------------------------------------
Florian Fainelli (8):
      bus: brcmstb_gisb: Shorten prints
      soc: bcm: brcmstb: biuctrl: Enable Read-ahead cache
      soc: bcm: brcmstb: biuctrl: Tune MCP settings for 72164
      soc: bcm: brcmstb: biuctrl: Tune MCP settings for 72165
      soc: bcm: brcmstb: biuctrl: Change RAC prefetch distance from +/-1 to +/- 2
      soc: bcm: brcmstb: biuctrl: Change RAC data line prefetching after 4 consecutive lines
      dt-bindings: bus: Document breakpoint interrupt for gisb-arb
      bus: brcmstb_gisb: Add support for breakpoint interrupts

Álvaro Fernández Rojas (9):
      dt-bindings: soc: brcm: add BCM63xx power domain binding
      MIPS: BMIPS: add BCM6328 power domain definitions
      MIPS: BMIPS: add BCM6362 power domain definitions
      MIPS: BMIPS: add BCM63268 power domain definitions
      MIPS: BMIPS: add BCM6318 power domain definitions
      soc: bcm: add BCM63xx power domain driver
      MIPS: BMIPS: dts: add BCM6328 power domain support
      MIPS: BMIPS: dts: add BCM6362 power domain support
      MIPS: BMIPS: dts: add BCM63268 power domain support

 .../devicetree/bindings/bus/brcm,gisb-arb.txt      |   3 +-
 .../bindings/power/brcm,bcm63xx-power.yaml         |  44 +++
 MAINTAINERS                                        |   1 +
 arch/mips/boot/dts/brcm/bcm63268.dtsi              |   6 +
 arch/mips/boot/dts/brcm/bcm6328.dtsi               |   6 +
 arch/mips/boot/dts/brcm/bcm6362.dtsi               |   6 +
 drivers/bus/brcmstb_gisb.c                         | 100 +++++-
 drivers/soc/bcm/Kconfig                            |  10 +
 drivers/soc/bcm/Makefile                           |   1 +
 drivers/soc/bcm/bcm63xx/Kconfig                    |  12 +
 drivers/soc/bcm/bcm63xx/Makefile                   |   2 +
 drivers/soc/bcm/bcm63xx/bcm63xx-power.c            | 378 +++++++++++++++++++++
 drivers/soc/bcm/brcmstb/biuctrl.c                  | 105 +++++-
 include/dt-bindings/soc/bcm6318-pm.h               |  17 +
 include/dt-bindings/soc/bcm63268-pm.h              |  21 ++
 include/dt-bindings/soc/bcm6328-pm.h               |  17 +
 include/dt-bindings/soc/bcm6362-pm.h               |  21 ++
 17 files changed, 736 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/brcm,bcm63xx-power.yaml
 create mode 100644 drivers/soc/bcm/bcm63xx/Kconfig
 create mode 100644 drivers/soc/bcm/bcm63xx/Makefile
 create mode 100644 drivers/soc/bcm/bcm63xx/bcm63xx-power.c
 create mode 100644 include/dt-bindings/soc/bcm6318-pm.h
 create mode 100644 include/dt-bindings/soc/bcm63268-pm.h
 create mode 100644 include/dt-bindings/soc/bcm6328-pm.h
 create mode 100644 include/dt-bindings/soc/bcm6362-pm.h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-09-12  3:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-12  3:21 [GIT PULL 1/5] Broadcom devicetree changes for 5.10 Florian Fainelli
2020-09-12  3:21 ` [GIT PULL 2/5] Broadcom devicetree-arm64 " Florian Fainelli
2020-09-12  3:21 ` Florian Fainelli [this message]
2020-09-12  3:21 ` [GIT PULL 4/5] Broadcom maintainers " Florian Fainelli
2020-09-12  3:21 ` [GIT PULL 5/5] 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=20200912032153.1216354-3-f.fainelli@gmail.com \
    --to=f.fainelli@gmail.com \
    --cc=arnd@arndb.de \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=noltari@gmail.com \
    --cc=olof@lixom.net \
    --cc=robh@kernel.org \
    --cc=soc@kernel.org \
    --cc=tsbogend@alpha.franken.de \
    /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).