Re: [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-07 Thread Viresh Kumar
On 8 February 2013 08:56, amit kachhap wrote: > + dvfs_info->dvfs_init = true; why do you need this ? >>> This is added to synchronize the interrupts. >> >> How? You are setting it once in init() and not touching it afterwards. :) > > Yes but during init also if interrupts star

Re: [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-07 Thread amit kachhap
On Thu, Feb 7, 2013 at 6:42 PM, Viresh Kumar wrote: > On 8 February 2013 00:38, amit kachhap wrote: >> Hi Viresh, >> >> Thanks for the detailed review. Will try to handle them in the next version, > > np. I haven't seen reply to few questions, you missed them or accept them. Many of your comment

Re: [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-07 Thread Viresh Kumar
On 8 February 2013 00:38, amit kachhap wrote: > Hi Viresh, > > Thanks for the detailed review. Will try to handle them in the next version, np. I haven't seen reply to few questions, you missed them or accept them. General tip: Leave a blank line before and after your comment, it makes it more r

Re: [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-07 Thread amit kachhap
Hi Viresh, Thanks for the detailed review. Will try to handle them in the next version, On Thu, Feb 7, 2013 at 3:17 AM, Viresh Kumar wrote: > On Thu, Feb 7, 2013 at 1:09 AM, Amit Daniel Kachhap > wrote: >> This patch adds dvfs support for exynos5440 SOC. The nature of exynos5440 >> clock contro

Re: [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-07 Thread amit kachhap
Hi Inder, Thanks for the review, On Wed, Feb 6, 2013 at 9:09 PM, Inderpal Singh wrote: > On 7 February 2013 01:09, Amit Daniel Kachhap wrote: >> This patch adds dvfs support for exynos5440 SOC. The nature of exynos5440 >> clock controller is different from previous exynos controllers so not usin

Re: [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-07 Thread Inderpal Singh
On 7 February 2013 16:49, Viresh Kumar wrote: > On Thu, Feb 7, 2013 at 10:39 AM, Inderpal Singh > wrote: >>> +#define DRIVER_NAME"exynos5440_dvfs" > >>> +static struct cpufreq_driver exynos_driver = { >>> + .name = DRIVER_NAME, >>> +}; >>> + >> >> Since this driver is

Re: [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-07 Thread Viresh Kumar
On Thu, Feb 7, 2013 at 10:39 AM, Inderpal Singh wrote: >> +#define DRIVER_NAME"exynos5440_dvfs" >> +static struct cpufreq_driver exynos_driver = { >> + .name = DRIVER_NAME, >> +}; >> + > > Since this driver is only for exynos5440, having the same names as > common exyn

Re: [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-07 Thread Viresh Kumar
On Thu, Feb 7, 2013 at 1:09 AM, Amit Daniel Kachhap wrote: > This patch adds dvfs support for exynos5440 SOC. The nature of exynos5440 > clock controller is different from previous exynos controllers so not using > the common exynos cpufreq framework. Also, the device tree parsing is added > to ge

Re: [PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-06 Thread Inderpal Singh
On 7 February 2013 01:09, Amit Daniel Kachhap wrote: > This patch adds dvfs support for exynos5440 SOC. The nature of exynos5440 > clock controller is different from previous exynos controllers so not using > the common exynos cpufreq framework. Also, the device tree parsing is added > to get diff

[PATCH 2/3] cpufreq: exynos: Adding cpufreq driver for exynos5440

2013-02-06 Thread Amit Daniel Kachhap
This patch adds dvfs support for exynos5440 SOC. The nature of exynos5440 clock controller is different from previous exynos controllers so not using the common exynos cpufreq framework. Also, the device tree parsing is added to get different parameters like frequency, voltage etc. Signed-off-by: