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]
Message-ID: <175798570907.4354.6724058613129324221@lazor>
Date: Mon, 15 Sep 2025 18:21:49 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Ryan.Wanner@...rochip.com, alexandre.belloni@...tlin.com, claudiu beznea <claudiu.beznea@...on.dev>, mturquette@...libre.com, nicolas.ferre@...rochip.com
Cc: varshini.rajendran@...rochip.com, linux-clk@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org, robh@...nel.org
Subject: Re: [PATCH v3 01/32] clk: at91: pmc: add macros for clk_parent_data

Quoting claudiu beznea (2025-09-06 11:33:34)
> On 7/10/25 23:06, Ryan.Wanner@...rochip.com wrote:
> > +})
> > +
> > +#define AT91_CLK_PD_HW(h) ((struct clk_parent_data){ .hw = (h) })
> 
> Could you please update this one, something like:
> 
> #define AT91_CLK_PD_HW(h) ((struct clk_parent_data){ \
>         .hw = (h), .name = NULL, .fw_name = NULL, .index = -1, \
> }

If you're only using a struct clk_hw * then just use clk_hws member and
not clk_parent_data member of struct clk_init_data.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ