Dear SoC maintainers,
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux tags/reset-for-v5.10
for you to fetch changes up to 68a215164e1938490c82eecccb263d30c586b84a:
reset: sti: reset-syscfg: fix struct description warnings (2020-09-23 14:32:49 +0200)
----------------------------------------------------------------
Reset controller updates for v5.10
This tag allows to build reset-imx7 as a module, and adds support to
reset the Cortex-M4 processor on i.MX8MQ to it, adds support for the
Versal platform to the reset-zynqmp driver, and fixes some kerneldoc
comments in the core and in sti/reset-syscfg.
----------------------------------------------------------------
Alain Volmat (1):
reset: sti: reset-syscfg: fix struct description warnings
Anson Huang (1):
reset: imx7: Support module build
Krzysztof Kozlowski (1):
reset: Fix and extend kerneldoc
Peng Fan (2):
dt-bindings: reset: imx8mq: add m4 reset
reset: imx7: add the cm4 reset for i.MX8MQ
Sai Krishna Potthuri (2):
dt-bindings: reset: Updated binding for Versal reset driver
reset: reset-zynqmp: Added support for Versal platform
.../bindings/reset/xlnx,zynqmp-reset.txt | 11 ++-
drivers/reset/Kconfig | 5 +-
drivers/reset/core.c | 3 +-
drivers/reset/reset-imx7.c | 13 ++-
drivers/reset/reset-zynqmp.c | 50 ++++++++--
drivers/reset/sti/reset-syscfg.c | 7 +-
include/dt-bindings/reset/imx8mq-reset.h | 5 +-
include/dt-bindings/reset/xlnx-versal-resets.h | 105 +++++++++++++++++++++
8 files changed, 180 insertions(+), 19 deletions(-)
create mode 100644 include/dt-bindings/reset/xlnx-versal-resets.h