Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1703589 > unrolled thread

[PATCH] cpufreq: dt: Add rk3328 compatible to use generic cpufreq driver

Started byFinley Xiao <finley.xiao@rock-chips.com>
First post2017-08-04 04:00 +0200
Last post2017-08-10 01:00 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] cpufreq: dt: Add rk3328 compatible to use generic cpufreq driver Finley Xiao <finley.xiao@rock-chips.com> - 2017-08-04 04:00 +0200
    Re: [PATCH] cpufreq: dt: Add rk3328 compatible to use generic  cpufreq driver Viresh Kumar <viresh.kumar@linaro.org> - 2017-08-04 07:20 +0200
      Re: [PATCH] cpufreq: dt: Add rk3328 compatible to use generic cpufreq driver "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2017-08-10 01:00 +0200

#1703589 — [PATCH] cpufreq: dt: Add rk3328 compatible to use generic cpufreq driver

FromFinley Xiao <finley.xiao@rock-chips.com>
Date2017-08-04 04:00 +0200
Subject[PATCH] cpufreq: dt: Add rk3328 compatible to use generic cpufreq driver
Message-ID<uaA49-bM-13@gated-at.bofh.it>
This patch adds the rk3328 compatible string for supporting
the generic cpufreq driver on RK3328.

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.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 096aea7..13c0c47 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -76,6 +76,7 @@ static const struct of_device_id machines[] __initconst = {
 	{ .compatible = "rockchip,rk3188", },
 	{ .compatible = "rockchip,rk3228", },
 	{ .compatible = "rockchip,rk3288", },
+	{ .compatible = "rockchip,rk3328", },
 	{ .compatible = "rockchip,rk3366", },
 	{ .compatible = "rockchip,rk3368", },
 	{ .compatible = "rockchip,rk3399", },
-- 
2.7.4

[toc] | [next] | [standalone]


#1703669 — Re: [PATCH] cpufreq: dt: Add rk3328 compatible to use generic cpufreq driver

FromViresh Kumar <viresh.kumar@linaro.org>
Date2017-08-04 07:20 +0200
SubjectRe: [PATCH] cpufreq: dt: Add rk3328 compatible to use generic cpufreq driver
Message-ID<uaDbH-2HV-3@gated-at.bofh.it>
In reply to#1703589
On 04-08-17, 09:52, Finley Xiao wrote:
> This patch adds the rk3328 compatible string for supporting
> the generic cpufreq driver on RK3328.
> 
> Signed-off-by: Finley Xiao <finley.xiao@rock-chips.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 096aea7..13c0c47 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -76,6 +76,7 @@ static const struct of_device_id machines[] __initconst = {
>  	{ .compatible = "rockchip,rk3188", },
>  	{ .compatible = "rockchip,rk3228", },
>  	{ .compatible = "rockchip,rk3288", },
> +	{ .compatible = "rockchip,rk3328", },
>  	{ .compatible = "rockchip,rk3366", },
>  	{ .compatible = "rockchip,rk3368", },
>  	{ .compatible = "rockchip,rk3399", },

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

-- 
viresh

[toc] | [prev] | [next] | [standalone]


#1708048

From"Rafael J. Wysocki" <rjw@rjwysocki.net>
Date2017-08-10 01:00 +0200
Message-ID<ucI7f-5hs-1@gated-at.bofh.it>
In reply to#1703669
On Friday, August 4, 2017 7:10:41 AM CEST Viresh Kumar wrote:
> On 04-08-17, 09:52, Finley Xiao wrote:
> > This patch adds the rk3328 compatible string for supporting
> > the generic cpufreq driver on RK3328.
> > 
> > Signed-off-by: Finley Xiao <finley.xiao@rock-chips.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 096aea7..13c0c47 100644
> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> > @@ -76,6 +76,7 @@ static const struct of_device_id machines[] __initconst = {
> >  	{ .compatible = "rockchip,rk3188", },
> >  	{ .compatible = "rockchip,rk3228", },
> >  	{ .compatible = "rockchip,rk3288", },
> > +	{ .compatible = "rockchip,rk3328", },
> >  	{ .compatible = "rockchip,rk3366", },
> >  	{ .compatible = "rockchip,rk3368", },
> >  	{ .compatible = "rockchip,rk3399", },
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> 
> 

Applied, thanks!

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web