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:   Tue, 20 Mar 2018 09:22:12 -0700
From:   Stephen Boyd <sboyd@...nel.org>
To:     ALKML <linux-arm-kernel@...ts.infradead.org>,
        DTML <devicetree@...r.kernel.org>,
        LKML <linux-kernel@...r.kernel.org>,
        Sudeep Holla <sudeep.holla@....com>
Cc:     Arnd Bergmann <arnd@...db.de>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Michael Turquette <mturquette@...libre.com>,
        Alexey Klimov <klimov.linux@...il.com>,
        Sudeep Holla <sudeep.holla@....com>, linux-clk@...r.kernel.org
Subject: Re: [PATCH v6 16/20] clk: add support for clocks provided by SCMI

Quoting Sudeep Holla (2018-03-20 05:08:51)
> 
> >> +}
> >> +
> >> +static void scmi_clocks_remove(struct scmi_device *sdev)
> >> +{
> >> +       struct device *dev = &sdev->dev;
> >> +       struct device_node *np = dev->of_node;
> >> +
> >> +       of_clk_del_provider(np);
> >> +}
> >> +
> > 
> > Drop?
> > 
> 
> Sure, I will have to do these changes as add-on patch as this original
> patch is already queued in ARM SoC tree for v4.17
> 

Ok!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ