]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'reset-for-5.6' of git://git.pengutronix.de/pza/linux into arm/drivers
authorOlof Johansson <olof@lixom.net>
Sat, 11 Jan 2020 06:20:36 +0000 (22:20 -0800)
committerOlof Johansson <olof@lixom.net>
Sat, 11 Jan 2020 06:20:37 +0000 (22:20 -0800)
commit66463b14819e96cb77a39871d67436f0cefc0692
tree95c8bf58386a80ed0d9db922d85f154ae91d5a9a
parent111dad04b16d62cdf0980528922b70740e4dda27
parente9cc17c0263787ea76b3344292254710bf9ebf48
Merge tag 'reset-for-5.6' of git://git.pengutronix.de/pza/linux into arm/drivers

Reset controller updates for v5.6

This tag adds support for the Nuvoton NPCM, Intel Gatway SoC, and
Broadcom BCM7216 RESCAL reset controllers, adds missing SCSSI reset
controls for newer Uniphier SoCs, aligns the program flow in the
devm_reset_controller_register, __devm_reset_control_get, and
devm_reset_control_array_get functions for better consistency,
and allows to build the Qcom AOSS reset driver as a module.

This is based on v5.5-rc3 because the core patch depends on commit
d735511a13d8 ("reset: Do not register resource data for missing
resets").

* tag 'reset-for-5.6' of git://git.pengutronix.de/pza/linux:
  reset: qcom-aoss: Allow CONFIG_RESET_QCOM_AOSS to be a tristate
  reset: Add Broadcom STB RESCAL reset controller
  dt-bindings: reset: Document BCM7216 RESCAL reset controller
  reset: intel: Add system reset controller driver
  dt-bindings: reset: Add YAML schemas for the Intel Reset controller
  reset: uniphier: Add SCSSI reset control for each channel
  reset: Align logic and flow in managed helpers
  reset: npcm: add NPCM reset controller driver
  dt-bindings: reset: Add binding constants for NPCM7xx reset controller
  dt-bindings: reset: add NPCM reset controller documentation

Link: https://lore.kernel.org/r/dbbb2ca7490a0146d9ba632fd4d9f38063e03e9f.camel@pengutronix.de
Signed-off-by: Olof Johansson <olof@lixom.net>