All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Reset controller updates for v5.14
@ 2021-05-12 13:38 ` Philipp Zabel
  0 siblings, 0 replies; 3+ messages in thread
From: Philipp Zabel @ 2021-05-12 13:38 UTC (permalink / raw)
  To: soc; +Cc: linux-arm-kernel, kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] Reset controller updates for v5.14
@ 2021-05-12 13:38 ` Philipp Zabel
  0 siblings, 0 replies; 3+ messages in thread
From: Philipp Zabel @ 2021-05-12 13:38 UTC (permalink / raw)
  To: soc; +Cc: linux-arm-kernel, kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] Reset controller updates for v5.14
  2021-05-12 13:38 ` Philipp Zabel
  (?)
@ 2021-06-12 16:10 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2021-06-12 16:10 UTC (permalink / raw)
  To: Philipp Zabel; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next):

On Wed, 12 May 2021 15:38:39 +0200 you wrote:
> 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:
> 
> [...]

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

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-12 16:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-12 13:38 [GIT PULL] Reset controller updates for v5.14 Philipp Zabel
2021-05-12 13:38 ` Philipp Zabel
2021-06-12 16:10 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.