[GIT PULL] Reset controller changes for v5.11

Philipp Zabel p.zabel at pengutronix.de
Fri Dec 4 09:25:02 EST 2020


Dear SoC maintainers,

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d06c4dec98b655e2808d2a59681ec24197c59c9d:

  reset-controller: ti: force the write operation when assert or deassert (2020-12-03 08:44:57 +0100)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Amjad Ouled-Ameur (1):
      reset: make shared pulsed reset controls re-triggerable

Crystal Guo (1):
      reset-controller: ti: force the write operation when assert or deassert

Dinh Nguyen (1):
      reset: socfpga: add error handling and release mem-region

Neil Armstrong (1):
      reset: meson: make it possible to build as a module

 drivers/reset/Kconfig           |  3 +-
 drivers/reset/core.c            | 73 +++++++++++++++++++++++++++++++++++++++++
 drivers/reset/reset-meson.c     |  8 ++++-
 drivers/reset/reset-socfpga.c   | 11 +++++--
 drivers/reset/reset-ti-syscon.c |  4 +--
 include/linux/reset.h           |  1 +
 6 files changed, 94 insertions(+), 6 deletions(-)



More information about the linux-arm-kernel mailing list