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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 29 Jun 2022 06:28:41 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Sander Vanheule <sander@...nheule.net>,
        linux-watchdog@...r.kernel.org, devicetree@...r.kernel.org
Cc:     Wim Van Sebroeck <wim@...ux-watchdog.org>,
        Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] watchdog: realtek-otto: add RTL9310 support

On 6/27/22 12:00, Sander Vanheule wrote:
> The RTL9310 SoC series has a watchdog timer identical to the already
> supported SoCs. The peripheral is memory mapped at 0x18003260 and driven
> by the Lexra bus clock.
> 
> Signed-off-by: Sander Vanheule <sander@...nheule.net>

Reviewed-by: Guenter Roeck <linux@...ck-us.net>

> ---
>   drivers/watchdog/realtek_otto_wdt.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/watchdog/realtek_otto_wdt.c b/drivers/watchdog/realtek_otto_wdt.c
> index 60058a0c3ec4..2a5298c5e8e4 100644
> --- a/drivers/watchdog/realtek_otto_wdt.c
> +++ b/drivers/watchdog/realtek_otto_wdt.c
> @@ -366,6 +366,7 @@ static const struct of_device_id otto_wdt_ids[] = {
>   	{ .compatible = "realtek,rtl8380-wdt" },
>   	{ .compatible = "realtek,rtl8390-wdt" },
>   	{ .compatible = "realtek,rtl9300-wdt" },
> +	{ .compatible = "realtek,rtl9310-wdt" },
>   	{ }
>   };
>   MODULE_DEVICE_TABLE(of, otto_wdt_ids);

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ