All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
@ 2018-05-02  9:58 ` Simon Horman
  0 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-02  9:58 UTC (permalink / raw)
  To: linux-renesas-soc, Rafael J. Wysocki, Viresh Kumar
  Cc: linux-arm-kernel, Magnus Damm, linux-pm, Simon Horman

Revert commits that added explicit support for Renesas R-Car Gen 3
r8a779[56] SoCs to the generic cpufreq driver.

This is no longer needed since the flowing commit and to the best of my
knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
dt-platdev: Automatically create cpufreq device with OPP v2")

Simon Horman (2):
  Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
    driver"
  Revert "cpufreq: rcar: Add support for R8A7795 SoC"

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

-- 
2.11.0

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

* [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
@ 2018-05-02  9:58 ` Simon Horman
  0 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-02  9:58 UTC (permalink / raw)
  To: linux-renesas-soc, Rafael J. Wysocki, Viresh Kumar
  Cc: Simon Horman, Magnus Damm, linux-arm-kernel, linux-pm

Revert commits that added explicit support for Renesas R-Car Gen 3
r8a779[56] SoCs to the generic cpufreq driver.

This is no longer needed since the flowing commit and to the best of my
knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
dt-platdev: Automatically create cpufreq device with OPP v2")

Simon Horman (2):
  Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
    driver"
  Revert "cpufreq: rcar: Add support for R8A7795 SoC"

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

-- 
2.11.0

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

* [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
@ 2018-05-02  9:58 ` Simon Horman
  0 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-02  9:58 UTC (permalink / raw)
  To: linux-arm-kernel

Revert commits that added explicit support for Renesas R-Car Gen 3
r8a779[56] SoCs to the generic cpufreq driver.

This is no longer needed since the flowing commit and to the best of my
knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
dt-platdev: Automatically create cpufreq device with OPP v2")

Simon Horman (2):
  Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
    driver"
  Revert "cpufreq: rcar: Add support for R8A7795 SoC"

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

-- 
2.11.0

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

* [PATCH 1/2] Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver"
  2018-05-02  9:58 ` Simon Horman
  (?)
@ 2018-05-02  9:58   ` Simon Horman
  -1 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-02  9:58 UTC (permalink / raw)
  To: linux-renesas-soc, Rafael J. Wysocki, Viresh Kumar
  Cc: linux-arm-kernel, Magnus Damm, linux-pm, Simon Horman

This reverts commit bea2ebca6b917e46d0c585f416f1326fdf41e69b.

This is no longer needed since the flowing commit and to the best
of my knowledge is not relied on by any upstream DTS:
edeec420de24 ("cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2")

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 3b585e4bfac5..206ae7460f4a 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -67,7 +67,6 @@ static const struct of_device_id whitelist[] __initconst = {
 	{ .compatible = "renesas,r8a7793", },
 	{ .compatible = "renesas,r8a7794", },
 	{ .compatible = "renesas,r8a7795", },
-	{ .compatible = "renesas,r8a7796", },
 	{ .compatible = "renesas,sh73a0", },
 
 	{ .compatible = "rockchip,rk2928", },
-- 
2.11.0

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

* [PATCH 1/2] Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver"
@ 2018-05-02  9:58   ` Simon Horman
  0 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-02  9:58 UTC (permalink / raw)
  To: linux-renesas-soc, Rafael J. Wysocki, Viresh Kumar
  Cc: Simon Horman, Magnus Damm, linux-arm-kernel, linux-pm

This reverts commit bea2ebca6b917e46d0c585f416f1326fdf41e69b.

This is no longer needed since the flowing commit and to the best
of my knowledge is not relied on by any upstream DTS:
edeec420de24 ("cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2")

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 3b585e4bfac5..206ae7460f4a 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -67,7 +67,6 @@ static const struct of_device_id whitelist[] __initconst = {
 	{ .compatible = "renesas,r8a7793", },
 	{ .compatible = "renesas,r8a7794", },
 	{ .compatible = "renesas,r8a7795", },
-	{ .compatible = "renesas,r8a7796", },
 	{ .compatible = "renesas,sh73a0", },
 
 	{ .compatible = "rockchip,rk2928", },
-- 
2.11.0

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

* [PATCH 1/2] Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver"
@ 2018-05-02  9:58   ` Simon Horman
  0 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-02  9:58 UTC (permalink / raw)
  To: linux-arm-kernel

This reverts commit bea2ebca6b917e46d0c585f416f1326fdf41e69b.

This is no longer needed since the flowing commit and to the best
of my knowledge is not relied on by any upstream DTS:
edeec420de24 ("cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2")

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 3b585e4bfac5..206ae7460f4a 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -67,7 +67,6 @@ static const struct of_device_id whitelist[] __initconst = {
 	{ .compatible = "renesas,r8a7793", },
 	{ .compatible = "renesas,r8a7794", },
 	{ .compatible = "renesas,r8a7795", },
-	{ .compatible = "renesas,r8a7796", },
 	{ .compatible = "renesas,sh73a0", },
 
 	{ .compatible = "rockchip,rk2928", },
-- 
2.11.0

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

* [PATCH 2/2] Revert "cpufreq: rcar: Add support for R8A7795 SoC"
  2018-05-02  9:58 ` Simon Horman
  (?)
@ 2018-05-02  9:58   ` Simon Horman
  -1 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-02  9:58 UTC (permalink / raw)
  To: linux-renesas-soc, Rafael J. Wysocki, Viresh Kumar
  Cc: linux-arm-kernel, Magnus Damm, linux-pm, Simon Horman

This reverts commit 034def597bb73cbf29ffade7d8aec8408af8c743.

This is no longer needed since the flowing commit and to the best
of my knowledge is not relied on by any upstream DTS:
edeec420de24 ("cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2")

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 206ae7460f4a..c2165edadd41 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -66,7 +66,6 @@ static const struct of_device_id whitelist[] __initconst = {
 	{ .compatible = "renesas,r8a7792", },
 	{ .compatible = "renesas,r8a7793", },
 	{ .compatible = "renesas,r8a7794", },
-	{ .compatible = "renesas,r8a7795", },
 	{ .compatible = "renesas,sh73a0", },
 
 	{ .compatible = "rockchip,rk2928", },
-- 
2.11.0

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

* [PATCH 2/2] Revert "cpufreq: rcar: Add support for R8A7795 SoC"
@ 2018-05-02  9:58   ` Simon Horman
  0 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-02  9:58 UTC (permalink / raw)
  To: linux-renesas-soc, Rafael J. Wysocki, Viresh Kumar
  Cc: Simon Horman, Magnus Damm, linux-arm-kernel, linux-pm

This reverts commit 034def597bb73cbf29ffade7d8aec8408af8c743.

This is no longer needed since the flowing commit and to the best
of my knowledge is not relied on by any upstream DTS:
edeec420de24 ("cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2")

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 206ae7460f4a..c2165edadd41 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -66,7 +66,6 @@ static const struct of_device_id whitelist[] __initconst = {
 	{ .compatible = "renesas,r8a7792", },
 	{ .compatible = "renesas,r8a7793", },
 	{ .compatible = "renesas,r8a7794", },
-	{ .compatible = "renesas,r8a7795", },
 	{ .compatible = "renesas,sh73a0", },
 
 	{ .compatible = "rockchip,rk2928", },
-- 
2.11.0

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

* [PATCH 2/2] Revert "cpufreq: rcar: Add support for R8A7795 SoC"
@ 2018-05-02  9:58   ` Simon Horman
  0 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-02  9:58 UTC (permalink / raw)
  To: linux-arm-kernel

This reverts commit 034def597bb73cbf29ffade7d8aec8408af8c743.

This is no longer needed since the flowing commit and to the best
of my knowledge is not relied on by any upstream DTS:
edeec420de24 ("cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2")

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 206ae7460f4a..c2165edadd41 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -66,7 +66,6 @@ static const struct of_device_id whitelist[] __initconst = {
 	{ .compatible = "renesas,r8a7792", },
 	{ .compatible = "renesas,r8a7793", },
 	{ .compatible = "renesas,r8a7794", },
-	{ .compatible = "renesas,r8a7795", },
 	{ .compatible = "renesas,sh73a0", },
 
 	{ .compatible = "rockchip,rk2928", },
-- 
2.11.0

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

* Re: [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
  2018-05-02  9:58 ` Simon Horman
  (?)
@ 2018-05-02 10:03   ` Viresh Kumar
  -1 siblings, 0 replies; 21+ messages in thread
From: Viresh Kumar @ 2018-05-02 10:03 UTC (permalink / raw)
  To: Simon Horman
  Cc: linux-renesas-soc, Rafael J. Wysocki, linux-arm-kernel,
	Magnus Damm, linux-pm

On 02-05-18, 11:58, Simon Horman wrote:
> Revert commits that added explicit support for Renesas R-Car Gen 3
> r8a779[56] SoCs to the generic cpufreq driver.
> 
> This is no longer needed since the flowing commit and to the best of my

s/flowing/following ?

Same thing in the patches as well.

> knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
> dt-platdev: Automatically create cpufreq device with OPP v2")
> 
> Simon Horman (2):
>   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
>     driver"
>   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
> 
>  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>  1 file changed, 2 deletions(-)

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

-- 
viresh

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

* Re: [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
@ 2018-05-02 10:03   ` Viresh Kumar
  0 siblings, 0 replies; 21+ messages in thread
From: Viresh Kumar @ 2018-05-02 10:03 UTC (permalink / raw)
  To: Simon Horman
  Cc: linux-renesas-soc, Magnus Damm, Rafael J. Wysocki,
	linux-arm-kernel, linux-pm

On 02-05-18, 11:58, Simon Horman wrote:
> Revert commits that added explicit support for Renesas R-Car Gen 3
> r8a779[56] SoCs to the generic cpufreq driver.
> 
> This is no longer needed since the flowing commit and to the best of my

s/flowing/following ?

Same thing in the patches as well.

> knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
> dt-platdev: Automatically create cpufreq device with OPP v2")
> 
> Simon Horman (2):
>   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
>     driver"
>   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
> 
>  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>  1 file changed, 2 deletions(-)

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

-- 
viresh

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

* [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
@ 2018-05-02 10:03   ` Viresh Kumar
  0 siblings, 0 replies; 21+ messages in thread
From: Viresh Kumar @ 2018-05-02 10:03 UTC (permalink / raw)
  To: linux-arm-kernel

On 02-05-18, 11:58, Simon Horman wrote:
> Revert commits that added explicit support for Renesas R-Car Gen 3
> r8a779[56] SoCs to the generic cpufreq driver.
> 
> This is no longer needed since the flowing commit and to the best of my

s/flowing/following ?

Same thing in the patches as well.

> knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
> dt-platdev: Automatically create cpufreq device with OPP v2")
> 
> Simon Horman (2):
>   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
>     driver"
>   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
> 
>  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>  1 file changed, 2 deletions(-)

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

-- 
viresh

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

* Re: [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
  2018-05-02  9:58 ` Simon Horman
  (?)
@ 2018-05-10  9:51   ` Rafael J. Wysocki
  -1 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2018-05-10  9:51 UTC (permalink / raw)
  To: Simon Horman
  Cc: linux-renesas-soc, Viresh Kumar, linux-arm-kernel, Magnus Damm, linux-pm

On Wednesday, May 2, 2018 11:58:04 AM CEST Simon Horman wrote:
> Revert commits that added explicit support for Renesas R-Car Gen 3
> r8a779[56] SoCs to the generic cpufreq driver.
> 
> This is no longer needed since the flowing commit and to the best of my
> knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
> dt-platdev: Automatically create cpufreq device with OPP v2")
> 
> Simon Horman (2):
>   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
>     driver"
>   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
> 
>  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> 

Am I expected to pick up this series?

Thanks,
Rafael

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

* Re: [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
@ 2018-05-10  9:51   ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2018-05-10  9:51 UTC (permalink / raw)
  To: Simon Horman
  Cc: linux-renesas-soc, Viresh Kumar, Magnus Damm, linux-arm-kernel, linux-pm

On Wednesday, May 2, 2018 11:58:04 AM CEST Simon Horman wrote:
> Revert commits that added explicit support for Renesas R-Car Gen 3
> r8a779[56] SoCs to the generic cpufreq driver.
> 
> This is no longer needed since the flowing commit and to the best of my
> knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
> dt-platdev: Automatically create cpufreq device with OPP v2")
> 
> Simon Horman (2):
>   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
>     driver"
>   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
> 
>  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> 

Am I expected to pick up this series?

Thanks,
Rafael

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

* [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
@ 2018-05-10  9:51   ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2018-05-10  9:51 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, May 2, 2018 11:58:04 AM CEST Simon Horman wrote:
> Revert commits that added explicit support for Renesas R-Car Gen 3
> r8a779[56] SoCs to the generic cpufreq driver.
> 
> This is no longer needed since the flowing commit and to the best of my
> knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
> dt-platdev: Automatically create cpufreq device with OPP v2")
> 
> Simon Horman (2):
>   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
>     driver"
>   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
> 
>  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>  1 file changed, 2 deletions(-)
> 
> 

Am I expected to pick up this series?

Thanks,
Rafael

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

* Re: [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
  2018-05-10  9:51   ` Rafael J. Wysocki
  (?)
@ 2018-05-15  7:35     ` Simon Horman
  -1 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-15  7:35 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: linux-renesas-soc, Viresh Kumar, linux-arm-kernel, Magnus Damm, linux-pm

On Thu, May 10, 2018 at 11:51:38AM +0200, Rafael J. Wysocki wrote:
> On Wednesday, May 2, 2018 11:58:04 AM CEST Simon Horman wrote:
> > Revert commits that added explicit support for Renesas R-Car Gen 3
> > r8a779[56] SoCs to the generic cpufreq driver.
> > 
> > This is no longer needed since the flowing commit and to the best of my
> > knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
> > dt-platdev: Automatically create cpufreq device with OPP v2")
> > 
> > Simon Horman (2):
> >   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
> >     driver"
> >   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
> > 
> >  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > 
> 
> Am I expected to pick up this series?

Hi Rafael,

that would be ideal from my point of view.

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

* Re: [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
@ 2018-05-15  7:35     ` Simon Horman
  0 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-15  7:35 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: linux-renesas-soc, Viresh Kumar, Magnus Damm, linux-arm-kernel, linux-pm

On Thu, May 10, 2018 at 11:51:38AM +0200, Rafael J. Wysocki wrote:
> On Wednesday, May 2, 2018 11:58:04 AM CEST Simon Horman wrote:
> > Revert commits that added explicit support for Renesas R-Car Gen 3
> > r8a779[56] SoCs to the generic cpufreq driver.
> > 
> > This is no longer needed since the flowing commit and to the best of my
> > knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
> > dt-platdev: Automatically create cpufreq device with OPP v2")
> > 
> > Simon Horman (2):
> >   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
> >     driver"
> >   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
> > 
> >  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > 
> 
> Am I expected to pick up this series?

Hi Rafael,

that would be ideal from my point of view.

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

* [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
@ 2018-05-15  7:35     ` Simon Horman
  0 siblings, 0 replies; 21+ messages in thread
From: Simon Horman @ 2018-05-15  7:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, May 10, 2018 at 11:51:38AM +0200, Rafael J. Wysocki wrote:
> On Wednesday, May 2, 2018 11:58:04 AM CEST Simon Horman wrote:
> > Revert commits that added explicit support for Renesas R-Car Gen 3
> > r8a779[56] SoCs to the generic cpufreq driver.
> > 
> > This is no longer needed since the flowing commit and to the best of my
> > knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
> > dt-platdev: Automatically create cpufreq device with OPP v2")
> > 
> > Simon Horman (2):
> >   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
> >     driver"
> >   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
> > 
> >  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
> >  1 file changed, 2 deletions(-)
> > 
> > 
> 
> Am I expected to pick up this series?

Hi Rafael,

that would be ideal from my point of view.

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

* Re: [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
  2018-05-15  7:35     ` Simon Horman
  (?)
@ 2018-05-15  8:00       ` Rafael J. Wysocki
  -1 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2018-05-15  8:00 UTC (permalink / raw)
  To: Simon Horman
  Cc: Rafael J. Wysocki, Linux-Renesas, Viresh Kumar, Linux ARM,
	Magnus Damm, Linux PM

On Tue, May 15, 2018 at 9:35 AM, Simon Horman <horms@verge.net.au> wrote:
> On Thu, May 10, 2018 at 11:51:38AM +0200, Rafael J. Wysocki wrote:
>> On Wednesday, May 2, 2018 11:58:04 AM CEST Simon Horman wrote:
>> > Revert commits that added explicit support for Renesas R-Car Gen 3
>> > r8a779[56] SoCs to the generic cpufreq driver.
>> >
>> > This is no longer needed since the flowing commit and to the best of my
>> > knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
>> > dt-platdev: Automatically create cpufreq device with OPP v2")
>> >
>> > Simon Horman (2):
>> >   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
>> >     driver"
>> >   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
>> >
>> >  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>> >  1 file changed, 2 deletions(-)
>> >
>> >
>>
>> Am I expected to pick up this series?
>
> Hi Rafael,
>
> that would be ideal from my point of view.

OK, I'll queue them up, then.

Thanks!

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

* Re: [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
@ 2018-05-15  8:00       ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2018-05-15  8:00 UTC (permalink / raw)
  To: Simon Horman
  Cc: Rafael J. Wysocki, Linux PM, Viresh Kumar, Magnus Damm,
	Linux-Renesas, Linux ARM

On Tue, May 15, 2018 at 9:35 AM, Simon Horman <horms@verge.net.au> wrote:
> On Thu, May 10, 2018 at 11:51:38AM +0200, Rafael J. Wysocki wrote:
>> On Wednesday, May 2, 2018 11:58:04 AM CEST Simon Horman wrote:
>> > Revert commits that added explicit support for Renesas R-Car Gen 3
>> > r8a779[56] SoCs to the generic cpufreq driver.
>> >
>> > This is no longer needed since the flowing commit and to the best of my
>> > knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
>> > dt-platdev: Automatically create cpufreq device with OPP v2")
>> >
>> > Simon Horman (2):
>> >   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
>> >     driver"
>> >   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
>> >
>> >  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>> >  1 file changed, 2 deletions(-)
>> >
>> >
>>
>> Am I expected to pick up this series?
>
> Hi Rafael,
>
> that would be ideal from my point of view.

OK, I'll queue them up, then.

Thanks!

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

* [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs
@ 2018-05-15  8:00       ` Rafael J. Wysocki
  0 siblings, 0 replies; 21+ messages in thread
From: Rafael J. Wysocki @ 2018-05-15  8:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, May 15, 2018 at 9:35 AM, Simon Horman <horms@verge.net.au> wrote:
> On Thu, May 10, 2018 at 11:51:38AM +0200, Rafael J. Wysocki wrote:
>> On Wednesday, May 2, 2018 11:58:04 AM CEST Simon Horman wrote:
>> > Revert commits that added explicit support for Renesas R-Car Gen 3
>> > r8a779[56] SoCs to the generic cpufreq driver.
>> >
>> > This is no longer needed since the flowing commit and to the best of my
>> > knowledge is not relied on by any upstream DTS: edeec420de24 ("cpufreq:
>> > dt-platdev: Automatically create cpufreq device with OPP v2")
>> >
>> > Simon Horman (2):
>> >   Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq
>> >     driver"
>> >   Revert "cpufreq: rcar: Add support for R8A7795 SoC"
>> >
>> >  drivers/cpufreq/cpufreq-dt-platdev.c | 2 --
>> >  1 file changed, 2 deletions(-)
>> >
>> >
>>
>> Am I expected to pick up this series?
>
> Hi Rafael,
>
> that would be ideal from my point of view.

OK, I'll queue them up, then.

Thanks!

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

end of thread, other threads:[~2018-05-15  8:00 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-02  9:58 [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs Simon Horman
2018-05-02  9:58 ` Simon Horman
2018-05-02  9:58 ` Simon Horman
2018-05-02  9:58 ` [PATCH 1/2] Revert "cpufreq: dt: Add r8a7796 support to to use generic cpufreq driver" Simon Horman
2018-05-02  9:58   ` Simon Horman
2018-05-02  9:58   ` Simon Horman
2018-05-02  9:58 ` [PATCH 2/2] Revert "cpufreq: rcar: Add support for R8A7795 SoC" Simon Horman
2018-05-02  9:58   ` Simon Horman
2018-05-02  9:58   ` Simon Horman
2018-05-02 10:03 ` [PATCH 0/2] Revert explicit support for Renesas R-Car Gen 3 r8a779[56] SoCs Viresh Kumar
2018-05-02 10:03   ` Viresh Kumar
2018-05-02 10:03   ` Viresh Kumar
2018-05-10  9:51 ` Rafael J. Wysocki
2018-05-10  9:51   ` Rafael J. Wysocki
2018-05-10  9:51   ` Rafael J. Wysocki
2018-05-15  7:35   ` Simon Horman
2018-05-15  7:35     ` Simon Horman
2018-05-15  7:35     ` Simon Horman
2018-05-15  8:00     ` Rafael J. Wysocki
2018-05-15  8:00       ` Rafael J. Wysocki
2018-05-15  8:00       ` 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.