mbox series

[GIT,PULL] Immutable branch between MFD and SoC due for the v5.20 merge window

Message ID YsV4/2ShlUNgqcdx@google.com
State Not Applicable, archived
Headers show
Series [GIT,PULL] Immutable branch between MFD and SoC due for the v5.20 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-soc-bcm-v5.20

Checks

Context Check Description
robh/checkpatch warning total: 2 errors, 1 warnings, 0 lines checked
robh/patch-applied success

Message

Lee Jones July 6, 2022, 11:58 a.m. UTC
Enjoy!

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-soc-bcm-v5.20

for you to fetch changes up to 9e95c67efa8aa26f03b08147a552eb71e83e1a77:

  soc: bcm: bcm2835-power: Bypass power_on/off() calls (2022-07-04 11:59:55 +0100)

----------------------------------------------------------------
Immutable branch between MFD and SoC due for the v5.20 merge window

----------------------------------------------------------------
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

 drivers/mfd/bcm2835-pm.c        | 74 ++++++++++++++++++++++++++++++-----------
 drivers/soc/bcm/bcm2835-power.c | 72 ++++++++++++++++++++++++++-------------
 include/linux/mfd/bcm2835-pm.h  |  1 +
 3 files changed, 103 insertions(+), 44 deletions(-)

Comments

Florian Fainelli July 6, 2022, 4:18 p.m. UTC | #1
On 7/6/22 04:58, Lee Jones wrote:
> Enjoy!
> 
> The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
> 
>    Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-soc-bcm-v5.20
> 
> for you to fetch changes up to 9e95c67efa8aa26f03b08147a552eb71e83e1a77:
> 
>    soc: bcm: bcm2835-power: Bypass power_on/off() calls (2022-07-04 11:59:55 +0100)
> 
> ----------------------------------------------------------------
> Immutable branch between MFD and SoC due for the v5.20 merge window

OK, merged into drivers/next, thanks!