[GIT PULL] Reset controller updates for v6.5

Philipp Zabel p.zabel at pengutronix.de
Thu May 11 06:32:35 PDT 2023


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



More information about the linux-arm-kernel mailing list