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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260206234255.380530-1-jm@ti.com>
Date: Fri, 6 Feb 2026 17:42:53 -0600
From: Judith Mendez <jm@...com>
To: Judith Mendez <jm@...com>, Wim Van Sebroeck <wim@...ux-watchdog.org>,
	Guenter Roeck <linux@...ck-us.net>, Rob Herring <robh@...nel.org>, "Krzysztof
 Kozlowski" <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>
CC: Tero Kristo <kristo@...nel.org>, <linux-watchdog@...r.kernel.org>,
	<devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>, Andrew Davis
	<afd@...com>
Subject: [PATCH v5 0/2] Add reaction control in rti

This adds reaction control to the RTI watchdog driver. Since AM62L SoC [0]
does not have WWD reset output routed to an ESM module like all other
K3 SoCs and has the reset output signal routed to the reset HW block,
add a new compatible for AM62L [1] and configure reset reaction for
AM62L SoC instead of NMI.

Changes since v4 RESEND:
- Fix commit message grammar and capitalization issues
- Store only needed bool nmi field instead of pointer to match data structure
- Add NULL check for device_get_match_data() with proper error handling
- Rename data structures with SoC-specific rti_wdt prefix and add const
- Update struct documentation and clarify WDT expiration comment

v4 (RESEND): https://lore.kernel.org/all/20260203181931.1496723-1-jm@ti.com/
v3: https://lore.kernel.org/all/20250707180002.3918865-1-jm@ti.com/
v2: https://lore.kernel.org/all/20250625143338.2381726-1-jm@ti.com/
v1 (RESEND): https://lore.kernel.org/all/20250624202605.1333645-1-jm@ti.com/

[0] https://www.ti.com/product/AM62L
[1] https://www.ti.com/tool/TMDS62LEVM

Judith Mendez (2):
  dt-bindings: watchdog: ti,rti-wdt: Add ti,am62l-rti-wdt compatible
  watchdog: rti_wdt: Add reaction control

 .../bindings/watchdog/ti,rti-wdt.yaml         |  1 +
 drivers/watchdog/rti_wdt.c                    | 39 +++++++++++++++++--
 2 files changed, 36 insertions(+), 4 deletions(-)

-- 
2.52.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ