* [PATCH] cpufreq: dt: Add support for r8a7792
@ 2016-09-06 12:18 Geert Uytterhoeven
2016-09-07 5:02 ` Viresh Kumar
0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2016-09-06 12:18 UTC (permalink / raw)
To: Rafael J. Wysocki, Viresh Kumar
Cc: Sergei Shtylyov, linux-pm, linux-renesas-soc, Geert Uytterhoeven
Add the compatible string for supporting the generic cpufreq driver on
the Renesas R-Car V2H (r8a7792) SoC.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Untested due to lack of hardware.
---
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 285ed3e6494e9d22..276378a43321a4e0 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -52,6 +52,7 @@ static const struct of_device_id machines[] __initconst = {
{ .compatible = "renesas,r8a7779", },
{ .compatible = "renesas,r8a7790", },
{ .compatible = "renesas,r8a7791", },
+ { .compatible = "renesas,r8a7792", },
{ .compatible = "renesas,r8a7793", },
{ .compatible = "renesas,r8a7794", },
{ .compatible = "renesas,sh73a0", },
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] cpufreq: dt: Add support for r8a7792
2016-09-06 12:18 [PATCH] cpufreq: dt: Add support for r8a7792 Geert Uytterhoeven
@ 2016-09-07 5:02 ` Viresh Kumar
2016-09-14 1:03 ` Rafael J. Wysocki
0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2016-09-07 5:02 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Rafael J. Wysocki, Sergei Shtylyov, linux-pm, linux-renesas-soc
On 06-09-16, 14:18, Geert Uytterhoeven wrote:
> Add the compatible string for supporting the generic cpufreq driver on
> the Renesas R-Car V2H (r8a7792) SoC.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Untested due to lack of hardware.
> ---
> 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 285ed3e6494e9d22..276378a43321a4e0 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -52,6 +52,7 @@ static const struct of_device_id machines[] __initconst = {
> { .compatible = "renesas,r8a7779", },
> { .compatible = "renesas,r8a7790", },
> { .compatible = "renesas,r8a7791", },
> + { .compatible = "renesas,r8a7792", },
> { .compatible = "renesas,r8a7793", },
> { .compatible = "renesas,r8a7794", },
> { .compatible = "renesas,sh73a0", },
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
--
viresh
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] cpufreq: dt: Add support for r8a7792
2016-09-07 5:02 ` Viresh Kumar
@ 2016-09-14 1:03 ` Rafael J. Wysocki
0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2016-09-14 1:03 UTC (permalink / raw)
To: Viresh Kumar, Geert Uytterhoeven
Cc: Sergei Shtylyov, linux-pm, linux-renesas-soc
On Wednesday, September 07, 2016 10:32:59 AM Viresh Kumar wrote:
> On 06-09-16, 14:18, Geert Uytterhoeven wrote:
> > Add the compatible string for supporting the generic cpufreq driver on
> > the Renesas R-Car V2H (r8a7792) SoC.
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> > Untested due to lack of hardware.
> > ---
> > 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 285ed3e6494e9d22..276378a43321a4e0 100644
> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> > @@ -52,6 +52,7 @@ static const struct of_device_id machines[] __initconst = {
> > { .compatible = "renesas,r8a7779", },
> > { .compatible = "renesas,r8a7790", },
> > { .compatible = "renesas,r8a7791", },
> > + { .compatible = "renesas,r8a7792", },
> > { .compatible = "renesas,r8a7793", },
> > { .compatible = "renesas,r8a7794", },
> > { .compatible = "renesas,sh73a0", },
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Applied.
Thanks,
Rafael
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-09-14 1:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-06 12:18 [PATCH] cpufreq: dt: Add support for r8a7792 Geert Uytterhoeven
2016-09-07 5:02 ` Viresh Kumar
2016-09-14 1:03 ` Rafael J. Wysocki
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).