linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Reset controller changes for v5.9
@ 2020-07-20 16:28 Philipp Zabel
  0 siblings, 0 replies; only message in thread
From: Philipp Zabel @ 2020-07-20 16:28 UTC (permalink / raw)
  To: soc; +Cc: kernel, linux-arm-kernel

Dear SoC maintainers,

The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

  Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ffebbecaaa86f7cde4a6a813bed14f9d56e7c373:

  reset: Replace HTTP links with HTTPS ones (2020-07-20 11:27:12 +0200)

----------------------------------------------------------------
Reset controller updates for v5.9

This tag moves the reset-simple header out of drivers/reset for use by
drivers outside of drivers/reset, adds a .reset() callback to
reset-simple, converts i.MX reset bindings to json-schema, fixes a
compile warning in the reset-intel-gw driver, and replaces some HTTP
links with HTTPS ones in comments.

----------------------------------------------------------------
Alexander A. Klimov (1):
      reset: Replace HTTP links with HTTPS ones

Anson Huang (2):
      dt-bindings: reset: Convert i.MX reset to json-schema
      dt-bindings: reset: Convert i.MX7 reset to json-schema

Dejin Zheng (1):
      reset: intel: fix a compile warning about REG_OFFSET redefined

Maxime Ripard (2):
      reset: Move reset-simple header out of drivers/reset
      reset: simple: Add reset callback

 .../devicetree/bindings/reset/fsl,imx-src.txt      | 49 -------------
 .../devicetree/bindings/reset/fsl,imx-src.yaml     | 82 ++++++++++++++++++++++
 .../devicetree/bindings/reset/fsl,imx7-src.txt     | 56 ---------------
 .../devicetree/bindings/reset/fsl,imx7-src.yaml    | 58 +++++++++++++++
 drivers/reset/reset-intel-gw.c                     | 24 +++----
 drivers/reset/reset-simple.c                       | 23 +++++-
 drivers/reset/reset-socfpga.c                      |  3 +-
 drivers/reset/reset-sunxi.c                        |  3 +-
 drivers/reset/reset-ti-syscon.c                    |  2 +-
 drivers/reset/reset-uniphier-glue.c                |  3 +-
 include/dt-bindings/reset/ti-syscon.h              |  2 +-
 {drivers => include/linux}/reset/reset-simple.h    |  7 ++
 12 files changed, 185 insertions(+), 127 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/reset/fsl,imx-src.txt
 create mode 100644 Documentation/devicetree/bindings/reset/fsl,imx-src.yaml
 delete mode 100644 Documentation/devicetree/bindings/reset/fsl,imx7-src.txt
 create mode 100644 Documentation/devicetree/bindings/reset/fsl,imx7-src.yaml
 rename {drivers => include/linux}/reset/reset-simple.h (74%)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-07-20 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 16:28 [GIT PULL] Reset controller changes for v5.9 Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).