[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CANk1AXRkO1uCPQ0ef1rBvkWtx6=qcc-F-8qk6YkY+CLiJES4wQ@mail.gmail.com>
Date: Thu, 18 Oct 2018 15:33:33 -0500
From: Alan Tull <atull@...nel.org>
To: sboyd@...nel.org
Cc: Ricardo Ribalda Delgado <ricardo.ribalda@...il.com>,
mturquette@...libre.com, sboyd@...eaurora.org,
Sascha Hauer <s.hauer@...gutronix.de>,
linux-clk@...r.kernel.org,
linux-kernel <linux-kernel@...r.kernel.org>,
Frank Rowand <frowand.list@...il.com>
Subject: Re: [PATCH v5 8/8] clk: fixed-rate: Convert into a module platform driver
On Thu, Oct 18, 2018 at 3:24 PM Stephen Boyd <sboyd@...nel.org> wrote:
>
> Quoting Alan Tull (2018-10-18 12:20:58)
> > On Tue, Jul 5, 2016 at 11:45 AM Ricardo Ribalda Delgado
> > <ricardo.ribalda@...il.com> wrote:
> >
> > I've stumbled across a of_node_get/put imbalance that happens when the
> > fixed rate clock is added and deleted using device tree. The cause is
> > that this driver calls of_clk_add_provider() when probed, but doesn't
> > call of_clk_del_provider() when removed.
> >
> > It looks like a lot of clock drivers share that issue:
> >
> > $ cd drivers/clk/
> > $ git grep -l of_clk_add_provider * | xargs grep -L of_clk_del_provider | wc -l
> > 131
> >
> > It should be a one line fix, but for many files.
> >
> > I'm not a clock subsystem expert, so please let me know whether I'm
> > missing something here.
> >
>
> Patches welcome. Please include Fixes: tags for backports. Probably
> drivers don't care because clk devices are almost never removed. That
> isn't to say it shouldn't be fixed, but just giving some background on
> why nobody has fixed it.
Thanks for the context. I ran into this while testing some devicetree
overlay code changes. My use is FPGAs where a clock may be added or
removed if the FPGA is reprogrammed.
Alan
Powered by blists - more mailing lists