From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 15/21] ARM: shmobile: Remove Koelsch reference DTS
Date: Sun, 29 Dec 2013 21:42:02 +0000 [thread overview]
Message-ID: <2111872.r7nHcLFZor@avalon> (raw)
In-Reply-To: <20131227022356.GF9184@verge.net.au>
Hi Simon,
On Friday 27 December 2013 11:23:57 Simon Horman wrote:
> On Thu, Dec 26, 2013 at 03:48:58PM +0100, Laurent Pinchart wrote:
> > On Tuesday 24 December 2013 20:00:43 Sergei Shtylyov wrote:
> > > On 24-12-2013 18:19, Simon Horman wrote:
> > > > From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > > >
> > > > Now that the DTS file r8a7790-koelsch.dts can be used with
> > > > board-koelsch.c and board-koelsch-reference.c, proceed with removing
> > > > r8a7790-koelsch-reference.dts.
> > > >
> > > > Signed-off-by: Laurent Pinchart
> > > > <laurent.pinchart+renesas@ideasonboard.com>
> > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > > ---
> > > >
> > > > arch/arm/boot/dts/Makefile | 1 -
> > > > 1 file changed, 1 deletion(-)
> > > >
> > > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> > > > index 909d910..5839077 100644
> > > > --- a/arch/arm/boot/dts/Makefile
> > > > +++ b/arch/arm/boot/dts/Makefile
> > > > @@ -225,7 +225,6 @@ dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) +> > > > emev2-kzm9d.dtb
> > > > \
> > > >
> > > > r8a7779-marzen.dtb \
> > > > r8a7779-marzen-reference.dtb \
> > > > r8a7791-koelsch.dtb \
> > > >
> > > > - r8a7791-koelsch-reference.dtb \
> > > >
> > > > r8a7790-lager.dtb \
> > > > r8a7790-lager-reference.dtb \
> > >
> > > Hm, the previous commit removed that file itself but forgot to remove it
> > > from the Makefile.
> >
> > Indeed, this problem doesn't seem to be present in the patches I've sent.
> > Simon, has something gone wrong during a rebase ?
>
> Sorry about that.
>
> Could you supply an incremental patch to remove the file itself?
Sure. I've sent the patch. Could you please also pick "[PATCH v6 15.1/17] ARM:
shmobile: Add GPIO keys to Koelsch DTS" from the list ?
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 15/21] ARM: shmobile: Remove Koelsch reference DTS
Date: Sun, 29 Dec 2013 22:42:02 +0100 [thread overview]
Message-ID: <2111872.r7nHcLFZor@avalon> (raw)
In-Reply-To: <20131227022356.GF9184@verge.net.au>
Hi Simon,
On Friday 27 December 2013 11:23:57 Simon Horman wrote:
> On Thu, Dec 26, 2013 at 03:48:58PM +0100, Laurent Pinchart wrote:
> > On Tuesday 24 December 2013 20:00:43 Sergei Shtylyov wrote:
> > > On 24-12-2013 18:19, Simon Horman wrote:
> > > > From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> > > >
> > > > Now that the DTS file r8a7790-koelsch.dts can be used with
> > > > board-koelsch.c and board-koelsch-reference.c, proceed with removing
> > > > r8a7790-koelsch-reference.dts.
> > > >
> > > > Signed-off-by: Laurent Pinchart
> > > > <laurent.pinchart+renesas@ideasonboard.com>
> > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > > ---
> > > >
> > > > arch/arm/boot/dts/Makefile | 1 -
> > > > 1 file changed, 1 deletion(-)
> > > >
> > > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> > > > index 909d910..5839077 100644
> > > > --- a/arch/arm/boot/dts/Makefile
> > > > +++ b/arch/arm/boot/dts/Makefile
> > > > @@ -225,7 +225,6 @@ dtb-$(CONFIG_ARCH_SHMOBILE_LEGACY) +=
> > > > emev2-kzm9d.dtb
> > > > \
> > > >
> > > > r8a7779-marzen.dtb \
> > > > r8a7779-marzen-reference.dtb \
> > > > r8a7791-koelsch.dtb \
> > > >
> > > > - r8a7791-koelsch-reference.dtb \
> > > >
> > > > r8a7790-lager.dtb \
> > > > r8a7790-lager-reference.dtb \
> > >
> > > Hm, the previous commit removed that file itself but forgot to remove it
> > > from the Makefile.
> >
> > Indeed, this problem doesn't seem to be present in the patches I've sent.
> > Simon, has something gone wrong during a rebase ?
>
> Sorry about that.
>
> Could you supply an incremental patch to remove the file itself?
Sure. I've sent the patch. Could you please also pick "[PATCH v6 15.1/17] ARM:
shmobile: Add GPIO keys to Koelsch DTS" from the list ?
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2013-12-29 21:42 UTC|newest]
Thread overview: 60+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-24 14:19 [GIT PULL 00/21] Third Round of Renesas ARM Based SoC DT Updates for v3.14 Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 01/21] ARM: shmobile: armadillo: dts: Add PWM backlight power supply Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 02/21] ARM: shmobile: armadillo: dts: Add PWM backlight enable GPIO Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 03/21] ARM: shmobile: r8a73a4: Specify PFC interrupts in DT Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 10/21] ARM: shmobile: Sync Lager DTS with Lager reference DTS Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 11/21] ARM: shmobile: Sync Koelsch DTS with Koelsch " Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 04/21] ARM: shmobile: r8a7740: Specify PFC interrupts in DT Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 12/21] ARM: shmobile: lager: Specify external clock frequency " Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 05/21] ARM: shmobile: sh73a0: Specify PFC interrupts " Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 06/21] ARM: shmobile: armadillo: dts: Add gpio-keys device Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 13/21] ARM: shmobile: koelsch: Specify external clock frequency in DT Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 07/21] ARM: shmobile: r8a7790: Add clocks Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 14/21] ARM: shmobile: Remove Lager reference DTS Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 15/21] ARM: shmobile: Remove Koelsch " Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 16:00 ` Sergei Shtylyov
2013-12-24 16:00 ` Sergei Shtylyov
2013-12-26 14:48 ` Laurent Pinchart
2013-12-26 14:48 ` Laurent Pinchart
2013-12-27 2:23 ` Simon Horman
2013-12-27 2:23 ` Simon Horman
2013-12-29 21:42 ` Laurent Pinchart [this message]
2013-12-29 21:42 ` Laurent Pinchart
2014-01-06 7:57 ` Simon Horman
2014-01-06 7:57 ` Simon Horman
2013-12-24 14:19 ` [PATCH 08/21] ARM: shmobile: r8a7790: Reference clocks Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 09/21] ARM: shmobile: r8a7791: Add clocks Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 16/21] ARM: shmobile: r8a7790: Add MSIOF clocks in device tree Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 17/21] ARM: shmobile: r8a7791: " Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 18/21] ARM: shmobile: r8a7790: Add QSPI module clock " Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 19/21] ARM: shmobile: r8a7791: " Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 20/21] ARM: shmobile: r8a7790: Add SSI clocks " Simon Horman
2013-12-24 14:19 ` Simon Horman
2013-12-24 14:19 ` [PATCH 21/21] ARM: shmobile: r8a7791: " Simon Horman
2013-12-24 14:19 ` Simon Horman
2014-01-02 18:49 ` [GIT PULL 00/21] Third Round of Renesas ARM Based SoC DT Updates for v3.14 Olof Johansson
2014-01-02 18:49 ` Olof Johansson
2014-01-03 23:42 ` Simon Horman
2014-01-03 23:42 ` Simon Horman
2014-01-04 4:59 ` Olof Johansson
2014-01-04 4:59 ` Olof Johansson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2111872.r7nHcLFZor@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.