mbox series

[GIT,PULL] Reset controller updates for v6.14 (v2)

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

Pull-request

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

Message

Philipp Zabel Jan. 15, 2025, 5:02 p.m. UTC
Dear arm-soc maintainers,

The following changes since commit 5ae1a43486fb3febd5ce78da13eb354f16d049e0:

  clk: amlogic: axg-audio: revert reset implementation (2024-12-02 17:21:03 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 72bb8275a3b0784a817e0371c49c0110d68bb7fb:

  reset: amlogic: aux: drop aux registration helper (2025-01-15 17:59:31 +0100)

----------------------------------------------------------------
Reset controller updates for v6.14 (v2)

* Add support for A1 SoC in amlogic reset driver.
* Drop aux registration helper from amlogic reset driver.

----------------------------------------------------------------
Jan Dakinevich (2):
      dt-bindings: reset: add bindings for A1 SoC audio reset controller
      reset: amlogic: add support for A1 SoC in auxiliary reset driver

Jerome Brunet (2):
      reset: amlogic: aux: get regmap through parent device
      reset: amlogic: aux: drop aux registration helper

 drivers/reset/amlogic/reset-meson-aux.c            | 97 +++++-----------------
 .../reset/amlogic,meson-a1-audio-reset.h           | 36 ++++++++
 include/soc/amlogic/reset-meson-aux.h              | 23 -----
 3 files changed, 57 insertions(+), 99 deletions(-)
 create mode 100644 include/dt-bindings/reset/amlogic,meson-a1-audio-reset.h
 delete mode 100644 include/soc/amlogic/reset-meson-aux.h

Comments

patchwork-bot+linux-soc@kernel.org Jan. 15, 2025, 5:13 p.m. UTC | #1
Hello:

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

On Wed, 15 Jan 2025 18:02:47 +0100 you wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit 5ae1a43486fb3febd5ce78da13eb354f16d049e0:
> 
>   clk: amlogic: axg-audio: revert reset implementation (2024-12-02 17:21:03 -0800)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Reset controller updates for v6.14 (v2)
    https://git.kernel.org/soc/soc/c/f51df260e82b

You are awesome, thank you!