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
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
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
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
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
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
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
7 matches
Mail list logo