Re: [PATCH v2] ARM: shmobile: Consolidate R8A7743 and R8A779[234] machine definitions

2016-10-20 Thread Sergei Shtylyov

Hello.

On 10/20/2016 11:58 AM, Simon Horman wrote:


The four SoCs use identical machine operations, consolidate them into
two machine definitions in a single file.

Signed-off-by: Laurent Pinchart 
Tested-by: Simon Horman 
Reviewed-by: Geert Uytterhoeven 
---
Changes since v1:

- Rebased on top of Simon's latest devel branch, thus including R8A7743
  consolidation

 arch/arm/mach-shmobile/Makefile  |  4 
 arch/arm/mach-shmobile/setup-r8a7743.c   | 34 ---
 arch/arm/mach-shmobile/setup-r8a7792.c   | 35 
 arch/arm/mach-shmobile/setup-r8a7793.c   | 33 --
 arch/arm/mach-shmobile/setup-r8a7794.c   | 33 --
 arch/arm/mach-shmobile/setup-rcar-gen2.c | 33 ++
 6 files changed, 33 insertions(+), 139 deletions(-)
 delete mode 100644 arch/arm/mach-shmobile/setup-r8a7743.c
 delete mode 100644 arch/arm/mach-shmobile/setup-r8a7792.c
 delete mode 100644 arch/arm/mach-shmobile/setup-r8a7793.c
 delete mode 100644 arch/arm/mach-shmobile/setup-r8a7794.c


Thanks for this Laurent, its a very nice diffstat.
I have queued it up for v4.10.


   I'm not seeing a new devel tag when fetching... :-(

MBR, Sergei



Re: [PATCH v2] ARM: shmobile: Consolidate R8A7743 and R8A779[234] machine definitions

2016-10-20 Thread Simon Horman
On Mon, Oct 17, 2016 at 04:59:04PM +0300, Laurent Pinchart wrote:
> The four SoCs use identical machine operations, consolidate them into
> two machine definitions in a single file.
> 
> Signed-off-by: Laurent Pinchart 
> Tested-by: Simon Horman 
> Reviewed-by: Geert Uytterhoeven 
> ---
> Changes since v1:
> 
> - Rebased on top of Simon's latest devel branch, thus including R8A7743
>   consolidation
> 
>  arch/arm/mach-shmobile/Makefile  |  4 
>  arch/arm/mach-shmobile/setup-r8a7743.c   | 34 ---
>  arch/arm/mach-shmobile/setup-r8a7792.c   | 35 
> 
>  arch/arm/mach-shmobile/setup-r8a7793.c   | 33 --
>  arch/arm/mach-shmobile/setup-r8a7794.c   | 33 --
>  arch/arm/mach-shmobile/setup-rcar-gen2.c | 33 ++
>  6 files changed, 33 insertions(+), 139 deletions(-)
>  delete mode 100644 arch/arm/mach-shmobile/setup-r8a7743.c
>  delete mode 100644 arch/arm/mach-shmobile/setup-r8a7792.c
>  delete mode 100644 arch/arm/mach-shmobile/setup-r8a7793.c
>  delete mode 100644 arch/arm/mach-shmobile/setup-r8a7794.c

Thanks for this Laurent, its a very nice diffstat.
I have queued it up for v4.10.