Re: [PATCH] clk/arc: Add I2S PLL clock driver

2016-03-31 Thread Vineet Gupta
On Tuesday 29 March 2016 11:21 PM, Jose Abreu wrote: Well, this was just an experiment and I think this patch is still far from being ready to go mainline, that's why I did not cc'ed the clk maintainers. I will send a v2 soon so you can review and if you think its worth sending to mainline I will

Re: [PATCH] clk/arc: Add I2S PLL clock driver

2016-03-29 Thread Jose Abreu
Hi Vineet, On 29-03-2016 13:36, Vineet Gupta wrote: > On Tuesday 29 March 2016 04:55 PM, Alexey Brodkin wrote: >> Hi Jose, >> >> On Tue, 2016-03-29 at 11:56 +0100, Jose Abreu wrote: >>> The ARC SDP I2S clock can be programmed using a >>> specific PLL. >>> >>> This patch has the goal of adding a cl

Re: [PATCH] clk/arc: Add I2S PLL clock driver

2016-03-29 Thread Jose Abreu
Hi Alexey, On 29-03-2016 12:25, Alexey Brodkin wrote: > Hi Jose, > > On Tue, 2016-03-29 at 11:56 +0100, Jose Abreu wrote: >> The ARC SDP I2S clock can be programmed using a >> specific PLL. >> >> This patch has the goal of adding a clock driver >> that programs this PLL. >> >> At this moment the r

Re: [PATCH] clk/arc: Add I2S PLL clock driver

2016-03-29 Thread Vineet Gupta
On Tuesday 29 March 2016 04:55 PM, Alexey Brodkin wrote: > Hi Jose, > > On Tue, 2016-03-29 at 11:56 +0100, Jose Abreu wrote: >> The ARC SDP I2S clock can be programmed using a >> specific PLL. >> >> This patch has the goal of adding a clock driver >> that programs this PLL. >> >> At this moment the

Re: [PATCH] clk/arc: Add I2S PLL clock driver

2016-03-29 Thread Alexey Brodkin
Hi Jose, On Tue, 2016-03-29 at 11:56 +0100, Jose Abreu wrote: > The ARC SDP I2S clock can be programmed using a > specific PLL. > > This patch has the goal of adding a clock driver > that programs this PLL. > > At this moment the rate values are hardcoded in > a table but in the future it would