[GIT PULL] Reset controller updates for v6.9
Philipp Zabel
p.zabel at pengutronix.de
Fri Mar 1 03:13:00 PST 2024
Dear arm-soc maintainers,
The following changes since commit b401b621758e46812da61fa58a67c3fd8d91de0d:
Linux 6.8-rc5 (2024-02-18 12:56:25 -0800)
are available in the Git repository at:
git://git.pengutronix.de/pza/linux.git tags/reset-for-v6.9
for you to fetch changes up to c721f189e89c0d4db119d7bb2b46768d0fb5f6b1:
reset: Instantiate reset GPIO controller for shared reset-gpios (2024-02-21 11:53:25 +0100)
----------------------------------------------------------------
Reset controller updates for v6.9
Enable support for the Sophgo SG2042 reset controller via reset-simple,
add a GPIO-based reset controller criver for shared GPIO resets, extract
an of_phandle_args_equal() helper function out of cpufreq, and use it in
reset-gpio.
Based on v6.8-rc5 because reset-gpio depends on commits in the
gpio-driver-h-stubs-for-v6.8-rc5 tag.
----------------------------------------------------------------
Chen Wang (2):
dt-bindings: reset: sophgo: support SG2042
reset: simple: add support for Sophgo SG2042
Krzysztof Kozlowski (4):
of: Add of_phandle_args_equal() helper
cpufreq: do not open-code of_phandle_args_equal()
reset: gpio: Add GPIO-based reset controller
reset: Instantiate reset GPIO controller for shared reset-gpios
.../bindings/reset/sophgo,sg2042-reset.yaml | 35 ++++
MAINTAINERS | 5 +
drivers/reset/Kconfig | 12 +-
drivers/reset/Makefile | 1 +
drivers/reset/core.c | 224 +++++++++++++++++++--
drivers/reset/reset-gpio.c | 119 +++++++++++
drivers/reset/reset-simple.c | 2 +
include/dt-bindings/reset/sophgo,sg2042-reset.h | 87 ++++++++
include/linux/cpufreq.h | 3 +-
include/linux/of.h | 16 ++
include/linux/reset-controller.h | 4 +
11 files changed, 492 insertions(+), 16 deletions(-)
create mode 100644 Documentation/devicetree/bindings/reset/sophgo,sg2042-reset.yaml
create mode 100644 drivers/reset/reset-gpio.c
create mode 100644 include/dt-bindings/reset/sophgo,sg2042-reset.h
More information about the linux-arm-kernel
mailing list