All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/4] Lager and Koelsch reference serial port support
Date: Wed, 08 Jan 2014 07:51:25 +0000	[thread overview]
Message-ID: <2632892.VB8aUk9VoW@avalon> (raw)
In-Reply-To: <20140108044416.GH15891@verge.net.au>

Hi Simon,

On Wednesday 08 January 2014 13:44:17 Simon Horman wrote:
> On Tue, Jan 07, 2014 at 09:03:13AM +0100, Laurent Pinchart wrote:
> > On Tuesday 07 January 2014 10:39:36 Simon Horman wrote:
> > > On Wed, Dec 11, 2013 at 02:14:20PM +0100, Laurent Pinchart wrote:
> > > > Hello,
> > > > 
> > > > This patch set implements serial port support for the Lager reference
> > > > board.
> > > > 
> > > > The code is available in my git tree at
> > > > 
> > > >         git://linuxtv.org/pinchartl/fbdev.git clocks/ccf/serial/boards
> > > > 
> > > > The patches are based on top of the "[PATCH 00/47] sh-sci updates for
> > > > v3.14" and "[PATCH v3 00/15] Lager and Koelsch multiplatform support"
> > > > patch series.
> > > 
> > > Hi Laurent, Hi Magnus,
> > > 
> > > I have marked this series as deferred, but to be honest
> > > I don't quite recall what we decided to do with it.
> > 
> > If I recall correctly the decision was to apply patches 1/4 and 2/4 for
> > v3.13 and delay 3/4 and 4/4.
> 
> In that case I apologise as I did not queue up 1/4 and 1/4 for v3.13.
> Instead I have now queued them up locally for v3.14 and will push them soon.

I actually meant v3.14, so all is good :-)

> I will leave 3/4 and 4/4 marked as deferred.

Sure. I'll resubmit them for v3.15.

> > > > Changes compared to v2:
> > > > 
> > > > - Added Koelsch support
> > > > 
> > > > Changes compared to v1:
> > > > 
> > > > - Removed early debugging support as it requires more work before
> > > > being
> > > > 
> > > >   mainlined
> > > > 
> > > > Laurent Pinchart (4):
> > > >   ARM: shmobile: r8a7790: Add serial ports to the device tree
> > > >   ARM: shmobile: r8a7791: Add serial ports to the device tree
> > > >   ARM: shmobile: lager: Enable SCIF0 and SCIF1 serial ports in DT
> > > >   ARM: shmobile: koelsch: Enable SCIF0 and SCIF1 serial ports in DT
> > > >  
> > > >  arch/arm/boot/dts/r8a7790-lager.dts              |  24 ++-
> > > >  arch/arm/boot/dts/r8a7790.dtsi                   | 100 +++++++++++++
> > > >  arch/arm/boot/dts/r8a7791-koelsch.dts            |  24 ++-
> > > >  arch/arm/boot/dts/r8a7791.dtsi                   | 180 ++++++++++++++
> > > >  arch/arm/mach-shmobile/board-koelsch-reference.c |  18 +--
> > > >  arch/arm/mach-shmobile/board-lager-reference.c   |  18 +--
> > > >  arch/arm/mach-shmobile/clock-r8a7790.c           |  16 +-
> > > >  arch/arm/mach-shmobile/clock-r8a7791.c           |  24 +--
> > > >  arch/arm/mach-shmobile/setup-r8a7790.c           |  26 ++--
> > > >  arch/arm/mach-shmobile/setup-r8a7791.c           |  34 ++---
> > > >  10 files changed, 374 insertions(+), 90 deletions(-)
-- 
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 v3 0/4] Lager and Koelsch reference serial port support
Date: Wed, 08 Jan 2014 08:51:25 +0100	[thread overview]
Message-ID: <2632892.VB8aUk9VoW@avalon> (raw)
In-Reply-To: <20140108044416.GH15891@verge.net.au>

Hi Simon,

On Wednesday 08 January 2014 13:44:17 Simon Horman wrote:
> On Tue, Jan 07, 2014 at 09:03:13AM +0100, Laurent Pinchart wrote:
> > On Tuesday 07 January 2014 10:39:36 Simon Horman wrote:
> > > On Wed, Dec 11, 2013 at 02:14:20PM +0100, Laurent Pinchart wrote:
> > > > Hello,
> > > > 
> > > > This patch set implements serial port support for the Lager reference
> > > > board.
> > > > 
> > > > The code is available in my git tree at
> > > > 
> > > >         git://linuxtv.org/pinchartl/fbdev.git clocks/ccf/serial/boards
> > > > 
> > > > The patches are based on top of the "[PATCH 00/47] sh-sci updates for
> > > > v3.14" and "[PATCH v3 00/15] Lager and Koelsch multiplatform support"
> > > > patch series.
> > > 
> > > Hi Laurent, Hi Magnus,
> > > 
> > > I have marked this series as deferred, but to be honest
> > > I don't quite recall what we decided to do with it.
> > 
> > If I recall correctly the decision was to apply patches 1/4 and 2/4 for
> > v3.13 and delay 3/4 and 4/4.
> 
> In that case I apologise as I did not queue up 1/4 and 1/4 for v3.13.
> Instead I have now queued them up locally for v3.14 and will push them soon.

I actually meant v3.14, so all is good :-)

> I will leave 3/4 and 4/4 marked as deferred.

Sure. I'll resubmit them for v3.15.

> > > > Changes compared to v2:
> > > > 
> > > > - Added Koelsch support
> > > > 
> > > > Changes compared to v1:
> > > > 
> > > > - Removed early debugging support as it requires more work before
> > > > being
> > > > 
> > > >   mainlined
> > > > 
> > > > Laurent Pinchart (4):
> > > >   ARM: shmobile: r8a7790: Add serial ports to the device tree
> > > >   ARM: shmobile: r8a7791: Add serial ports to the device tree
> > > >   ARM: shmobile: lager: Enable SCIF0 and SCIF1 serial ports in DT
> > > >   ARM: shmobile: koelsch: Enable SCIF0 and SCIF1 serial ports in DT
> > > >  
> > > >  arch/arm/boot/dts/r8a7790-lager.dts              |  24 ++-
> > > >  arch/arm/boot/dts/r8a7790.dtsi                   | 100 +++++++++++++
> > > >  arch/arm/boot/dts/r8a7791-koelsch.dts            |  24 ++-
> > > >  arch/arm/boot/dts/r8a7791.dtsi                   | 180 ++++++++++++++
> > > >  arch/arm/mach-shmobile/board-koelsch-reference.c |  18 +--
> > > >  arch/arm/mach-shmobile/board-lager-reference.c   |  18 +--
> > > >  arch/arm/mach-shmobile/clock-r8a7790.c           |  16 +-
> > > >  arch/arm/mach-shmobile/clock-r8a7791.c           |  24 +--
> > > >  arch/arm/mach-shmobile/setup-r8a7790.c           |  26 ++--
> > > >  arch/arm/mach-shmobile/setup-r8a7791.c           |  34 ++---
> > > >  10 files changed, 374 insertions(+), 90 deletions(-)
-- 
Regards,

Laurent Pinchart

  parent reply	other threads:[~2014-01-08  7:51 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-11 13:14 [PATCH v3 0/4] Lager and Koelsch reference serial port support Laurent Pinchart
2013-12-11 13:14 ` Laurent Pinchart
2013-12-11 13:14 ` [PATCH v3 1/4] ARM: shmobile: r8a7790: Add serial ports to the device tree Laurent Pinchart
2013-12-11 13:14   ` Laurent Pinchart
2013-12-11 13:14 ` [PATCH v3 2/4] ARM: shmobile: r8a7791: " Laurent Pinchart
2013-12-11 13:14   ` Laurent Pinchart
2013-12-11 13:14 ` [PATCH v3 3/4] ARM: shmobile: lager: Enable SCIF0 and SCIF1 serial ports in DT Laurent Pinchart
2013-12-11 13:14   ` Laurent Pinchart
2013-12-11 13:14 ` [PATCH v3 4/4] ARM: shmobile: koelsch: " Laurent Pinchart
2013-12-11 13:14   ` Laurent Pinchart
2014-01-07  1:39 ` [PATCH v3 0/4] Lager and Koelsch reference serial port support Simon Horman
2014-01-07  1:39   ` Simon Horman
2014-01-07  8:03   ` Laurent Pinchart
2014-01-07  8:03     ` Laurent Pinchart
2014-01-08  4:44     ` Simon Horman
2014-01-08  4:44       ` Simon Horman
2014-01-08  7:13       ` Magnus Damm
2014-01-08  7:13         ` Magnus Damm
2014-01-08  7:51       ` Laurent Pinchart [this message]
2014-01-08  7:51         ` Laurent Pinchart
2014-01-08  7:55         ` Simon Horman
2014-01-08  7:55           ` Simon Horman
2014-01-08  7:56           ` Simon Horman
2014-01-08  7:56             ` Simon Horman

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=2632892.VB8aUk9VoW@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.