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-prev] [day] [month] [year] [list]
Message-ID: <91eca16a2453514123e8ffd5346297eb.sboyd@kernel.org>
Date: Fri, 06 Sep 2024 16:02:08 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Heiko Stübner <heiko@...ech.de>, mturquette@...libre.com
Cc: robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org, linux-clk@...r.kernel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org, linux-rockchip@...ts.infradead.org
Subject: Re: [PATCH v3 4/5] clk: clk-gpio: add driver for gated-fixed-clocks

Quoting Heiko Stübner (2024-09-05 15:48:35)
> Am Mittwoch, 28. August 2024, 20:30:51 CEST schrieb Stephen Boyd:
> > Quoting Heiko Stuebner (2024-08-28 03:15:02)
> 
> [leaving out all the "will fix" parts :-) ]
> 
> > > +static struct platform_driver gated_fixed_clk_driver = {
> > > +       .probe          = clk_gated_fixed_probe,
> > > +       .driver         = {
> > > +               .name   = "gated-fixed-clk",
> > > +               .of_match_table = gated_fixed_clk_match_table,
> > > +       },
> > > +};
> > > +builtin_platform_driver(gated_fixed_clk_driver);
> > 
> > The comment above builtin_platform_driver says "Each driver may only use
> > this macro once". Seems that we need to expand the macro.
> 
> each _driver_, not each file is the important point I think.

Ok!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ