Re: [PATCH 3/3] clk: Provide OF helper to mark clocks as CRITICAL

2016-02-10 Thread Michael Turquette
Quoting Lee Jones (2016-01-18 06:28:51) > This call matches clocks which have been marked as critical in DT > and sets the appropriate flag. These flags can then be used to > mark the clock core flags appropriately prior to registration. > > Signed-off-by: Lee Jones > --- > include/linux/clk-pr

Re: [PATCH 3/3] clk: Provide OF helper to mark clocks as CRITICAL

2016-02-10 Thread Michael Turquette
Quoting Lee Jones (2016-02-01 00:22:45) > On Mon, 01 Feb 2016, Maxime Ripard wrote: > > On Wed, Jan 27, 2016 at 11:51:45PM +, André Przywara wrote: > > > Hi, > > > > > > On 18/01/16 14:28, Lee Jones wrote: > > > > This call matches clocks which have been marked as critical in DT > > > > and se

Re: [PATCH 3/3] clk: Provide OF helper to mark clocks as CRITICAL

2016-02-02 Thread Lee Jones
On Tue, 02 Feb 2016, Andre Przywara wrote: > Hi Maxime, > > On 01/02/16 06:32, Maxime Ripard wrote: > > Hi Andre, > > > > On Wed, Jan 27, 2016 at 11:51:45PM +, André Przywara wrote: > >> Hi, > >> > >> On 18/01/16 14:28, Lee Jones wrote: > >>> This call matches clocks which have been marked a

Re: [PATCH 3/3] clk: Provide OF helper to mark clocks as CRITICAL

2016-02-02 Thread Andre Przywara
Hi Maxime, On 01/02/16 06:32, Maxime Ripard wrote: > Hi Andre, > > On Wed, Jan 27, 2016 at 11:51:45PM +, André Przywara wrote: >> Hi, >> >> On 18/01/16 14:28, Lee Jones wrote: >>> This call matches clocks which have been marked as critical in DT >>> and sets the appropriate flag. These flags

Re: [PATCH 3/3] clk: Provide OF helper to mark clocks as CRITICAL

2016-02-01 Thread Lee Jones
On Mon, 01 Feb 2016, Maxime Ripard wrote: > On Wed, Jan 27, 2016 at 11:51:45PM +, André Przywara wrote: > > Hi, > > > > On 18/01/16 14:28, Lee Jones wrote: > > > This call matches clocks which have been marked as critical in DT > > > and sets the appropriate flag. These flags can then be used

Re: [PATCH 3/3] clk: Provide OF helper to mark clocks as CRITICAL

2016-01-31 Thread Maxime Ripard
Hi Andre, On Wed, Jan 27, 2016 at 11:51:45PM +, André Przywara wrote: > Hi, > > On 18/01/16 14:28, Lee Jones wrote: > > This call matches clocks which have been marked as critical in DT > > and sets the appropriate flag. These flags can then be used to > > mark the clock core flags appropria

Re: [PATCH 3/3] clk: Provide OF helper to mark clocks as CRITICAL

2016-01-27 Thread André Przywara
Hi, On 18/01/16 14:28, Lee Jones wrote: > This call matches clocks which have been marked as critical in DT > and sets the appropriate flag. These flags can then be used to > mark the clock core flags appropriately prior to registration. I like the idea of having a generic property very much. Al