mbox series

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

Message ID 20220503160057.46625-1-p.zabel@pengutronix.de (mailing list archive)
State Accepted
Commit 89c500b1fa6d1b6066342290f0abe3feec834b69
Headers show
Series [GIT,PULL] Reset controller updates for v5.19 | expand

Pull-request

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

Message

Philipp Zabel May 3, 2022, 4 p.m. UTC
Dear arm-soc maintainers,

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2ca065dc9468fa1c60ada1e8cb9c1aa866367ec7:

  dt-bindings: reset: st,sti-powerdown: Convert to yaml (2022-05-03 17:41:30 +0200)

----------------------------------------------------------------
Reset controller updates for v5.19

Add Meson-S4 SoC reset controller support to reset-meson, AST2600 LPC
reset controller support to reset-simple, and R9A07G054 USBPHY reset
controller support to reset-rzg2l-usbphy-ctrl. Add ACPI _RST support to
device_reset(), simplify the uniphier-glue reset driver using bulk API
and devres and clean up its dt-bindings docs. Convert most dt-bindings
docs from txt to yaml.

----------------------------------------------------------------
Joel Stanley (1):
      reset: simple: Add AST2600 compatible

Krishna Yarlagadda (1):
      reset: ACPI reset support

Kunihiko Hayashi (1):
      dt-bindings: reset: uniphier-glue: Clean up clocks, resets, and their names using compatible string

Lad Prabhakar (1):
      reset: Kconfig: Make RESET_RZG2L_USBPHY_CTRL depend on ARCH_RZG2L

Philipp Zabel (12):
      reset: uniphier-glue: Use reset_control_bulk API
      reset: uniphier-glue: Use devm_add_action_or_reset()
      dt-bindings: reset: amlogic,meson-axg-audio-arb: Convert to yaml
      dt-bindings: reset: ath79: Convert to yaml
      dt-bindings: reset: berlin: Convert to yaml
      dt-bindings: reset: bitmain,bm1880-reset: Convert to yaml
      dt-bindings: reset: lantiq,reset: Convert to yaml
      dt-bindings: reset: nuvoton,npcm-reset: Convert to yaml
      dt-bindings: reset: snps,axs10x-reset: Convert to yaml
      dt-bindings: reset: socfpga: Convert to yaml
      dt-bindings: reset: st,sti-picophyreset: Convert to yaml
      dt-bindings: reset: st,sti-powerdown: Convert to yaml

Zelong Dong (3):
      dt-bindings: reset: Add compatible for Meson-S4 Reset Controller
      dt-bindings: reset: add bindings for the Meson-S4 SoC Reset Controller
      reset: reset-meson: add support for the Meson-S4 SoC Reset Controller

 .../devicetree/bindings/reset/altr,rst-mgr.yaml    |  47 ++++++++
 .../bindings/reset/amlogic,meson-axg-audio-arb.txt |  22 ----
 .../reset/amlogic,meson-axg-audio-arb.yaml         |  56 +++++++++
 .../bindings/reset/amlogic,meson-reset.yaml        |   1 +
 .../devicetree/bindings/reset/ath79-reset.txt      |  20 ----
 .../devicetree/bindings/reset/berlin,reset.txt     |  23 ----
 .../bindings/reset/bitmain,bm1880-reset.txt        |  18 ---
 .../bindings/reset/bitmain,bm1880-reset.yaml       |  36 ++++++
 .../devicetree/bindings/reset/lantiq,reset.txt     |  30 -----
 .../devicetree/bindings/reset/lantiq,reset.yaml    |  49 ++++++++
 .../bindings/reset/marvell,berlin2-reset.yaml      |  38 +++++++
 .../bindings/reset/nuvoton,npcm-reset.txt          |  32 ------
 .../bindings/reset/nuvoton,npcm750-reset.yaml      |  50 +++++++++
 .../bindings/reset/qca,ar7100-reset.yaml           |  40 +++++++
 .../bindings/reset/snps,axs10x-reset.txt           |  33 ------
 .../bindings/reset/snps,axs10x-reset.yaml          |  48 ++++++++
 .../devicetree/bindings/reset/socfpga-reset.txt    |  16 ---
 .../reset/socionext,uniphier-glue-reset.yaml       |  52 ++++++---
 .../bindings/reset/st,sti-picophyreset.txt         |  42 -------
 .../devicetree/bindings/reset/st,sti-powerdown.txt |  45 --------
 .../bindings/reset/st,stih407-picophyreset.yaml    |  47 ++++++++
 .../bindings/reset/st,stih407-powerdown.yaml       |  49 ++++++++
 drivers/reset/Kconfig                              |   2 +-
 drivers/reset/core.c                               |  15 ++-
 drivers/reset/reset-meson.c                        |   6 +
 drivers/reset/reset-simple.c                       |   1 +
 drivers/reset/reset-uniphier-glue.c                |  75 ++++++-------
 include/dt-bindings/reset/amlogic,meson-s4-reset.h | 125 +++++++++++++++++++++
 28 files changed, 680 insertions(+), 338 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/altr,rst-mgr.yaml
 delete mode 100644 Documentation/devicetree/bindings/reset/amlogic,meson-axg-audio-arb.txt
 create mode 100644 Documentation/devicetree/bindings/reset/amlogic,meson-axg-audio-arb.yaml
 delete mode 100644 Documentation/devicetree/bindings/reset/ath79-reset.txt
 delete mode 100644 Documentation/devicetree/bindings/reset/berlin,reset.txt
 delete mode 100644 Documentation/devicetree/bindings/reset/bitmain,bm1880-reset.txt
 create mode 100644 Documentation/devicetree/bindings/reset/bitmain,bm1880-reset.yaml
 delete mode 100644 Documentation/devicetree/bindings/reset/lantiq,reset.txt
 create mode 100644 Documentation/devicetree/bindings/reset/lantiq,reset.yaml
 create mode 100644 Documentation/devicetree/bindings/reset/marvell,berlin2-reset.yaml
 delete mode 100644 Documentation/devicetree/bindings/reset/nuvoton,npcm-reset.txt
 create mode 100644 Documentation/devicetree/bindings/reset/nuvoton,npcm750-reset.yaml
 create mode 100644 Documentation/devicetree/bindings/reset/qca,ar7100-reset.yaml
 delete mode 100644 Documentation/devicetree/bindings/reset/snps,axs10x-reset.txt
 create mode 100644 Documentation/devicetree/bindings/reset/snps,axs10x-reset.yaml
 delete mode 100644 Documentation/devicetree/bindings/reset/socfpga-reset.txt
 delete mode 100644 Documentation/devicetree/bindings/reset/st,sti-picophyreset.txt
 delete mode 100644 Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
 create mode 100644 Documentation/devicetree/bindings/reset/st,stih407-picophyreset.yaml
 create mode 100644 Documentation/devicetree/bindings/reset/st,stih407-powerdown.yaml
 create mode 100644 include/dt-bindings/reset/amlogic,meson-s4-reset.h

Comments

patchwork-bot+linux-soc@kernel.org May 5, 2022, 7:31 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue,  3 May 2022 18:00:57 +0200 you wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
>   Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Reset controller updates for v5.19
    https://git.kernel.org/soc/soc/c/89c500b1fa6d

You are awesome, thank you!