Re: [PATCH 00/16] clk: at91: Rework DT bindings

2018-10-12 Thread Stephen Boyd
Quoting Alexandre Belloni (2018-10-12 11:40:17) > On 12/10/2018 11:28:06-0700, Stephen Boyd wrote: > > Quoting Stephen Boyd (2018-08-31 10:45:30) > > > Quoting Alexandre Belloni (2018-08-16 04:47:55) > > > > On 27/07/2018 10:03:22-0700, Stephen Boyd wrote: > > > > > Quoting Alexandre Belloni (2018-

Re: [PATCH 00/16] clk: at91: Rework DT bindings

2018-10-12 Thread Alexandre Belloni
On 12/10/2018 11:28:06-0700, Stephen Boyd wrote: > Quoting Stephen Boyd (2018-08-31 10:45:30) > > Quoting Alexandre Belloni (2018-08-16 04:47:55) > > > On 27/07/2018 10:03:22-0700, Stephen Boyd wrote: > > > > Quoting Alexandre Belloni (2018-07-17 15:27:41) > > > > > This is the promised rework of t

Re: [PATCH 00/16] clk: at91: Rework DT bindings

2018-10-12 Thread Stephen Boyd
Quoting Stephen Boyd (2018-08-31 10:45:30) > Quoting Alexandre Belloni (2018-08-16 04:47:55) > > On 27/07/2018 10:03:22-0700, Stephen Boyd wrote: > > > Quoting Alexandre Belloni (2018-07-17 15:27:41) > > > > This is the promised rework of the at91 PMC clocks driver. It is mainly > > > > necessary t

Re: [PATCH 00/16] clk: at91: Rework DT bindings

2018-08-31 Thread Stephen Boyd
Quoting Alexandre Belloni (2018-08-16 04:47:55) > On 27/07/2018 10:03:22-0700, Stephen Boyd wrote: > > Quoting Alexandre Belloni (2018-07-17 15:27:41) > > > This is the promised rework of the at91 PMC clocks driver. It is mainly > > > necessary to remove the DTC warnings but it also complies with t

Re: [PATCH 00/16] clk: at91: Rework DT bindings

2018-08-16 Thread Alexandre Belloni
On 27/07/2018 10:03:22-0700, Stephen Boyd wrote: > Quoting Alexandre Belloni (2018-07-17 15:27:41) > > This is the promised rework of the at91 PMC clocks driver. It is mainly > > necessary to remove the DTC warnings but it also complies with the CCF > > rule that there should be one node per contro

Re: [PATCH 00/16] clk: at91: Rework DT bindings

2018-07-27 Thread Alexandre Belloni
On 27/07/2018 10:03:22-0700, Stephen Boyd wrote: > Quoting Alexandre Belloni (2018-07-17 15:27:41) > > This is the promised rework of the at91 PMC clocks driver. It is mainly > > necessary to remove the DTC warnings but it also complies with the CCF > > rule that there should be one node per contro

Re: [PATCH 00/16] clk: at91: Rework DT bindings

2018-07-27 Thread Stephen Boyd
Quoting Alexandre Belloni (2018-07-17 15:27:41) > This is the promised rework of the at91 PMC clocks driver. It is mainly > necessary to remove the DTC warnings but it also complies with the CCF > rule that there should be one node per controller instead of one node > per clock. > > This only hand

[PATCH 00/16] clk: at91: Rework DT bindings

2018-07-17 Thread Alexandre Belloni
This is the promised rework of the at91 PMC clocks driver. It is mainly necessary to remove the DTC warnings but it also complies with the CCF rule that there should be one node per controller instead of one node per clock. This only handles the PMC, I'm planning to also rework the SCKC bindings l