* [PATCH 0/3] Remove Koelsch board files
@ 2014-09-17 14:38 Laurent Pinchart
2014-09-17 14:48 ` Geert Uytterhoeven
2014-09-17 14:52 ` Laurent Pinchart
0 siblings, 2 replies; 3+ messages in thread
From: Laurent Pinchart @ 2014-09-17 14:38 UTC (permalink / raw)
To: linux-sh
Hello,
This patch set (also know as "look at the diffstat and fall in love") 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.
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/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 +-------
10 files changed, 1 insertion(+), 1236 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] 3+ messages in thread
* Re: [PATCH 0/3] Remove Koelsch board files
2014-09-17 14:38 [PATCH 0/3] Remove Koelsch board files Laurent Pinchart
@ 2014-09-17 14:48 ` Geert Uytterhoeven
2014-09-17 14:52 ` Laurent Pinchart
1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-09-17 14:48 UTC (permalink / raw)
To: linux-sh
Hi Laurent,
On Wed, Sep 17, 2014 at 4:38 PM, Laurent Pinchart
<laurent.pinchart+renesas@ideasonboard.com> wrote:
> This patch set (also know as "look at the diffstat and fall in love") removes
> both the legacy and reference Koelsch board files, now that the Koelsch board
> is supported by the r8a7791 generic DT platform.
Great, thanks!
> 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 +-------
> 10 files changed, 1 insertion(+), 1236 deletions(-)
Please make it 11 files changed, 1 insertion(+), 1237 deletions(-),
by removing one r8a7791-koelsch.dtb line from arch/arm/boot/dts/Makefile...
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] 3+ messages in thread
* Re: [PATCH 0/3] Remove Koelsch board files
2014-09-17 14:38 [PATCH 0/3] Remove Koelsch board files Laurent Pinchart
2014-09-17 14:48 ` Geert Uytterhoeven
@ 2014-09-17 14:52 ` Laurent Pinchart
1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2014-09-17 14:52 UTC (permalink / raw)
To: linux-sh
Hi Geert,
On Wednesday 17 September 2014 16:48:02 Geert Uytterhoeven wrote:
> On Wed, Sep 17, 2014 at 4:38 PM, Laurent Pinchart wrote:
> > This patch set (also know as "look at the diffstat and fall in love")
> > removes both the legacy and reference Koelsch board files, now that the
> > Koelsch board is supported by the r8a7791 generic DT platform.
>
> Great, thanks!
>
> > 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 +-------
> > 10 files changed, 1 insertion(+), 1236 deletions(-)
>
> Please make it 11 files changed, 1 insertion(+), 1237 deletions(-),
> by removing one r8a7791-koelsch.dtb line from arch/arm/boot/dts/Makefile...
I knew I had forgotten one :-) Thanks.
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-09-17 14:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17 14:38 [PATCH 0/3] Remove Koelsch board files Laurent Pinchart
2014-09-17 14:48 ` Geert Uytterhoeven
2014-09-17 14:52 ` 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).