[GIT PULL] Reset controller updates for v5.14, part 2
Philipp Zabel
p.zabel at pengutronix.de
Thu Jun 17 05:56:37 PDT 2021
Dear SoC maintainers,
The following changes since commit e207457f9045343a24d936fbb67eb4b412f1c6ad:
reset: brcmstb: Add missing MODULE_DEVICE_TABLE (2021-05-12 08:01:26 +0200)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux.git tags/reset-for-v5.14-2
for you to fetch changes up to 48a74b1147f7db4623eaed591cc01eb740b871c0:
reset: Add compile-test stubs (2021-06-09 13:37:16 +0200)
----------------------------------------------------------------
Reset controller updates for v5.14, part2
This tag contains a few small fixes, allows to build the Berlin reset
driver as a module, and adds stubs to the reset controller API to allow
compile-testing drivers outside of drivers/reset without enabling the
reset framework.
----------------------------------------------------------------
Hao Fang (1):
reset: hi6220: Use the correct HiSilicon copyright
Jisheng Zhang (1):
reset: berlin: support module build
Philipp Zabel (1):
reset: bail if try_module_get() fails
Thierry Reding (1):
reset: Add compile-test stubs
Wei Yongjun (1):
reset: mchp: sparx5: fix return value check in mchp_sparx5_map_io()
Yang Yingliang (1):
reset: lantiq: use devm_reset_controller_register()
drivers/reset/Kconfig | 5 +++--
drivers/reset/core.c | 5 ++++-
drivers/reset/hisilicon/hi6220_reset.c | 2 +-
drivers/reset/reset-berlin.c | 10 ++++++++--
drivers/reset/reset-lantiq.c | 2 +-
drivers/reset/reset-microchip-sparx5.c | 4 ++--
include/linux/reset-controller.h | 22 ++++++++++++++++++++++
7 files changed, 41 insertions(+), 9 deletions(-)
More information about the linux-arm-kernel
mailing list