Re: [PATCH v4 1/2] ARM: imx: add select on ARCH_MXC for cpufreq support

2014-01-14 Thread John Tobias
I made a mistake. The HAVE_IMX_ANATOP doesn't require to move up. It should be ARCH_HAS_OPP. On Sun, Jan 12, 2014 at 10:01 PM, Shawn Guo wrote: > On Sun, Jan 12, 2014 at 08:54:18PM -0800, John Tobias wrote: >> I tested leaving the HAVE_IMX_ANATOP under SOC_IMX6Q and SOC_IMX6SL. >> The iMX6Q

Re: [PATCH v4 1/2] ARM: imx: add select on ARCH_MXC for cpufreq support

2014-01-14 Thread John Tobias
I made a mistake. The HAVE_IMX_ANATOP doesn't require to move up. It should be ARCH_HAS_OPP. On Sun, Jan 12, 2014 at 10:01 PM, Shawn Guo shawn@linaro.org wrote: On Sun, Jan 12, 2014 at 08:54:18PM -0800, John Tobias wrote: I tested leaving the HAVE_IMX_ANATOP under SOC_IMX6Q and

Re: [PATCH v4 1/2] ARM: imx: add select on ARCH_MXC for cpufreq support

2014-01-12 Thread Shawn Guo
On Sun, Jan 12, 2014 at 08:54:18PM -0800, John Tobias wrote: > I tested leaving the HAVE_IMX_ANATOP under SOC_IMX6Q and SOC_IMX6SL. > The iMX6Q cpufreq driver won't show up in menu config / gconfig and > that's the reason why I added it. I tested the following changes against my for-next branch,

Re: [PATCH v4 1/2] ARM: imx: add select on ARCH_MXC for cpufreq support

2014-01-12 Thread John Tobias
I tested leaving the HAVE_IMX_ANATOP under SOC_IMX6Q and SOC_IMX6SL. The iMX6Q cpufreq driver won't show up in menu config / gconfig and that's the reason why I added it. Regards, john On Sun, Jan 12, 2014 at 7:20 PM, Shawn Guo wrote: > On Thu, Jan 09, 2014 at 06:39:51PM -0800, John Tobias

Re: [PATCH v4 1/2] ARM: imx: add select on ARCH_MXC for cpufreq support

2014-01-12 Thread Shawn Guo
On Thu, Jan 09, 2014 at 06:39:51PM -0800, John Tobias wrote: > Moved ARCH_HAS_CPUFREQ, HAVE_IMX_ANATOP and PM_OPP on ARCH_MXC so that > the user can enable the cpufreq support for iMX6Q and/or iMX6SL. All I was asking is to move the following: select ARCH_HAS_CPUFREQ select

Re: [PATCH v4 1/2] ARM: imx: add select on ARCH_MXC for cpufreq support

2014-01-12 Thread Shawn Guo
On Thu, Jan 09, 2014 at 06:39:51PM -0800, John Tobias wrote: Moved ARCH_HAS_CPUFREQ, HAVE_IMX_ANATOP and PM_OPP on ARCH_MXC so that the user can enable the cpufreq support for iMX6Q and/or iMX6SL. All I was asking is to move the following: select ARCH_HAS_CPUFREQ select

Re: [PATCH v4 1/2] ARM: imx: add select on ARCH_MXC for cpufreq support

2014-01-12 Thread John Tobias
I tested leaving the HAVE_IMX_ANATOP under SOC_IMX6Q and SOC_IMX6SL. The iMX6Q cpufreq driver won't show up in menu config / gconfig and that's the reason why I added it. Regards, john On Sun, Jan 12, 2014 at 7:20 PM, Shawn Guo shawn@linaro.org wrote: On Thu, Jan 09, 2014 at 06:39:51PM

Re: [PATCH v4 1/2] ARM: imx: add select on ARCH_MXC for cpufreq support

2014-01-12 Thread Shawn Guo
On Sun, Jan 12, 2014 at 08:54:18PM -0800, John Tobias wrote: I tested leaving the HAVE_IMX_ANATOP under SOC_IMX6Q and SOC_IMX6SL. The iMX6Q cpufreq driver won't show up in menu config / gconfig and that's the reason why I added it. I tested the following changes against my for-next branch, and

[PATCH v4 1/2] ARM: imx: add select on ARCH_MXC for cpufreq support

2014-01-09 Thread John Tobias
Moved ARCH_HAS_CPUFREQ, HAVE_IMX_ANATOP and PM_OPP on ARCH_MXC so that the user can enable the cpufreq support for iMX6Q and/or iMX6SL. Signed-off-by: John Tobias --- arch/arm/mach-imx/Kconfig | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git

[PATCH v4 1/2] ARM: imx: add select on ARCH_MXC for cpufreq support

2014-01-09 Thread John Tobias
Moved ARCH_HAS_CPUFREQ, HAVE_IMX_ANATOP and PM_OPP on ARCH_MXC so that the user can enable the cpufreq support for iMX6Q and/or iMX6SL. Signed-off-by: John Tobias john.tobias...@gmail.com --- arch/arm/mach-imx/Kconfig | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff