lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 31 Oct 2021 14:21:24 +0200 From: Sam Protsenko <semen.protsenko@...aro.org> To: Wim Van Sebroeck <wim@...ux-watchdog.org>, Guenter Roeck <linux@...ck-us.net>, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski@...onical.com> Cc: linux-watchdog@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-samsung-soc@...r.kernel.org Subject: [PATCH 0/7] watchdog: s3c2410: Add Exynos850 support 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
Powered by blists - more mailing lists