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] [thread-next>] [day] [month] [year] [list]
Date: Wed, 20 Dec 2023 20:38:12 -0800
From: Stephen Boyd <sboyd@...nel.org>
To: Cristian Ciocaltea <cristian.ciocaltea@...labora.com>, Emil Renner Berthing <kernel@...il.dk>, Hal Feng <hal.feng@...rfivetech.com>, Michael Turquette <mturquette@...libre.com>
Cc: linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org, kernel@...labora.com, Emil Renner Berthing <emil.renner.berthing@...onical.com>, Jacob Keller <jacob.e.keller@...el.com>
Subject: Re: [PATCH 1/2] clk: starfive: Add flags argument to JH71X0__MUX macro

Quoting Cristian Ciocaltea (2023-12-19 15:24:39)
> From: Emil Renner Berthing <emil.renner.berthing@...onical.com>
> 
> This flag is needed to add the CLK_SET_RATE_PARENT flag on the gmac_tx
> clock on the JH7100, which in turn is needed by the dwmac-starfive
> driver to set the clock properly for 1000, 100 and 10 Mbps links.
> 
> This change was mostly made using coccinelle:
> 
> @ match @
> expression idx, name, nparents;
> @@
>  JH71X0__MUX(
> -idx, name, nparents,
> +idx, name, 0, nparents,
>  ...)
> 
> Signed-off-by: Emil Renner Berthing <emil.renner.berthing@...onical.com>
> Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@...labora.com>
> Reviewed-by: Jacob Keller <jacob.e.keller@...el.com>
> ---

Applied to clk-next

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ