mbox series

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

Message ID 20250314164406.744117-1-p.zabel@pengutronix.de (mailing list archive)
State New
Headers show
Series [GIT,PULL] Reset controller updates for v6.15 | expand

Pull-request

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

Message

Philipp Zabel March 14, 2025, 4:44 p.m. UTC
Dear arm-soc maintainers,

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c361baf67200a79c878d72cc879b1217c52cec96:

  reset: imx: fix incorrect module device table (2025-03-14 16:46:15 +0100)

----------------------------------------------------------------
Reset controller updates for v6.15

* Add missing microchip,sam9x7-rstc compatible to device tree binding
  documentation.
* Add SCU reset driver for i.MX8QXP and i.MX8QM.

----------------------------------------------------------------
Arnd Bergmann (1):
      reset: imx: fix incorrect module device table

Frank Li (2):
      dt-bindings: firmware: imx: add property reset-controller
      reset: imx: Add SCU reset driver for i.MX8QXP and i.MX8QM

Varshini Rajendran (1):
      dt-bindings: reset: atmel,at91sam9260-reset: add sam9x7

 .../devicetree/bindings/firmware/fsl,scu.yaml      |  12 +++
 .../bindings/reset/atmel,at91sam9260-reset.yaml    |   4 +
 drivers/reset/Kconfig                              |   7 ++
 drivers/reset/Makefile                             |   1 +
 drivers/reset/reset-imx-scu.c                      | 101 +++++++++++++++++++++
 5 files changed, 125 insertions(+)
 create mode 100644 drivers/reset/reset-imx-scu.c