Re: [RFC v1] clk: core: support clocks that need to be enabled during re-parent

2021-02-10 Thread Stephen Boyd
Quoting Laurent Pinchart (2021-01-23 10:42:27) > Hi Stephen, > > On Tue, Jun 25, 2019 at 08:52:45PM -0700, Stephen Boyd wrote: > > Quoting Weiyi Lu (2019-06-25 18:05:22) > > > On Tue, 2019-06-25 at 15:14 -0700, Stephen Boyd wrote: > > > > Quoting Weiyi Lu (2019-06-09 20:44:53) > > > > > When

Re: [RFC v1] clk: core: support clocks that need to be enabled during re-parent

2021-01-23 Thread Laurent Pinchart
Hi Stephen, On Tue, Jun 25, 2019 at 08:52:45PM -0700, Stephen Boyd wrote: > Quoting Weiyi Lu (2019-06-25 18:05:22) > > On Tue, 2019-06-25 at 15:14 -0700, Stephen Boyd wrote: > > > Quoting Weiyi Lu (2019-06-09 20:44:53) > > > > When using property assigned-clock-parents to assign parent clocks, >

Re: [RFC v1] clk: core: support clocks that need to be enabled during re-parent

2019-09-02 Thread Weiyi Lu
On Tue, 2019-06-25 at 20:52 -0700, Stephen Boyd wrote: > Quoting Weiyi Lu (2019-06-25 18:05:22) > > On Tue, 2019-06-25 at 15:14 -0700, Stephen Boyd wrote: > > > Quoting Weiyi Lu (2019-06-09 20:44:53) > > > > When using property assigned-clock-parents to assign parent clocks, > > > > core clocks

Re: [RFC v1] clk: core: support clocks that need to be enabled during re-parent

2019-06-25 Thread Stephen Boyd
Quoting Weiyi Lu (2019-06-25 18:05:22) > On Tue, 2019-06-25 at 15:14 -0700, Stephen Boyd wrote: > > Quoting Weiyi Lu (2019-06-09 20:44:53) > > > When using property assigned-clock-parents to assign parent clocks, > > > core clocks might still be disabled during re-parent. > > > Add flag

Re: [RFC v1] clk: core: support clocks that need to be enabled during re-parent

2019-06-25 Thread Weiyi Lu
On Tue, 2019-06-25 at 15:14 -0700, Stephen Boyd wrote: > Quoting Weiyi Lu (2019-06-09 20:44:53) > > When using property assigned-clock-parents to assign parent clocks, > > core clocks might still be disabled during re-parent. > > Add flag 'CLK_OPS_CORE_ENABLE' for those clocks must be enabled > >

Re: [RFC v1] clk: core: support clocks that need to be enabled during re-parent

2019-06-25 Thread Stephen Boyd
Quoting Weiyi Lu (2019-06-09 20:44:53) > When using property assigned-clock-parents to assign parent clocks, > core clocks might still be disabled during re-parent. > Add flag 'CLK_OPS_CORE_ENABLE' for those clocks must be enabled > during re-parent. > > Signed-off-by: Weiyi Lu Can you further

Re: [RFC v1] clk: core: support clocks that need to be enabled during re-parent

2019-06-09 Thread Greg KH
On Mon, Jun 10, 2019 at 11:44:53AM +0800, Weiyi Lu wrote: > When using property assigned-clock-parents to assign parent clocks, > core clocks might still be disabled during re-parent. > Add flag 'CLK_OPS_CORE_ENABLE' for those clocks must be enabled > during re-parent. > > Signed-off-by: Weiyi Lu

[RFC v1] clk: core: support clocks that need to be enabled during re-parent

2019-06-09 Thread Weiyi Lu
When using property assigned-clock-parents to assign parent clocks, core clocks might still be disabled during re-parent. Add flag 'CLK_OPS_CORE_ENABLE' for those clocks must be enabled during re-parent. Signed-off-by: Weiyi Lu --- drivers/clk/clk.c| 9 +