Re: [PATCH 04/13] ARM: shmobile: r8a7792: basic SoC support

2016-06-06 Thread Sergei Shtylyov
Hello. On 06/01/2016 01:18 AM, Sergei Shtylyov wrote: Add minimal support for the R-Car V2H (R8A7792) SoC. Signed-off-by: Sergei Shtylyov [...] Index: renesas/arch/arm/mach-shmobile/setup-r8a7792.c === --- /dev/null +++ renes

Re: [PATCH 04/13] ARM: shmobile: r8a7792: basic SoC support

2016-06-01 Thread Sergei Shtylyov
On 06/01/2016 10:47 AM, Geert Uytterhoeven wrote: --- renesas.orig/arch/arm/mach-shmobile/Kconfig +++ renesas/arch/arm/mach-shmobile/Kconfig @@ -86,6 +86,11 @@ config ARCH_R8A7791 select ARCH_RCAR_GEN2 select I2C +config ARCH_R8A7792 + bool "R-Car V2H (R8A77920)" + s

Re: [PATCH 04/13] ARM: shmobile: r8a7792: basic SoC support

2016-06-01 Thread Geert Uytterhoeven
Hi Sergei, On Wed, Jun 1, 2016 at 12:18 AM, Sergei Shtylyov wrote: > --- renesas.orig/arch/arm/mach-shmobile/Kconfig > +++ renesas/arch/arm/mach-shmobile/Kconfig > @@ -86,6 +86,11 @@ config ARCH_R8A7791 > select ARCH_RCAR_GEN2 > select I2C > > +config ARCH_R8A7792 > + bool "

Re: [PATCH 04/13] ARM: shmobile: r8a7792: basic SoC support

2016-05-31 Thread Simon Horman
On Wed, Jun 01, 2016 at 01:18:22AM +0300, Sergei Shtylyov wrote: > Add minimal support for the R-Car V2H (R8A7792) SoC. > > Signed-off-by: Sergei Shtylyov Acked-by: Simon Horman

[PATCH 04/13] ARM: shmobile: r8a7792: basic SoC support

2016-05-31 Thread Sergei Shtylyov
Add minimal support for the R-Car V2H (R8A7792) SoC. Signed-off-by: Sergei Shtylyov --- arch/arm/mach-shmobile/Kconfig |5 arch/arm/mach-shmobile/Makefile|1 arch/arm/mach-shmobile/setup-r8a7792.c | 34 + 3 files changed, 40 insert