Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Krzysztof Kozlowski
On 03.08.2015 22:55, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Monday, August 03, 2015 08:15:13 PM Krzysztof Kozlowski wrote: >> W dniu 03.08.2015 o 19:36, Bartlomiej Zolnierkiewicz pisze: >>> On Monday, August 03, 2015 03:59:26 PM Viresh Kumar wrote: On 03-08-15, 12:17, Bartlomiej Zol

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
On Monday, August 03, 2015 09:20:41 PM Viresh Kumar wrote: > On 03-08-15, 15:55, Bartlomiej Zolnierkiewicz wrote: > > diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig > > index 81064cd..491914c 100644 > > --- a/arch/arm/mach-exynos/Kconfig > > +++ b/arch/arm/mach-exynos/Kcon

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Viresh Kumar
On 03-08-15, 15:55, Bartlomiej Zolnierkiewicz wrote: > diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig > index 81064cd..491914c 100644 > --- a/arch/arm/mach-exynos/Kconfig > +++ b/arch/arm/mach-exynos/Kconfig > @@ -25,6 +25,8 @@ menuconfig ARCH_EXYNOS > select S5P_DEV

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, August 03, 2015 08:15:13 PM Krzysztof Kozlowski wrote: > W dniu 03.08.2015 o 19:36, Bartlomiej Zolnierkiewicz pisze: > > On Monday, August 03, 2015 03:59:26 PM Viresh Kumar wrote: > >> On 03-08-15, 12:17, Bartlomiej Zolnierkiewicz wrote: > >>> > >>> Hi, > >>> > >>> On Saturday, Aug

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Krzysztof Kozlowski
W dniu 03.08.2015 o 19:36, Bartlomiej Zolnierkiewicz pisze: > On Monday, August 03, 2015 03:59:26 PM Viresh Kumar wrote: >> On 03-08-15, 12:17, Bartlomiej Zolnierkiewicz wrote: >>> >>> Hi, >>> >>> On Saturday, August 01, 2015 04:47:21 PM Viresh Kumar wrote: On 31-07-15, 20:49, Bartlomiej Zolni

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
On Monday, August 03, 2015 04:10:44 PM Viresh Kumar wrote: > On 03-08-15, 12:36, Bartlomiej Zolnierkiewicz wrote: > > I would really like it to be dependency not an option (+ I think > > that ideally it should be checked at runtime, IOW we should be > > checking from cpufreq-dt driver if the therma

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Viresh Kumar
On 03-08-15, 12:36, Bartlomiej Zolnierkiewicz wrote: > I would really like it to be dependency not an option (+ I think > that ideally it should be checked at runtime, IOW we should be > checking from cpufreq-dt driver if the thermal support is enabled > before enabling boost support). I don't thi

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
On Monday, August 03, 2015 03:59:26 PM Viresh Kumar wrote: > On 03-08-15, 12:17, Bartlomiej Zolnierkiewicz wrote: > > > > Hi, > > > > On Saturday, August 01, 2015 04:47:21 PM Viresh Kumar wrote: > > > On 31-07-15, 20:49, Bartlomiej Zolnierkiewicz wrote: > > > > diff --git a/drivers/cpufreq/Kconfi

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
[ added Zhang & Eduardo to Cc: ] Hi, On Saturday, August 01, 2015 04:43:58 PM Krzysztof Kozlowski wrote: > W dniu 01.08.2015 o 03:49, Bartlomiej Zolnierkiewicz pisze: > > The new CPU clock type allows the use of generic CPUfreq driver. > > Switch Exynos4x12 to using generic cpufreq driver. > >

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Viresh Kumar
On 03-08-15, 12:17, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > On Saturday, August 01, 2015 04:47:21 PM Viresh Kumar wrote: > > On 31-07-15, 20:49, Bartlomiej Zolnierkiewicz wrote: > > > diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig > > > index 659879a..bf6d596 100644 > > > ---

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
Hi, On Saturday, August 01, 2015 04:47:21 PM Viresh Kumar wrote: > On 31-07-15, 20:49, Bartlomiej Zolnierkiewicz wrote: > > diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig > > index 659879a..bf6d596 100644 > > --- a/drivers/cpufreq/Kconfig > > +++ b/drivers/cpufreq/Kconfig > > @@ -

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-01 Thread Viresh Kumar
On 31-07-15, 20:49, Bartlomiej Zolnierkiewicz wrote: > diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig > index 659879a..bf6d596 100644 > --- a/drivers/cpufreq/Kconfig > +++ b/drivers/cpufreq/Kconfig > @@ -191,6 +191,7 @@ config CPUFREQ_DT > # if CPU_THERMAL is on and THERMAL=m,

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-01 Thread Krzysztof Kozlowski
W dniu 01.08.2015 o 03:49, Bartlomiej Zolnierkiewicz pisze: > The new CPU clock type allows the use of generic CPUfreq driver. > Switch Exynos4x12 to using generic cpufreq driver. > > Also make CPUFREQ_DT config option select Exynos thermal driver > if Exynos platform support is enabled. Why? I t

[PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-07-31 Thread Bartlomiej Zolnierkiewicz
The new CPU clock type allows the use of generic CPUfreq driver. Switch Exynos4x12 to using generic cpufreq driver. Also make CPUFREQ_DT config option select Exynos thermal driver if Exynos platform support is enabled. Please also note that the switch to use the generic cpufreq-dt driver fixes th