All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH LOCAL 0/2] arm64: renesas_defconfig: Updates for v4.20-rc1
@ 2018-11-07 10:17 Geert Uytterhoeven
  2018-11-07 10:17 ` [PATCH LOCAL 1/2] arm64: renesas_defconfig: Drop CONFIG_ARM_BIG_LITTLE_CPUFREQ=y Geert Uytterhoeven
  2018-11-07 10:17 ` [PATCH LOCAL 2/2] arm64: renesas_defconfig: Enable CONFIG_PHY_RCAR_GEN3_PCIE Geert Uytterhoeven
  0 siblings, 2 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2018-11-07 10:17 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Sergei Shtylyov, linux-renesas-soc, Geert Uytterhoeven

	Hi Simon, Magnus,

This patch series updates renesas_defconfig for dropped and new support in
v4.20-rc1.

Note that this is not intended for upstream merge.

Thanks!

Geert Uytterhoeven (2):
  [LOCAL] arm64: renesas_defconfig: Drop CONFIG_ARM_BIG_LITTLE_CPUFREQ=y
  [LOCAL] arm64: renesas_defconfig: Enable CONFIG_PHY_RCAR_GEN3_PCIE

 arch/arm64/configs/renesas_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.17.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* [PATCH LOCAL 1/2] arm64: renesas_defconfig: Drop CONFIG_ARM_BIG_LITTLE_CPUFREQ=y
  2018-11-07 10:17 [PATCH LOCAL 0/2] arm64: renesas_defconfig: Updates for v4.20-rc1 Geert Uytterhoeven
@ 2018-11-07 10:17 ` Geert Uytterhoeven
  2018-11-08 10:44   ` Simon Horman
  2018-11-07 10:17 ` [PATCH LOCAL 2/2] arm64: renesas_defconfig: Enable CONFIG_PHY_RCAR_GEN3_PCIE Geert Uytterhoeven
  1 sibling, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2018-11-07 10:17 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Sergei Shtylyov, linux-renesas-soc, Geert Uytterhoeven

CONFIG_ARM_BIG_LITTLE_CPUFREQ was removed on arm64 in commit
a7314405d83c8f95 ("cpufreq: drop ARM_BIG_LITTLE_CPUFREQ support for
ARM64").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Not intended for upstream merge.
---
 arch/arm64/configs/renesas_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index a8113a721c11b812..0021497c967ea1a6 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -69,7 +69,6 @@ CONFIG_CPU_IDLE=y
 CONFIG_ARM_CPUIDLE=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPUFREQ_DT=y
-CONFIG_ARM_BIG_LITTLE_CPUFREQ=y
 # CONFIG_DMIID is not set
 CONFIG_VIRTUALIZATION=y
 CONFIG_KVM=y
-- 
2.17.1

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

* [PATCH LOCAL 2/2] arm64: renesas_defconfig: Enable CONFIG_PHY_RCAR_GEN3_PCIE
  2018-11-07 10:17 [PATCH LOCAL 0/2] arm64: renesas_defconfig: Updates for v4.20-rc1 Geert Uytterhoeven
  2018-11-07 10:17 ` [PATCH LOCAL 1/2] arm64: renesas_defconfig: Drop CONFIG_ARM_BIG_LITTLE_CPUFREQ=y Geert Uytterhoeven
@ 2018-11-07 10:17 ` Geert Uytterhoeven
  2018-11-08 10:44   ` Simon Horman
  1 sibling, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2018-11-07 10:17 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Sergei Shtylyov, linux-renesas-soc, Geert Uytterhoeven

Enable R-Car Gen3 PCIe PHY support, which is needed for PCIe to function
on the Renesas Condor board.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Not intended for upstream merge.
---
 arch/arm64/configs/renesas_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 0021497c967ea1a6..db66d9a37bac4112 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -300,6 +300,7 @@ CONFIG_MAX9611=y
 CONFIG_PWM=y
 CONFIG_PWM_RCAR=y
 CONFIG_RESET_CONTROLLER=y
+CONFIG_PHY_RCAR_GEN3_PCIE=y
 CONFIG_PHY_RCAR_GEN3_USB2=y
 CONFIG_PHY_RCAR_GEN3_USB3=y
 CONFIG_TEE=y
-- 
2.17.1

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

* Re: [PATCH LOCAL 1/2] arm64: renesas_defconfig: Drop CONFIG_ARM_BIG_LITTLE_CPUFREQ=y
  2018-11-07 10:17 ` [PATCH LOCAL 1/2] arm64: renesas_defconfig: Drop CONFIG_ARM_BIG_LITTLE_CPUFREQ=y Geert Uytterhoeven
@ 2018-11-08 10:44   ` Simon Horman
  2018-11-13 14:31     ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2018-11-08 10:44 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, Sergei Shtylyov, linux-renesas-soc

On Wed, Nov 07, 2018 at 11:17:17AM +0100, Geert Uytterhoeven wrote:
> CONFIG_ARM_BIG_LITTLE_CPUFREQ was removed on arm64 in commit
> a7314405d83c8f95 ("cpufreq: drop ARM_BIG_LITTLE_CPUFREQ support for
> ARM64").
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Not intended for upstream merge.

Thanks,

This looks fine to me but I will wait to see if there are other reviews
before applying.

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH LOCAL 2/2] arm64: renesas_defconfig: Enable CONFIG_PHY_RCAR_GEN3_PCIE
  2018-11-07 10:17 ` [PATCH LOCAL 2/2] arm64: renesas_defconfig: Enable CONFIG_PHY_RCAR_GEN3_PCIE Geert Uytterhoeven
@ 2018-11-08 10:44   ` Simon Horman
  2018-11-13 14:32     ` Simon Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2018-11-08 10:44 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, Sergei Shtylyov, linux-renesas-soc

On Wed, Nov 07, 2018 at 11:17:18AM +0100, Geert Uytterhoeven wrote:
> Enable R-Car Gen3 PCIe PHY support, which is needed for PCIe to function
> on the Renesas Condor board.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Not intended for upstream merge.

Thanks,

This looks fine to me but I will wait to see if there are other reviews
before applying.

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

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

* Re: [PATCH LOCAL 1/2] arm64: renesas_defconfig: Drop CONFIG_ARM_BIG_LITTLE_CPUFREQ=y
  2018-11-08 10:44   ` Simon Horman
@ 2018-11-13 14:31     ` Simon Horman
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2018-11-13 14:31 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, Sergei Shtylyov, linux-renesas-soc

On Thu, Nov 08, 2018 at 11:44:12AM +0100, Simon Horman wrote:
> On Wed, Nov 07, 2018 at 11:17:17AM +0100, Geert Uytterhoeven wrote:
> > CONFIG_ARM_BIG_LITTLE_CPUFREQ was removed on arm64 in commit
> > a7314405d83c8f95 ("cpufreq: drop ARM_BIG_LITTLE_CPUFREQ support for
> > ARM64").
> > 
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> > Not intended for upstream merge.
> 
> Thanks,
> 
> This looks fine to me but I will wait to see if there are other reviews
> before applying.

Thanks again. I have applied this to topic/renesas-defconfig which
it targeted at the devel branch of the renesas tree but not upstream.

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

* Re: [PATCH LOCAL 2/2] arm64: renesas_defconfig: Enable CONFIG_PHY_RCAR_GEN3_PCIE
  2018-11-08 10:44   ` Simon Horman
@ 2018-11-13 14:32     ` Simon Horman
  0 siblings, 0 replies; 7+ messages in thread
From: Simon Horman @ 2018-11-13 14:32 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, Sergei Shtylyov, linux-renesas-soc

On Thu, Nov 08, 2018 at 11:44:24AM +0100, Simon Horman wrote:
> On Wed, Nov 07, 2018 at 11:17:18AM +0100, Geert Uytterhoeven wrote:
> > Enable R-Car Gen3 PCIe PHY support, which is needed for PCIe to function
> > on the Renesas Condor board.
> > 
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> > Not intended for upstream merge.
> 
> Thanks,
> 
> This looks fine to me but I will wait to see if there are other reviews
> before applying.

Thanks again. I have applied this to topic/renesas-defconfig which              
it targeted at the devel branch of the renesas tree but not upstream. 

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

end of thread, other threads:[~2018-11-14  0:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-07 10:17 [PATCH LOCAL 0/2] arm64: renesas_defconfig: Updates for v4.20-rc1 Geert Uytterhoeven
2018-11-07 10:17 ` [PATCH LOCAL 1/2] arm64: renesas_defconfig: Drop CONFIG_ARM_BIG_LITTLE_CPUFREQ=y Geert Uytterhoeven
2018-11-08 10:44   ` Simon Horman
2018-11-13 14:31     ` Simon Horman
2018-11-07 10:17 ` [PATCH LOCAL 2/2] arm64: renesas_defconfig: Enable CONFIG_PHY_RCAR_GEN3_PCIE Geert Uytterhoeven
2018-11-08 10:44   ` Simon Horman
2018-11-13 14:32     ` Simon Horman

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.