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: <20220106011718.28688C36AE3@smtp.kernel.org>
Date:   Wed, 05 Jan 2022 17:17:16 -0800
From:   Stephen Boyd <sboyd@...nel.org>
To:     Peng Fan (OSS) <peng.fan@....nxp.com>, aisheng.dong@....com,
        bjorn.andersson@...aro.org, jbrunet@...libre.com,
        linux-clk@...r.kernel.org, s.nawrocki@...sung.com,
        shawn.lin@...k-chips.com, ulf.hansson@...aro.org
Cc:     linux-kernel@...r.kernel.org, van.freenix@...il.com,
        Peng Fan <peng.fan@....com>
Subject: Re: [PATCH] clk: bulk: export of_clk_bulk_get_all

Quoting Peng Fan (OSS) (2021-12-20 19:16:38)
> From: Peng Fan <peng.fan@....com>
> 
> There are cases that need to get the bulk clks of a device_node which not
> has device created, so export of_clk_bulk_get_all to let consumers could
> use it.
> 
> Signed-off-by: Peng Fan <peng.fan@....com>
> ---
> 
> V1:
>      An example here, mediamix node has clocks property, but it will not

Sorry I don't get the example. What does a DT snippet have to do with
modular kernel code? What specific kernel module is calling this API?

>      have device of it, so we need of_X api to get the clks.
>      src: src@...0390000 {
>           compatible = "fsl,imx[X]-src";
>           reg = <0x30390000 0x10000>;
> 
>           slice {

Is this upstream?

>                 #address-cells = <1>;
>                 #size-cells = <0>;
> 
>                 mediamix: slice@...0 {
>                    reg = <IMX93_POWER_DOMAIN_MEDIAMIX>;
>                    #power-domain-cells = <0>;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ