* [PATCH 0/7] watchdog: s3c2410: Add Exynos850 support
@ 2021-10-28 18:35 Sam Protsenko
0 siblings, 0 replies; 2+ messages in thread
From: Sam Protsenko @ 2021-10-28 18:35 UTC (permalink / raw)
To: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Krzysztof Kozlowski
Cc: linux-watchdog, devicetree, linux-kernel, linux-arm-kernel,
linux-samsung-soc
Exynos850 WDT IP-core differs a bit from existing platforms:
- Another set of PMU registers
- Separate WDT instance for each CPU cluster, having different PMU
registers/bits
- Source clock is different from PCLK
Implement all missing features above and enable Exynos850 WDT support.
Sam Protsenko (7):
dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7
dt-bindings: watchdog: Document Exynos850 watchdog bindings
watchdog: s3c2410: Make reset disable optional
watchdog: s3c2410: Add support for WDT counter enable
watchdog: s3c2410: Introduce separate source clock
watchdog: s3c2410: Add Exynos850 support
watchdog: s3c2410: Let kernel kick watchdog
.../bindings/watchdog/samsung-wdt.yaml | 17 +-
drivers/watchdog/s3c2410_wdt.c | 215 ++++++++++++++----
2 files changed, 190 insertions(+), 42 deletions(-)
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 0/7] watchdog: s3c2410: Add Exynos850 support
@ 2021-10-31 12:21 Sam Protsenko
0 siblings, 0 replies; 2+ messages in thread
From: Sam Protsenko @ 2021-10-31 12:21 UTC (permalink / raw)
To: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Krzysztof Kozlowski
Cc: linux-watchdog, devicetree, linux-kernel, linux-arm-kernel,
linux-samsung-soc
Exynos850 WDT IP-core differs a bit from existing platforms:
- Another set of PMU registers
- Separate WDT instance for each CPU cluster, having different PMU
registers/bits
- Source clock is different from PCLK
Implement all missing features above and enable Exynos850 WDT support.
Sam Protsenko (7):
dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7
dt-bindings: watchdog: Document Exynos850 watchdog bindings
watchdog: s3c2410: Make reset disable optional
watchdog: s3c2410: Add support for WDT counter enable
watchdog: s3c2410: Introduce separate source clock
watchdog: s3c2410: Add Exynos850 support
watchdog: s3c2410: Let kernel kick watchdog
.../bindings/watchdog/samsung-wdt.yaml | 17 +-
drivers/watchdog/s3c2410_wdt.c | 215 ++++++++++++++----
2 files changed, 190 insertions(+), 42 deletions(-)
--
2.30.2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-10-31 12:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-31 12:21 [PATCH 0/7] watchdog: s3c2410: Add Exynos850 support Sam Protsenko
-- strict thread matches above, loose matches on Subject: below --
2021-10-28 18:35 Sam Protsenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).