Re: [PATCH v5 00/10] clk: implement clock rate protection mechanism

2018-05-24 Thread Jerome Brunet
On Mon, 2018-04-23 at 11:21 -0700, Michael Turquette wrote: > Quoting Jerome Brunet (2018-02-02 04:50:28) > > On Thu, 2018-02-01 at 09:43 -0800, Stephen Boyd wrote: > > > > > > Applied to clk-protect-rate, with the exception that I did not apply > > > > > > "clk: fix CLK_SET_RATE_GATE with clock ra

Re: [PATCH v5 00/10] clk: implement clock rate protection mechanism

2018-04-26 Thread Michael Turquette
Quoting Jerome Brunet (2018-02-02 04:50:28) > On Thu, 2018-02-01 at 09:43 -0800, Stephen Boyd wrote: > > > > > Applied to clk-protect-rate, with the exception that I did not apply > > > > > "clk: fix CLK_SET_RATE_GATE with clock rate protection" as it breaks > > > > > qcom clk code. > > > > > > >

Re: [PATCH v5 00/10] clk: implement clock rate protection mechanism

2018-02-02 Thread Jerome Brunet
On Thu, 2018-02-01 at 09:43 -0800, Stephen Boyd wrote: > > > > Applied to clk-protect-rate, with the exception that I did not apply > > > > "clk: fix CLK_SET_RATE_GATE with clock rate protection" as it breaks > > > > qcom clk code. > > > > > > > > Stephen, do you plan to fix up the qcom clock code

Re: [PATCH v5 00/10] clk: implement clock rate protection mechanism

2018-02-01 Thread Stephen Boyd
On 01/29, Jerome Brunet wrote: > On Thu, 2017-12-21 at 18:15 -0800, Stephen Boyd wrote: > > On 12/19, Michael Turquette wrote: > > > Quoting Jerome Brunet (2017-12-01 13:51:50) > > > > This Patchset is related the RFC [0] and the discussion around > > > > CLK_SET_RATE_GATE available here [1] > > >

Re: [PATCH v5 00/10] clk: implement clock rate protection mechanism

2018-01-29 Thread Jerome Brunet
On Thu, 2017-12-21 at 18:15 -0800, Stephen Boyd wrote: > On 12/19, Michael Turquette wrote: > > Quoting Jerome Brunet (2017-12-01 13:51:50) > > > This Patchset is related the RFC [0] and the discussion around > > > CLK_SET_RATE_GATE available here [1] > > > > > > This patchset introduce clock prot

Re: [PATCH v5 00/10] clk: implement clock rate protection mechanism

2017-12-21 Thread Stephen Boyd
On 12/19, Michael Turquette wrote: > Quoting Jerome Brunet (2017-12-01 13:51:50) > > This Patchset is related the RFC [0] and the discussion around > > CLK_SET_RATE_GATE available here [1] > > > > This patchset introduce clock protection to the CCF core. This can then > > be used for: > > > > * P

Re: [PATCH v5 00/10] clk: implement clock rate protection mechanism

2017-12-20 Thread Jerome Brunet
On Tue, 2017-12-19 at 16:38 -0800, Michael Turquette wrote: > Applied to clk-protect-rate, Thx ! > with the exception that I did not apply > "clk: fix CLK_SET_RATE_GATE with clock rate protection" as it breaks > qcom clk code. Here is a reminder of what I found at the time (so you don't to dig

Re: [PATCH v5 00/10] clk: implement clock rate protection mechanism

2017-12-20 Thread Michael Turquette
Quoting Jerome Brunet (2017-12-01 13:51:50) > This Patchset is related the RFC [0] and the discussion around > CLK_SET_RATE_GATE available here [1] > > This patchset introduce clock protection to the CCF core. This can then > be used for: > > * Provide a way for a consumer to claim exclusivity ov