linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpufreq: dt: Add support for hi3660
@ 2017-05-23  6:34 Tao Wang
  2017-05-23  7:05 ` Viresh Kumar
  0 siblings, 1 reply; 4+ messages in thread
From: Tao Wang @ 2017-05-23  6:34 UTC (permalink / raw)
  To: rjw, viresh.kumar; +Cc: linux-pm, linux-kernel, sunzhaosheng

Add the compatible string for supporting the generic device tree cpufreq-dt
driver on Hisilicon's 3660 SoC.

Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com>
---
 drivers/cpufreq/cpufreq-dt-platdev.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 921b4a6..b54e610 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -32,6 +32,7 @@
 	{ .compatible = "arm,integrator-cp", },
 
 	{ .compatible = "hisilicon,hi6220", },
+	{ .compatible = "hisilicon,hi3660", },
 
 	{ .compatible = "fsl,imx27", },
 	{ .compatible = "fsl,imx51", },
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] cpufreq: dt: Add support for hi3660
  2017-05-23  6:34 [PATCH] cpufreq: dt: Add support for hi3660 Tao Wang
@ 2017-05-23  7:05 ` Viresh Kumar
  2017-05-23  8:13   ` [Patch v2] " Tao Wang
  0 siblings, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2017-05-23  7:05 UTC (permalink / raw)
  To: Tao Wang; +Cc: rjw, linux-pm, linux-kernel, sunzhaosheng

On 23-05-17, 14:34, Tao Wang wrote:
> Add the compatible string for supporting the generic device tree cpufreq-dt
> driver on Hisilicon's 3660 SoC.
> 
> Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com>
> ---
>  drivers/cpufreq/cpufreq-dt-platdev.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index 921b4a6..b54e610 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -32,6 +32,7 @@
>  	{ .compatible = "arm,integrator-cp", },
>  
>  	{ .compatible = "hisilicon,hi6220", },
> +	{ .compatible = "hisilicon,hi3660", },

In alphabetical order please.

>  
>  	{ .compatible = "fsl,imx27", },
>  	{ .compatible = "fsl,imx51", },
> -- 
> 1.7.9.5

-- 
viresh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Patch v2] cpufreq: dt: Add support for hi3660
  2017-05-23  7:05 ` Viresh Kumar
@ 2017-05-23  8:13   ` Tao Wang
  2017-05-23  8:30     ` Viresh Kumar
  0 siblings, 1 reply; 4+ messages in thread
From: Tao Wang @ 2017-05-23  8:13 UTC (permalink / raw)
  To: rjw, viresh.kumar; +Cc: linux-pm, linux-kernel, sunzhaosheng

Add the compatible string for supporting the generic device tree cpufreq-dt
driver on Hisilicon's 3660 SoC.

Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com>
---
Changes in v2:
- changed order according to Viresh's suggestion

 drivers/cpufreq/cpufreq-dt-platdev.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 921b4a6..1c26292 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -31,6 +31,7 @@
 	{ .compatible = "arm,integrator-ap", },
 	{ .compatible = "arm,integrator-cp", },
 
+	{ .compatible = "hisilicon,hi3660", },
 	{ .compatible = "hisilicon,hi6220", },
 
 	{ .compatible = "fsl,imx27", },
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [Patch v2] cpufreq: dt: Add support for hi3660
  2017-05-23  8:13   ` [Patch v2] " Tao Wang
@ 2017-05-23  8:30     ` Viresh Kumar
  0 siblings, 0 replies; 4+ messages in thread
From: Viresh Kumar @ 2017-05-23  8:30 UTC (permalink / raw)
  To: Tao Wang; +Cc: rjw, linux-pm, linux-kernel, sunzhaosheng

On 23-05-17, 16:13, Tao Wang wrote:
> Add the compatible string for supporting the generic device tree cpufreq-dt
> driver on Hisilicon's 3660 SoC.
> 
> Signed-off-by: Tao Wang <kevin.wangtao@hisilicon.com>
> ---
> Changes in v2:
> - changed order according to Viresh's suggestion
> 
>  drivers/cpufreq/cpufreq-dt-platdev.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index 921b4a6..1c26292 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -31,6 +31,7 @@
>  	{ .compatible = "arm,integrator-ap", },
>  	{ .compatible = "arm,integrator-cp", },
>  
> +	{ .compatible = "hisilicon,hi3660", },
>  	{ .compatible = "hisilicon,hi6220", },
>  
>  	{ .compatible = "fsl,imx27", },

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-23  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-23  6:34 [PATCH] cpufreq: dt: Add support for hi3660 Tao Wang
2017-05-23  7:05 ` Viresh Kumar
2017-05-23  8:13   ` [Patch v2] " Tao Wang
2017-05-23  8:30     ` Viresh Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).