mbox series

[GIT,PULL] Reset controller updates for v6.9

Message ID 20240301111300.4038207-1-p.zabel@pengutronix.de (mailing list archive)
State Accepted
Commit 724ad89f839c08d88f503313431e4f17f65eeef7
Headers show
Series [GIT,PULL] Reset controller updates for v6.9 | expand

Pull-request

git://git.pengutronix.de/pza/linux.git tags/reset-for-v6.9

Message

Philipp Zabel March 1, 2024, 11:13 a.m. UTC
Dear arm-soc maintainers,

The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d:

  Linux 6.8-rc5 (2024-02-18 12:56:25 -0800)

are available in the Git repository at:

  git://git.pengutronix.de/pza/linux.git tags/reset-for-v6.9

for you to fetch changes up to c721f189e89c0d4db119d7bb2b46768d0fb5f6b1:

  reset: Instantiate reset GPIO controller for shared reset-gpios (2024-02-21 11:53:25 +0100)

----------------------------------------------------------------
Reset controller updates for v6.9

Enable support for the Sophgo SG2042 reset controller via reset-simple,
add a GPIO-based reset controller criver for shared GPIO resets, extract
an of_phandle_args_equal() helper function out of cpufreq, and use it in
reset-gpio.

Based on v6.8-rc5 because reset-gpio depends on commits in the
gpio-driver-h-stubs-for-v6.8-rc5 tag.

----------------------------------------------------------------
Chen Wang (2):
      dt-bindings: reset: sophgo: support SG2042
      reset: simple: add support for Sophgo SG2042

Krzysztof Kozlowski (4):
      of: Add of_phandle_args_equal() helper
      cpufreq: do not open-code of_phandle_args_equal()
      reset: gpio: Add GPIO-based reset controller
      reset: Instantiate reset GPIO controller for shared reset-gpios

 .../bindings/reset/sophgo,sg2042-reset.yaml        |  35 ++++
 MAINTAINERS                                        |   5 +
 drivers/reset/Kconfig                              |  12 +-
 drivers/reset/Makefile                             |   1 +
 drivers/reset/core.c                               | 224 +++++++++++++++++++--
 drivers/reset/reset-gpio.c                         | 119 +++++++++++
 drivers/reset/reset-simple.c                       |   2 +
 include/dt-bindings/reset/sophgo,sg2042-reset.h    |  87 ++++++++
 include/linux/cpufreq.h                            |   3 +-
 include/linux/of.h                                 |  16 ++
 include/linux/reset-controller.h                   |   4 +
 11 files changed, 492 insertions(+), 16 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/sophgo,sg2042-reset.yaml
 create mode 100644 drivers/reset/reset-gpio.c
 create mode 100644 include/dt-bindings/reset/sophgo,sg2042-reset.h

Comments

patchwork-bot+linux-soc@kernel.org March 4, 2024, 5:40 p.m. UTC | #1
Hello:

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

On Fri,  1 Mar 2024 12:13:00 +0100 you wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d:
> 
>   Linux 6.8-rc5 (2024-02-18 12:56:25 -0800)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Reset controller updates for v6.9
    https://git.kernel.org/soc/soc/c/724ad89f839c

You are awesome, thank you!