mbox series

Reset controller updates for v5.16

Message ID 96e686f78f0e42bad666df5ec0cbcb2dcdc270a3.camel@pengutronix.de
State New
Headers show
Series Reset controller updates for v5.16 | expand

Pull-request

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

Message

Philipp Zabel Oct. 20, 2021, 4:23 p.m. UTC
Dear SoC maintainers,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8c81620ac1ace77dd0cbcc2193d4c7311f77d49b:

  reset: mchp: sparx5: Extend support for lan966x (2021-10-18 14:09:57 +0200)

----------------------------------------------------------------
Reset controller updates for v5.16

Allow building the reset-brcmstb-rescal driver as module, add reset
lines for the Uniphier PXs3 audio and video input subsystems and
bindings for the Uniphier NX1 SoC, and add lan966x switch reset support
to the reset-microchip-sparx5 driver.

----------------------------------------------------------------
Florian Fainelli (1):
      reset: Allow building Broadcom STB RESCAL as module

Horatiu Vultur (2):
      dt-bindings: reset: Add lan966x support
      reset: mchp: sparx5: Extend support for lan966x

Kunihiko Hayashi (3):
      reset: uniphier: Add audio system and video input reset control for PXs3
      dt-bindings: reset: uniphier: Add NX1 reset control binding
      reset: uniphier: Add NX1 reset support

 .../devicetree/bindings/reset/microchip,rst.yaml   |  4 ++-
 .../reset/socionext,uniphier-glue-reset.yaml       |  1 +
 .../bindings/reset/socionext,uniphier-reset.yaml   |  3 ++
 drivers/reset/Kconfig                              |  4 +--
 drivers/reset/reset-microchip-sparx5.c             | 40 +++++++++++++++++-----
 drivers/reset/reset-uniphier-glue.c                |  4 +++
 drivers/reset/reset-uniphier.c                     | 27 +++++++++++++++
 7 files changed, 72 insertions(+), 11 deletions(-)