mbox series

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

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

Pull-request

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

Message

Philipp Zabel May 11, 2023, 1:32 p.m. UTC
Dear arm-soc maintainers,

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to afb39e2bd36af1d80913bb6851caece829526217:

  reset: mpfs: select AUXILIARY_BUS (2023-05-08 09:28:31 +0200)

----------------------------------------------------------------
Reset controller updates for v6.5

Use devm_platform_ioremap_resource() instead of platform_get_resource()
and devm_ioremap_resource() in various drivers, simplify the stih407
Kconfig and use regmap_field_read_poll_timeout() instead of open-coded
waiting, and use dev_err_probe() in the meson-audio-arb reset driver.
With its platform gone, remove the now obsolete oxnas reset driver.
Drop depends on the non-user-visible CONFIG_AUXILIARY_BUS symbol.

----------------------------------------------------------------
Alain Volmat (1):
      reset: sti: rely on regmap_field_read_poll_timeout for ack wait

Lukas Bulwahn (1):
      reset: sti: simplify driver's config and build

Neil Armstrong (1):
      reset: oxnas: remove obsolete reset driver

Philipp Zabel (2):
      reset: starfive: select AUXILIARY_BUS
      reset: mpfs: select AUXILIARY_BUS

Ye Xingchen (7):
      reset: ath79: Use devm_platform_ioremap_resource()
      reset: axs10x: Use devm_platform_ioremap_resource()
      reset: lpc18xx: Use devm_platform_ioremap_resource()
      reset: reset-hsdk: Use devm_platform_ioremap_resource()
      reset: meson: Use devm_platform_ioremap_resource()
      reset: brcmstb-rescal: Use devm_platform_ioremap_resource()
      reset: meson-audio-arb: Use dev_err_probe()

 .../devicetree/bindings/reset/oxnas,reset.txt      |  32 ------
 drivers/reset/Kconfig                              |   6 +-
 drivers/reset/Makefile                             |   1 -
 drivers/reset/reset-ath79.c                        |   4 +-
 drivers/reset/reset-axs10x.c                       |   4 +-
 drivers/reset/reset-brcmstb-rescal.c               |   4 +-
 drivers/reset/reset-hsdk.c                         |   7 +-
 drivers/reset/reset-lpc18xx.c                      |   4 +-
 drivers/reset/reset-meson-audio-arb.c              |   7 +-
 drivers/reset/reset-meson.c                        |   4 +-
 drivers/reset/reset-oxnas.c                        | 114 ---------------------
 drivers/reset/starfive/Kconfig                     |   3 +-
 drivers/reset/sti/Kconfig                          |   4 -
 drivers/reset/sti/Makefile                         |   4 +-
 drivers/reset/sti/reset-syscfg.c                   |  18 +---
 15 files changed, 18 insertions(+), 198 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/reset/oxnas,reset.txt
 delete mode 100644 drivers/reset/reset-oxnas.c

Comments

patchwork-bot+linux-soc@kernel.org May 26, 2023, 11:50 a.m. UTC | #1
Hello:

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

On Thu, 11 May 2023 15:32:35 +0200 you wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
> [...]

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

You are awesome, thank you!