linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Remove Koelsch board files
@ 2014-09-17 14:52 Laurent Pinchart
  2014-09-24  0:33 ` Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Laurent Pinchart @ 2014-09-17 14:52 UTC (permalink / raw)
  To: linux-sh

Hello,

This patch set (also know as "look at the diffstat and fall in love - again")
removes both the legacy and reference Koelsch board files, now that the
Koelsch board is supported by the r8a7791 generic DT platform.

The patches depend on the "[PATCH 0/8] DU DT support for Marzen, Lager and
Koelsch" series I've just posted, and are thus targeted at v3.19.

Changes since v1:

- Remove legacy r8a7791-koelsch.dtb line from arch/arm/boot/dts/Makefile

Laurent Pinchart (3):
  ARM: mach-shmobile: koelsch: Remove legacy C board code
  ARM: mach-shmobile: r8a7791: Remove legacy code
  ARM: mach-shmobile: Remove the koelsch-reference board code

 arch/arm/boot/dts/Makefile                       |   1 -
 arch/arm/configs/koelsch_defconfig               | 113 -----
 arch/arm/configs/shmobile_defconfig              |   1 -
 arch/arm/mach-shmobile/Kconfig                   |  19 -
 arch/arm/mach-shmobile/Makefile                  |   3 -
 arch/arm/mach-shmobile/Makefile.boot             |   1 -
 arch/arm/mach-shmobile/board-koelsch-reference.c |  44 --
 arch/arm/mach-shmobile/board-koelsch.c           | 530 -----------------------
 arch/arm/mach-shmobile/clock-r8a7791.c           | 342 ---------------
 arch/arm/mach-shmobile/r8a7791.h                 |   3 -
 arch/arm/mach-shmobile/setup-r8a7791.c           | 181 +-------
 11 files changed, 1 insertion(+), 1237 deletions(-)
 delete mode 100644 arch/arm/configs/koelsch_defconfig
 delete mode 100644 arch/arm/mach-shmobile/board-koelsch-reference.c
 delete mode 100644 arch/arm/mach-shmobile/board-koelsch.c
 delete mode 100644 arch/arm/mach-shmobile/clock-r8a7791.c

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH v2 0/3] Remove Koelsch board files
  2014-09-17 14:52 [PATCH v2 0/3] Remove Koelsch board files Laurent Pinchart
@ 2014-09-24  0:33 ` Simon Horman
  2014-09-24 12:28 ` Laurent Pinchart
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-09-24  0:33 UTC (permalink / raw)
  To: linux-sh

On Wed, Sep 17, 2014 at 05:52:52PM +0300, Laurent Pinchart wrote:
> Hello,
> 
> This patch set (also know as "look at the diffstat and fall in love - again")
> removes both the legacy and reference Koelsch board files, now that the
> Koelsch board is supported by the r8a7791 generic DT platform.
> 
> The patches depend on the "[PATCH 0/8] DU DT support for Marzen, Lager and
> Koelsch" series I've just posted, and are thus targeted at v3.19.

Wonderful, lets work on getting that dependency and this series in!

> Changes since v1:
> 
> - Remove legacy r8a7791-koelsch.dtb line from arch/arm/boot/dts/Makefile
> 
> Laurent Pinchart (3):
>   ARM: mach-shmobile: koelsch: Remove legacy C board code
>   ARM: mach-shmobile: r8a7791: Remove legacy code
>   ARM: mach-shmobile: Remove the koelsch-reference board code
> 
>  arch/arm/boot/dts/Makefile                       |   1 -
>  arch/arm/configs/koelsch_defconfig               | 113 -----
>  arch/arm/configs/shmobile_defconfig              |   1 -
>  arch/arm/mach-shmobile/Kconfig                   |  19 -
>  arch/arm/mach-shmobile/Makefile                  |   3 -
>  arch/arm/mach-shmobile/Makefile.boot             |   1 -
>  arch/arm/mach-shmobile/board-koelsch-reference.c |  44 --
>  arch/arm/mach-shmobile/board-koelsch.c           | 530 -----------------------
>  arch/arm/mach-shmobile/clock-r8a7791.c           | 342 ---------------
>  arch/arm/mach-shmobile/r8a7791.h                 |   3 -
>  arch/arm/mach-shmobile/setup-r8a7791.c           | 181 +-------
>  11 files changed, 1 insertion(+), 1237 deletions(-)
>  delete mode 100644 arch/arm/configs/koelsch_defconfig
>  delete mode 100644 arch/arm/mach-shmobile/board-koelsch-reference.c
>  delete mode 100644 arch/arm/mach-shmobile/board-koelsch.c
>  delete mode 100644 arch/arm/mach-shmobile/clock-r8a7791.c
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* Re: [PATCH v2 0/3] Remove Koelsch board files
  2014-09-17 14:52 [PATCH v2 0/3] Remove Koelsch board files Laurent Pinchart
  2014-09-24  0:33 ` Simon Horman
@ 2014-09-24 12:28 ` Laurent Pinchart
  2014-09-25  0:17 ` Simon Horman
  2014-09-25  9:59 ` Laurent Pinchart
  3 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2014-09-24 12:28 UTC (permalink / raw)
  To: linux-sh

Hi Simon,

On Wednesday 24 September 2014 09:33:21 Simon Horman wrote:
> On Wed, Sep 17, 2014 at 05:52:52PM +0300, Laurent Pinchart wrote:
> > Hello,
> > 
> > This patch set (also know as "look at the diffstat and fall in love -
> > again") removes both the legacy and reference Koelsch board files, now
> > that the Koelsch board is supported by the r8a7791 generic DT platform.
> > 
> > The patches depend on the "[PATCH 0/8] DU DT support for Marzen, Lager and
> > Koelsch" series I've just posted, and are thus targeted at v3.19.
> 
> Wonderful, lets work on getting that dependency and this series in!

How would you like to merge the two series ? The DU driver dependency will be 
merged in v3.18-rc1, can you then merge "[PATCH 0/8] DU DT support for Marzen, 
Lager and Koelsch" (for which I've just sent a v2) and "[PATCH v2 0/3] Remove 
Koelsch board files" for v3.19, or should (part of) the first series be merged 
in v3.18-rc1 as well ?

> > Changes since v1:
> > 
> > - Remove legacy r8a7791-koelsch.dtb line from arch/arm/boot/dts/Makefile
> > 
> > Laurent Pinchart (3):
> >   ARM: mach-shmobile: koelsch: Remove legacy C board code
> >   ARM: mach-shmobile: r8a7791: Remove legacy code
> >   ARM: mach-shmobile: Remove the koelsch-reference board code
> >  
> >  arch/arm/boot/dts/Makefile                       |   1 -
> >  arch/arm/configs/koelsch_defconfig               | 113 -----
> >  arch/arm/configs/shmobile_defconfig              |   1 -
> >  arch/arm/mach-shmobile/Kconfig                   |  19 -
> >  arch/arm/mach-shmobile/Makefile                  |   3 -
> >  arch/arm/mach-shmobile/Makefile.boot             |   1 -
> >  arch/arm/mach-shmobile/board-koelsch-reference.c |  44 --
> >  arch/arm/mach-shmobile/board-koelsch.c           | 530 ------------------
> >  arch/arm/mach-shmobile/clock-r8a7791.c           | 342 ---------------
> >  arch/arm/mach-shmobile/r8a7791.h                 |   3 -
> >  arch/arm/mach-shmobile/setup-r8a7791.c           | 181 +-------
> >  11 files changed, 1 insertion(+), 1237 deletions(-)
> >  delete mode 100644 arch/arm/configs/koelsch_defconfig
> >  delete mode 100644 arch/arm/mach-shmobile/board-koelsch-reference.c
> >  delete mode 100644 arch/arm/mach-shmobile/board-koelsch.c
> >  delete mode 100644 arch/arm/mach-shmobile/clock-r8a7791.c

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH v2 0/3] Remove Koelsch board files
  2014-09-17 14:52 [PATCH v2 0/3] Remove Koelsch board files Laurent Pinchart
  2014-09-24  0:33 ` Simon Horman
  2014-09-24 12:28 ` Laurent Pinchart
@ 2014-09-25  0:17 ` Simon Horman
  2014-09-25  9:59 ` Laurent Pinchart
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2014-09-25  0:17 UTC (permalink / raw)
  To: linux-sh

On Wed, Sep 24, 2014 at 03:28:54PM +0300, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Wednesday 24 September 2014 09:33:21 Simon Horman wrote:
> > On Wed, Sep 17, 2014 at 05:52:52PM +0300, Laurent Pinchart wrote:
> > > Hello,
> > > 
> > > This patch set (also know as "look at the diffstat and fall in love -
> > > again") removes both the legacy and reference Koelsch board files, now
> > > that the Koelsch board is supported by the r8a7791 generic DT platform.
> > > 
> > > The patches depend on the "[PATCH 0/8] DU DT support for Marzen, Lager and
> > > Koelsch" series I've just posted, and are thus targeted at v3.19.
> > 
> > Wonderful, lets work on getting that dependency and this series in!
> 
> How would you like to merge the two series ? The DU driver dependency
> will be merged in v3.18-rc1, can you then merge "[PATCH 0/8] DU DT
> support for Marzen, Lager and Koelsch" (for which I've just sent a v2)
> and "[PATCH v2 0/3] Remove Koelsch board files" for v3.19,

My plan was as above.

> or should (part of) the first series be merged 
> in v3.18-rc1 as well ?

I'm happy to consider that if you have something specific in mind.

> > > Changes since v1:
> > > 
> > > - Remove legacy r8a7791-koelsch.dtb line from arch/arm/boot/dts/Makefile
> > > 
> > > Laurent Pinchart (3):
> > >   ARM: mach-shmobile: koelsch: Remove legacy C board code
> > >   ARM: mach-shmobile: r8a7791: Remove legacy code
> > >   ARM: mach-shmobile: Remove the koelsch-reference board code
> > >  
> > >  arch/arm/boot/dts/Makefile                       |   1 -
> > >  arch/arm/configs/koelsch_defconfig               | 113 -----
> > >  arch/arm/configs/shmobile_defconfig              |   1 -
> > >  arch/arm/mach-shmobile/Kconfig                   |  19 -
> > >  arch/arm/mach-shmobile/Makefile                  |   3 -
> > >  arch/arm/mach-shmobile/Makefile.boot             |   1 -
> > >  arch/arm/mach-shmobile/board-koelsch-reference.c |  44 --
> > >  arch/arm/mach-shmobile/board-koelsch.c           | 530 ------------------
> > >  arch/arm/mach-shmobile/clock-r8a7791.c           | 342 ---------------
> > >  arch/arm/mach-shmobile/r8a7791.h                 |   3 -
> > >  arch/arm/mach-shmobile/setup-r8a7791.c           | 181 +-------
> > >  11 files changed, 1 insertion(+), 1237 deletions(-)
> > >  delete mode 100644 arch/arm/configs/koelsch_defconfig
> > >  delete mode 100644 arch/arm/mach-shmobile/board-koelsch-reference.c
> > >  delete mode 100644 arch/arm/mach-shmobile/board-koelsch.c
> > >  delete mode 100644 arch/arm/mach-shmobile/clock-r8a7791.c
> 
> -- 
> Regards,
> 
> Laurent Pinchart
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

* Re: [PATCH v2 0/3] Remove Koelsch board files
  2014-09-17 14:52 [PATCH v2 0/3] Remove Koelsch board files Laurent Pinchart
                   ` (2 preceding siblings ...)
  2014-09-25  0:17 ` Simon Horman
@ 2014-09-25  9:59 ` Laurent Pinchart
  3 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2014-09-25  9:59 UTC (permalink / raw)
  To: linux-sh

Hi Simon,

On Thursday 25 September 2014 09:17:18 Simon Horman wrote:
> On Wed, Sep 24, 2014 at 03:28:54PM +0300, Laurent Pinchart wrote:
> > On Wednesday 24 September 2014 09:33:21 Simon Horman wrote:
> > > On Wed, Sep 17, 2014 at 05:52:52PM +0300, Laurent Pinchart wrote:
> > > > Hello,
> > > > 
> > > > This patch set (also know as "look at the diffstat and fall in love -
> > > > again") removes both the legacy and reference Koelsch board files, now
> > > > that the Koelsch board is supported by the r8a7791 generic DT
> > > > platform.
> > > > 
> > > > The patches depend on the "[PATCH 0/8] DU DT support for Marzen, Lager
> > > > and Koelsch" series I've just posted, and are thus targeted at v3.19.
> > > 
> > > Wonderful, lets work on getting that dependency and this series in!
> > 
> > How would you like to merge the two series ? The DU driver dependency
> > will be merged in v3.18-rc1, can you then merge "[PATCH 0/8] DU DT
> > support for Marzen, Lager and Koelsch" (for which I've just sent a v2)
> > and "[PATCH v2 0/3] Remove Koelsch board files" for v3.19,
> 
> My plan was as above.
> 
> > or should (part of) the first series be merged
> > in v3.18-rc1 as well ?
> 
> I'm happy to consider that if you have something specific in mind.

If you're fine with the above plan, there's no need to.

> > > > Changes since v1:
> > > > 
> > > > - Remove legacy r8a7791-koelsch.dtb line from
> > > > arch/arm/boot/dts/Makefile
> > > > 
> > > > Laurent Pinchart (3):
> > > >   ARM: mach-shmobile: koelsch: Remove legacy C board code
> > > >   ARM: mach-shmobile: r8a7791: Remove legacy code
> > > >   ARM: mach-shmobile: Remove the koelsch-reference board code
> > > >  
> > > >  arch/arm/boot/dts/Makefile                       |   1 -
> > > >  arch/arm/configs/koelsch_defconfig               | 113 -----
> > > >  arch/arm/configs/shmobile_defconfig              |   1 -
> > > >  arch/arm/mach-shmobile/Kconfig                   |  19 -
> > > >  arch/arm/mach-shmobile/Makefile                  |   3 -
> > > >  arch/arm/mach-shmobile/Makefile.boot             |   1 -
> > > >  arch/arm/mach-shmobile/board-koelsch-reference.c |  44 --
> > > >  arch/arm/mach-shmobile/board-koelsch.c           | 530 --------------
> > > >  arch/arm/mach-shmobile/clock-r8a7791.c           | 342 --------------
> > > >  arch/arm/mach-shmobile/r8a7791.h                 |   3 -
> > > >  arch/arm/mach-shmobile/setup-r8a7791.c           | 181 +-------
> > > >  11 files changed, 1 insertion(+), 1237 deletions(-)
> > > >  delete mode 100644 arch/arm/configs/koelsch_defconfig
> > > >  delete mode 100644 arch/arm/mach-shmobile/board-koelsch-reference.c
> > > >  delete mode 100644 arch/arm/mach-shmobile/board-koelsch.c
> > > >  delete mode 100644 arch/arm/mach-shmobile/clock-r8a7791.c

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2014-09-25  9:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17 14:52 [PATCH v2 0/3] Remove Koelsch board files Laurent Pinchart
2014-09-24  0:33 ` Simon Horman
2014-09-24 12:28 ` Laurent Pinchart
2014-09-25  0:17 ` Simon Horman
2014-09-25  9:59 ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).