Merge tag 'reset-for-v5.11' of git://git.pengutronix.de/pza/linux into arm/drivers
authorArnd Bergmann <arnd@arndb.de>
Tue, 8 Dec 2020 23:26:38 +0000 (00:26 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 8 Dec 2020 23:39:58 +0000 (00:39 +0100)
commit5dd65cf78dc3be1a48223e83764ccbd14ded99f2
tree5ac5c57ec5e5d1166f32941f0c5d27b9005815cc
parente0839f3ea404138f0a48d861bb30d66d5cc7a6e2
parentd06c4dec98b655e2808d2a59681ec24197c59c9d
Merge tag 'reset-for-v5.11' of git://git.pengutronix.de/pza/linux into arm/drivers

Reset controller updates for v5.11

This tag adds support for sharing pulsed resets under certain
conditions. For example, when multiple drivers go through a
suspend-resume cycle, a reset line they share can be triggered
again during resume.
Further, the reset-meson driver now can be built as a module, the
reset-socfpga driver properly releases its memory region in the
probe error path, and reset-ti-syscon driver uses regmap_write_bits()
instead of regmap_update_bits() to support devices without status
readback.

* tag 'reset-for-v5.11' of git://git.pengutronix.de/pza/linux:
  reset-controller: ti: force the write operation when assert or deassert
  reset: socfpga: add error handling and release mem-region
  reset: meson: make it possible to build as a module
  reset: make shared pulsed reset controls re-triggerable

Link: https://lore.kernel.org/r/d586ada0073f2ac50a02274f42bf07bfb0603835.camel@pengutronix.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>