Re: [PATCH v3 01/11] clk: davinci - add main PLL clock driver

2012-11-01 Thread Sekhar Nori
On 10/31/2012 7:16 PM, Murali Karicheri wrote: > On 10/31/2012 08:29 AM, Sekhar Nori wrote: >>> +/* >>> + * if fixed_multiplier is non zero, multiply pllm value by this >>> + * value. >>> + */ >>> +if (pll_data->fixed_multiplier) >>> +mult = pll_data->fixed_multiplier

Re: [PATCH v3 01/11] clk: davinci - add main PLL clock driver

2012-10-31 Thread Murali Karicheri
On 10/31/2012 08:29 AM, Sekhar Nori wrote: Hi Murali, On 10/25/2012 9:41 PM, Murali Karicheri wrote: This is the driver for the main PLL clock hardware found on DM SoCs. This driver borrowed code from arch/arm/mach-davinci/clock.c and implemented the driver as per common clock provider API. The

Re: [PATCH v3 01/11] clk: davinci - add main PLL clock driver

2012-10-31 Thread Murali Karicheri
On 10/28/2012 03:18 PM, Linus Walleij wrote: On Thu, Oct 25, 2012 at 6:11 PM, Murali Karicheri wrote: This is the driver for the main PLL clock hardware found on DM SoCs. This driver borrowed code from arch/arm/mach-davinci/clock.c and implemented the driver as per common clock provider API. T

Re: [PATCH v3 01/11] clk: davinci - add main PLL clock driver

2012-10-31 Thread Sekhar Nori
Hi Murali, On 10/25/2012 9:41 PM, Murali Karicheri wrote: > This is the driver for the main PLL clock hardware found on DM SoCs. > This driver borrowed code from arch/arm/mach-davinci/clock.c and > implemented the driver as per common clock provider API. The main PLL > hardware typically has a mul

Re: [PATCH v3 01/11] clk: davinci - add main PLL clock driver

2012-10-28 Thread Linus Walleij
On Thu, Oct 25, 2012 at 6:11 PM, Murali Karicheri wrote: > This is the driver for the main PLL clock hardware found on DM SoCs. > This driver borrowed code from arch/arm/mach-davinci/clock.c and > implemented the driver as per common clock provider API. The main PLL > hardware typically has a mul

[PATCH v3 01/11] clk: davinci - add main PLL clock driver

2012-10-25 Thread Murali Karicheri
This is the driver for the main PLL clock hardware found on DM SoCs. This driver borrowed code from arch/arm/mach-davinci/clock.c and implemented the driver as per common clock provider API. The main PLL hardware typically has a multiplier, a pre-divider and a post-divider. Some of the SoCs has the