mbox series

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

Message ID 418cf3a460cfe1d0f91f87e10baaf478bd41f1d5.camel@pengutronix.de
State New
Headers show
Series [GIT,PULL] Reset controller updates for v5.14 | expand

Pull-request

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

Message

Philipp Zabel May 12, 2021, 1:38 p.m. UTC
Dear SoC maintainers,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e207457f9045343a24d936fbb67eb4b412f1c6ad:

  reset: brcmstb: Add missing MODULE_DEVICE_TABLE (2021-05-12 08:01:26 +0200)

----------------------------------------------------------------
Reset controller updates for v5.14

This tag adds support for the Microchip Sparx5 Switch Reset controller
and contains some small fixes and cleanups in core and various drivers.

----------------------------------------------------------------
Geert Uytterhoeven (2):
      reset: RESET_BRCMSTB_RESCAL should depend on ARCH_BRCMSTB
      reset: RESET_INTEL_GW should depend on X86

Krzysztof Kozlowski (1):
      reset: a10sr: add missing of_match_table reference

Philipp Zabel (8):
      reset: bcm6345: Make reset_control_ops const
      reset: zynqmp: replace spaces with tabs
      reset: oxnas: replace file name with short description
      reset: whitespace fixes
      reset: berlin: replace unsigned with unsigned int
      reset: ti-syscon: fix to_ti_syscon_reset_data macro
      reset: sti/syscfg: replace comma with semicolon
      reset: uniphier: enclose UNIPHIER_RESET_ID_END value in parentheses

Steen Hegelund (2):
      dt-bindings: reset: microchip sparx5 reset driver bindings
      reset: mchp: sparx5: add switch reset driver

Zou Wei (1):
      reset: brcmstb: Add missing MODULE_DEVICE_TABLE

 .../devicetree/bindings/reset/microchip,rst.yaml   |  58 ++++++++
 drivers/reset/Kconfig                              |  12 +-
 drivers/reset/Makefile                             |   1 +
 drivers/reset/core.c                               |  20 +--
 drivers/reset/reset-a10sr.c                        |   1 +
 drivers/reset/reset-bcm6345.c                      |   2 +-
 drivers/reset/reset-berlin.c                       |   2 +-
 drivers/reset/reset-brcmstb.c                      |   1 +
 drivers/reset/reset-microchip-sparx5.c             | 146 +++++++++++++++++++++
 drivers/reset/reset-oxnas.c                        |   2 +-
 drivers/reset/reset-ti-syscon.c                    |   4 +-
 drivers/reset/reset-uniphier.c                     |   2 +-
 drivers/reset/reset-zynqmp.c                       |   4 +-
 drivers/reset/sti/reset-syscfg.c                   |   2 +-
 14 files changed, 237 insertions(+), 20 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/microchip,rst.yaml
 create mode 100644 drivers/reset/reset-microchip-sparx5.c