mbox series

[GIT,PULL] Reset controller updates for v5.15

Message ID d42a75fc17ce718ef1b3fa4c5d3f5c7fb0bd2bc2.camel@pengutronix.de (mailing list archive)
State Mainlined, archived
Commit 09f3824342f665d222fb7ac17c91f8334779630b
Headers show
Series [GIT,PULL] Reset controller updates for v5.15 | expand

Pull-request

git://git.pengutronix.de/pza/linux tags/reset-for-v5.15

Message

Philipp Zabel Aug. 23, 2021, 4:12 p.m. UTC
Dear SoC maintainers,

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.pengutronix.de/pza/linux tags/reset-for-v5.15

for you to fetch changes up to 09f3824342f665d222fb7ac17c91f8334779630b:

  reset: simple: remove ZTE details in Kconfig help (2021-08-23 12:53:32 +0200)

----------------------------------------------------------------
Reset controller updates for v5.15

Add support for the SC7280 PDC Global and RZ/G2L USB/PHY reset
controllers, convert UniPhier glue device tree bindings to json-schema
and remove a leftover mention of ZTE zx2967 from Kconfig.

----------------------------------------------------------------
Biju Das (2):
      dt-bindings: reset: Document RZ/G2L USBPHY Control bindings
      reset: renesas: Add RZ/G2L usbphy control driver

Kunihiko Hayashi (1):
      dt-bindings: reset: Convert UniPhier glue reset to json-schema

Peter Robinson (1):
      reset: simple: remove ZTE details in Kconfig help

Sibi Sankar (3):
      dt-bindings: reset: aoss: Add AOSS reset controller binding
      dt-bindings: reset: pdc: Add PDC Global bindings
      reset: qcom: Add PDC Global reset signals for WPSS

 .../devicetree/bindings/reset/qcom,aoss-reset.yaml |   5 +
 .../devicetree/bindings/reset/qcom,pdc-global.yaml |   4 +
 .../bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml  |  65 ++++++++
 .../reset/socionext,uniphier-glue-reset.yaml       |  88 +++++++++++
 .../devicetree/bindings/reset/uniphier-reset.txt   |  61 -------
 drivers/reset/Kconfig                              |   8 +-
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-qcom-pdc.c                     |  62 ++++++--
 drivers/reset/reset-rzg2l-usbphy-ctrl.c            | 175 +++++++++++++++++++++
 include/dt-bindings/reset/qcom,sdm845-pdc.h        |   2 +
 10 files changed, 398 insertions(+), 73 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml
 create mode 100644 Documentation/devicetree/bindings/reset/socionext,uniphier-glue-reset.yaml
 delete mode 100644 Documentation/devicetree/bindings/reset/uniphier-reset.txt
 create mode 100644 drivers/reset/reset-rzg2l-usbphy-ctrl.c

Comments

Arnd Bergmann Aug. 26, 2021, 9:35 a.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 23 Aug 2021 18:12:55 +0200, Philipp Zabel wrote:
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.pengutronix.de/pza/linux tags/reset-for-v5.15
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 06779631d18ff2901af604eadea0d7b2193db7a1

       Arnd