Re: [PATCH] ARM: imx: add cpufreq device for imx6ul

2015-10-12 Thread Shawn Guo
On Fri, Oct 09, 2015 at 11:35:30PM +0800, Bai Ping wrote: > Add cpufreq device for i.MX6UL. Using the common > cpufreq of i.MX6 SOC. > > Signed-off-by: Bai Ping Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] ARM: imx: add cpufreq device for imx6ul

2015-10-12 Thread Shawn Guo
On Fri, Oct 09, 2015 at 11:35:30PM +0800, Bai Ping wrote: > Add cpufreq device for i.MX6UL. Using the common > cpufreq of i.MX6 SOC. > > Signed-off-by: Bai Ping Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

[PATCH] ARM: imx: add cpufreq device for imx6ul

2015-10-09 Thread Bai Ping
Add cpufreq device for i.MX6UL. Using the common cpufreq of i.MX6 SOC. Signed-off-by: Bai Ping --- arch/arm/mach-imx/mach-imx6ul.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/mach-imx/mach-imx6ul.c b/arch/arm/mach-imx/mach-imx6ul.c index be832b9..acaf705 100644 ---

[PATCH] ARM: imx: add cpufreq device for imx6ul

2015-10-09 Thread Bai Ping
Add cpufreq device for i.MX6UL. Using the common cpufreq of i.MX6 SOC. Signed-off-by: Bai Ping --- arch/arm/mach-imx/mach-imx6ul.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/mach-imx/mach-imx6ul.c b/arch/arm/mach-imx/mach-imx6ul.c index