Re: [PATCH v5 8/8] clk: fixed-rate: Convert into a module platform driver

2018-10-18 Thread Alan Tull
On Thu, Oct 18, 2018 at 3:24 PM Stephen Boyd wrote: > > Quoting Alan Tull (2018-10-18 12:20:58) > > On Tue, Jul 5, 2016 at 11:45 AM Ricardo Ribalda Delgado > > wrote: > > > > I've stumbled across a of_node_get/put imbalance that happens when the > > fixed rate clock is added and deleted using dev

Re: [PATCH v5 8/8] clk: fixed-rate: Convert into a module platform driver

2018-10-18 Thread Stephen Boyd
Quoting Ricardo Ribalda Delgado (2018-10-18 13:02:01) > Hi Alan > > > On Thu, Oct 18, 2018 at 9:21 PM Alan Tull wrote: > > > > On Tue, Jul 5, 2016 at 11:45 AM Ricardo Ribalda Delgado > > wrote: > > > > I've stumbled across a of_node_get/put imbalance that happens when the > > fixed rate clock i

Re: [PATCH v5 8/8] clk: fixed-rate: Convert into a module platform driver

2018-10-18 Thread Stephen Boyd
Quoting Alan Tull (2018-10-18 12:20:58) > On Tue, Jul 5, 2016 at 11:45 AM Ricardo Ribalda Delgado > 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_provid

Re: [PATCH v5 8/8] clk: fixed-rate: Convert into a module platform driver

2018-10-18 Thread Ricardo Ribalda Delgado
Hi Alan On Thu, Oct 18, 2018 at 9:21 PM Alan Tull wrote: > > On Tue, Jul 5, 2016 at 11:45 AM Ricardo Ribalda Delgado > 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 ca

Re: [PATCH v5 8/8] clk: fixed-rate: Convert into a module platform driver

2018-10-18 Thread Alan Tull
On Tue, Jul 5, 2016 at 11:45 AM Ricardo Ribalda Delgado 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_provid

Re: [PATCH v5 8/8] clk: fixed-rate: Convert into a module platform driver

2016-08-12 Thread Stephen Boyd
On 07/05, Ricardo Ribalda Delgado wrote: > Adds support for fixed-rate clock providers which have not been > enabled via of_clk_init(). > > This is required by Device trees overlays that introduce clocks > providers. > > Signed-off-by: Ricardo Ribalda Delgado > --- Applied to clk-next -- Qual

[PATCH v5 8/8] clk: fixed-rate: Convert into a module platform driver

2016-07-05 Thread Ricardo Ribalda Delgado
Adds support for fixed-rate clock providers which have not been enabled via of_clk_init(). This is required by Device trees overlays that introduce clocks providers. Signed-off-by: Ricardo Ribalda Delgado --- drivers/clk/clk-fixed-rate.c | 69 +--- 1 file