All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: soc@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de
Subject: [GIT PULL] Reset controller updates for v5.14
Date: Wed, 12 May 2021 15:38:39 +0200	[thread overview]
Message-ID: <418cf3a460cfe1d0f91f87e10baaf478bd41f1d5.camel@pengutronix.de> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Philipp Zabel <p.zabel@pengutronix.de>
To: soc@kernel.org
Cc: linux-arm-kernel@lists.infradead.org, kernel@pengutronix.de
Subject: [GIT PULL] Reset controller updates for v5.14
Date: Wed, 12 May 2021 15:38:39 +0200	[thread overview]
Message-ID: <418cf3a460cfe1d0f91f87e10baaf478bd41f1d5.camel@pengutronix.de> (raw)
Message-ID: <20210512133839.VkyDmuzGnc3-qnEsYmHLbbuMrFfRrScruOnwWlo19pM@z> (raw)

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

             reply	other threads:[~2021-05-12 13:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-12 13:38 Philipp Zabel [this message]
2021-05-12 13:38 ` [GIT PULL] Reset controller updates for v5.14 Philipp Zabel
2021-06-12 16:10 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=418cf3a460cfe1d0f91f87e10baaf478bd41f1d5.camel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.