All of lore.kernel.org
 help / color / mirror / Atom feed
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: "Florian Fainelli" <f.fainelli@gmail.com>,
	"Rafał Miłecki" <rafal@milecki.pl>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Rob Herring" <robh@kernel.org>,
	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/6] Broadcom drivers changes for 5.12
Date: Sun, 31 Jan 2021 14:17:19 -0800	[thread overview]
Message-ID: <20210131221721.685974-5-f.fainelli@gmail.com> (raw)
In-Reply-To: <20210131221721.685974-1-f.fainelli@gmail.com>

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8b8f095b9076ca61107c0910c9273afd1dfa1f04:

  soc: bcm: brcmstb: Remove soc_is_brcmstb() (2021-01-27 09:36:41 -0800)

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

- Rafal adds support for the Power Management Bus (PMB) which is used in
  a variety of DSL/Cable modem/STB SoCs with a primary target being the
  4908 Wi-Fi SoC from the DSL organization. He also adds empty stubs to
  get the chip identification (family and revision) to permit the
  Broadcom STB USB PHY driver from being decoupled from ARCH_BRCMSTB

- Florian removes an unused function and its header

----------------------------------------------------------------
Florian Fainelli (1):
      soc: bcm: brcmstb: Remove soc_is_brcmstb()

Rafał Miłecki (3):
      dt-bindings: power: document Broadcom's PMB binding
      soc: bcm: add PM driver for Broadcom's PMB
      soc: bcm: brcmstb: add stubs for getting platform IDs

 .../devicetree/bindings/power/brcm,bcm-pmb.yaml    |  50 ++++
 MAINTAINERS                                        |  10 +
 drivers/soc/bcm/Makefile                           |   2 +-
 drivers/soc/bcm/bcm63xx/Kconfig                    |   9 +
 drivers/soc/bcm/bcm63xx/Makefile                   |   1 +
 drivers/soc/bcm/bcm63xx/bcm-pmb.c                  | 333 +++++++++++++++++++++
 drivers/soc/bcm/brcmstb/common.c                   |  17 --
 include/dt-bindings/soc/bcm-pmb.h                  |  11 +
 include/linux/soc/brcmstb/brcmstb.h                |  16 +
 include/soc/brcmstb/common.h                       |  12 -
 10 files changed, 431 insertions(+), 30 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/brcm,bcm-pmb.yaml
 create mode 100644 drivers/soc/bcm/bcm63xx/bcm-pmb.c
 create mode 100644 include/dt-bindings/soc/bcm-pmb.h
 delete mode 100644 include/soc/brcmstb/common.h

WARNING: multiple messages have this Message-ID (diff)
From: Florian Fainelli <f.fainelli@gmail.com>
To: soc@kernel.org
Cc: "Rob Herring" <robh@kernel.org>,
	"Ulf Hansson" <ulf.hansson@linaro.org>,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	arnd@arndb.de, khilman@kernel.org, olof@lixom.net,
	bcm-kernel-feedback-list@broadcom.com,
	"Rafał Miłecki" <rafal@milecki.pl>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/6] Broadcom drivers changes for 5.12
Date: Sun, 31 Jan 2021 14:17:19 -0800	[thread overview]
Message-ID: <20210131221721.685974-5-f.fainelli@gmail.com> (raw)
Message-ID: <20210131221719.YBUvsJoAEAjFuOTRwWZYLc1cWepvYjY-7PLyXp4Wwek@z> (raw)
In-Reply-To: <20210131221721.685974-1-f.fainelli@gmail.com>

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 8b8f095b9076ca61107c0910c9273afd1dfa1f04:

  soc: bcm: brcmstb: Remove soc_is_brcmstb() (2021-01-27 09:36:41 -0800)

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

- Rafal adds support for the Power Management Bus (PMB) which is used in
  a variety of DSL/Cable modem/STB SoCs with a primary target being the
  4908 Wi-Fi SoC from the DSL organization. He also adds empty stubs to
  get the chip identification (family and revision) to permit the
  Broadcom STB USB PHY driver from being decoupled from ARCH_BRCMSTB

- Florian removes an unused function and its header

----------------------------------------------------------------
Florian Fainelli (1):
      soc: bcm: brcmstb: Remove soc_is_brcmstb()

Rafał Miłecki (3):
      dt-bindings: power: document Broadcom's PMB binding
      soc: bcm: add PM driver for Broadcom's PMB
      soc: bcm: brcmstb: add stubs for getting platform IDs

 .../devicetree/bindings/power/brcm,bcm-pmb.yaml    |  50 ++++
 MAINTAINERS                                        |  10 +
 drivers/soc/bcm/Makefile                           |   2 +-
 drivers/soc/bcm/bcm63xx/Kconfig                    |   9 +
 drivers/soc/bcm/bcm63xx/Makefile                   |   1 +
 drivers/soc/bcm/bcm63xx/bcm-pmb.c                  | 333 +++++++++++++++++++++
 drivers/soc/bcm/brcmstb/common.c                   |  17 --
 include/dt-bindings/soc/bcm-pmb.h                  |  11 +
 include/linux/soc/brcmstb/brcmstb.h                |  16 +
 include/soc/brcmstb/common.h                       |  12 -
 10 files changed, 431 insertions(+), 30 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/brcm,bcm-pmb.yaml
 create mode 100644 drivers/soc/bcm/bcm63xx/bcm-pmb.c
 create mode 100644 include/dt-bindings/soc/bcm-pmb.h
 delete mode 100644 include/soc/brcmstb/common.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:[~2021-01-31 22:18 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-31 22:17 [GIT PULL 1/6] Broadcom defconfig changes for 5.12 Florian Fainelli
2021-01-31 22:17 ` Florian Fainelli
2021-01-31 22:17 ` [GIT PULL 2/6] Broadcom defconfig-arm64 " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-02-02 21:38   ` Arnd Bergmann
2021-02-02 21:38     ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 3/6] Broadcom devicetree " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-02-02 17:10   ` Arnd Bergmann
2021-02-02 17:10     ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 4/6] Broadcom devicetree-arm64 " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-02-02 17:10   ` Arnd Bergmann
2021-02-02 17:10     ` Arnd Bergmann
2021-01-31 22:17 ` Florian Fainelli [this message]
2021-01-31 22:17   ` [GIT PULL 5/6] Broadcom drivers " Florian Fainelli
2021-02-02 21:36   ` Arnd Bergmann
2021-02-02 21:36     ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 6/6] Broadcom soc " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-02-02 21:47   ` Arnd Bergmann
2021-02-02 21:47     ` Arnd Bergmann
2021-01-31 22:17 ` [GIT PULL 7/7] " Florian Fainelli
2021-01-31 22:17   ` Florian Fainelli
2021-01-31 22:18   ` Florian Fainelli
2021-01-31 22:18     ` Florian Fainelli
2021-02-02 21:38 ` [GIT PULL 1/6] Broadcom defconfig " Arnd Bergmann
2021-02-02 21:38   ` Arnd Bergmann

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=20210131221721.685974-5-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=olof@lixom.net \
    --cc=rafal@milecki.pl \
    --cc=robh@kernel.org \
    --cc=soc@kernel.org \
    --cc=ulf.hansson@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.