All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist
@ 2017-08-29 15:37 Masahiro Yamada
  2017-09-14 21:26 ` Viresh Kumar
  0 siblings, 1 reply; 5+ messages in thread
From: Masahiro Yamada @ 2017-08-29 15:37 UTC (permalink / raw)
  To: Rafael J . Wysocki, Viresh Kumar, linux-pm
  Cc: Masahiro Yamada, Rafael J. Wysocki, linux-kernel

As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes
uniphier-pxs2.dtsi, which uses "operating-points-v2" property
and whose cpufreq device is automatically created.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index a020da7940d6..c344fc1c4eb8 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -83,8 +83,6 @@ static const struct of_device_id whitelist[] __initconst = {
 	{ .compatible = "rockchip,rk3368", },
 	{ .compatible = "rockchip,rk3399", },
 
-	{ .compatible = "socionext,uniphier-ld6b", },
-
 	{ .compatible = "st-ericsson,u8500", },
 	{ .compatible = "st-ericsson,u8540", },
 	{ .compatible = "st-ericsson,u9500", },
-- 
2.7.4

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

* Re: [PATCH] cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist
  2017-08-29 15:37 [PATCH] cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist Masahiro Yamada
@ 2017-09-14 21:26 ` Viresh Kumar
  2017-10-09 12:15   ` Masahiro Yamada
  2017-10-10  3:25   ` Viresh Kumar
  0 siblings, 2 replies; 5+ messages in thread
From: Viresh Kumar @ 2017-09-14 21:26 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: Rafael J . Wysocki, linux-pm, Rafael J. Wysocki, linux-kernel

On 30-08-17, 00:37, Masahiro Yamada wrote:
> As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes
> uniphier-pxs2.dtsi, which uses "operating-points-v2" property
> and whose cpufreq device is automatically created.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
>  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index a020da7940d6..c344fc1c4eb8 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -83,8 +83,6 @@ static const struct of_device_id whitelist[] __initconst = {
>  	{ .compatible = "rockchip,rk3368", },
>  	{ .compatible = "rockchip,rk3399", },
>  
> -	{ .compatible = "socionext,uniphier-ld6b", },
> -
>  	{ .compatible = "st-ericsson,u8500", },
>  	{ .compatible = "st-ericsson,u8540", },
>  	{ .compatible = "st-ericsson,u9500", },

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

-- 
viresh

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

* Re: [PATCH] cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist
  2017-09-14 21:26 ` Viresh Kumar
@ 2017-10-09 12:15   ` Masahiro Yamada
  2017-10-10  3:25   ` Viresh Kumar
  1 sibling, 0 replies; 5+ messages in thread
From: Masahiro Yamada @ 2017-10-09 12:15 UTC (permalink / raw)
  To: Viresh Kumar, Rafael J . Wysocki
  Cc: Linux PM mailing list, Rafael J. Wysocki, Linux Kernel Mailing List

Hi Rafael,


2017-09-15 6:26 GMT+09:00 Viresh Kumar <viresh.kumar@linaro.org>:
> On 30-08-17, 00:37, Masahiro Yamada wrote:
>> As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes
>> uniphier-pxs2.dtsi, which uses "operating-points-v2" property
>> and whose cpufreq device is automatically created.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>> ---
>>
>>  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>>  1 file changed, 2 deletions(-)
>>
>> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
>> index a020da7940d6..c344fc1c4eb8 100644
>> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
>> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
>> @@ -83,8 +83,6 @@ static const struct of_device_id whitelist[] __initconst = {
>>       { .compatible = "rockchip,rk3368", },
>>       { .compatible = "rockchip,rk3399", },
>>
>> -     { .compatible = "socionext,uniphier-ld6b", },
>> -
>>       { .compatible = "st-ericsson,u8500", },
>>       { .compatible = "st-ericsson,u8540", },
>>       { .compatible = "st-ericsson,u9500", },
>
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>


Viresh issued Ack.

Could you apply this for v4.15?  (or perhaps v4.14?)



-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH] cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist
  2017-09-14 21:26 ` Viresh Kumar
  2017-10-09 12:15   ` Masahiro Yamada
@ 2017-10-10  3:25   ` Viresh Kumar
  2017-10-10 15:45     ` Rafael J. Wysocki
  1 sibling, 1 reply; 5+ messages in thread
From: Viresh Kumar @ 2017-10-10  3:25 UTC (permalink / raw)
  To: Rafael J . Wysocki
  Cc: Masahiro Yamada, linux-pm, Rafael J. Wysocki, linux-kernel

On 14-09-17, 14:26, Viresh Kumar wrote:
> On 30-08-17, 00:37, Masahiro Yamada wrote:
> > As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes
> > uniphier-pxs2.dtsi, which uses "operating-points-v2" property
> > and whose cpufreq device is automatically created.
> > 
> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> > ---
> > 
> >  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> > index a020da7940d6..c344fc1c4eb8 100644
> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> > @@ -83,8 +83,6 @@ static const struct of_device_id whitelist[] __initconst = {
> >  	{ .compatible = "rockchip,rk3368", },
> >  	{ .compatible = "rockchip,rk3399", },
> >  
> > -	{ .compatible = "socionext,uniphier-ld6b", },
> > -
> >  	{ .compatible = "st-ericsson,u8500", },
> >  	{ .compatible = "st-ericsson,u8540", },
> >  	{ .compatible = "st-ericsson,u9500", },
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

@Rafael: You missed my Ack while applying this patch ?

-- 
viresh

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

* Re: [PATCH] cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist
  2017-10-10  3:25   ` Viresh Kumar
@ 2017-10-10 15:45     ` Rafael J. Wysocki
  0 siblings, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2017-10-10 15:45 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: Rafael J . Wysocki, Masahiro Yamada, Linux PM, Rafael J. Wysocki,
	Linux Kernel Mailing List

On Tue, Oct 10, 2017 at 5:25 AM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> On 14-09-17, 14:26, Viresh Kumar wrote:
>> On 30-08-17, 00:37, Masahiro Yamada wrote:
>> > As you see arch/arm/boot/dts/uniphier-ld6b.dtsi, it includes
>> > uniphier-pxs2.dtsi, which uses "operating-points-v2" property
>> > and whose cpufreq device is automatically created.
>> >
>> > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>> > ---
>> >
>> >  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>> >  1 file changed, 2 deletions(-)
>> >
>> > diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
>> > index a020da7940d6..c344fc1c4eb8 100644
>> > --- a/drivers/cpufreq/cpufreq-dt-platdev.c
>> > +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
>> > @@ -83,8 +83,6 @@ static const struct of_device_id whitelist[] __initconst = {
>> >     { .compatible = "rockchip,rk3368", },
>> >     { .compatible = "rockchip,rk3399", },
>> >
>> > -   { .compatible = "socionext,uniphier-ld6b", },
>> > -
>> >     { .compatible = "st-ericsson,u8500", },
>> >     { .compatible = "st-ericsson,u8540", },
>> >     { .compatible = "st-ericsson,u9500", },
>>
>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
>
> @Rafael: You missed my Ack while applying this patch ?

No, I had applied it before you acked it, because it was super-obvious. :-)

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

end of thread, other threads:[~2017-10-10 15:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 15:37 [PATCH] cpufreq: dt-platdev: drop socionext,uniphier-ld6b from whitelist Masahiro Yamada
2017-09-14 21:26 ` Viresh Kumar
2017-10-09 12:15   ` Masahiro Yamada
2017-10-10  3:25   ` Viresh Kumar
2017-10-10 15:45     ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.