mbox series

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

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

Pull-request

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

Message

Philipp Zabel July 29, 2022, 1:36 p.m. UTC
Dear arm-soc maintainers,

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.pengutronix.de/pza/linux.git tags/reset-for-v5.20

for you to fetch changes up to d985db83622679fc496ed824088e066528b3a872:

  reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage" (2022-07-28 14:08:50 +0200)

----------------------------------------------------------------
Reset controller updates for v5.20

Allow reset-simple to be selected under EXPERT and reset-a10sr to be
built under COMPILE_TEST. Add Renesas RZ/G2UL USBPHY binding and a new
driver for the TI TPS380x line of voltage supervisor ICs with manual
reset control.

A patch to make reset-microchip-sparx5 buildable as a module had to be
reverted as that turned out to break MDIO on kswitch-d10.

----------------------------------------------------------------
Ben Dooks (2):
      reset: allow building of reset simple driver if expert config selected
      reset: reset-simple should depends on HAS_IOMEM

Biju Das (1):
      dt-bindings: reset: renesas,rzg2l-usbphy-ctrl: Document RZ/G2UL USBPHY Control bindings

Clément Léger (1):
      reset: microchip-sparx5: allow building as a module

Colin Ian King (1):
      reset: tps380x: Fix spelling mistake "Voltags" -> "Voltage"

Marco Felsch (2):
      dt-bindings: reset: Add TPS380x documentation
      reset: tps380x: Add TPS380x device driver supprt

Philipp Zabel (2):
      reset: a10sr: allow building under COMPILE_TEST
      Revert "reset: microchip-sparx5: allow building as a module"

 .../bindings/reset/renesas,rzg2l-usbphy-ctrl.yaml  |   1 +
 .../bindings/reset/ti,tps380x-reset.yaml           |  49 ++++++++
 drivers/reset/Kconfig                              |  13 ++-
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-tps380x.c                      | 126 +++++++++++++++++++++
 5 files changed, 188 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/ti,tps380x-reset.yaml
 create mode 100644 drivers/reset/reset-tps380x.c

Comments

patchwork-bot+linux-soc@kernel.org Aug. 2, 2022, 2:20 p.m. UTC | #1
Hello:

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

On Fri, 29 Jul 2022 15:36:20 +0200 you wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:
> 
>   Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)
> 
> are available in the Git repository at:
> 
> [...]

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

You are awesome, thank you!