linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support
@ 2013-04-08  2:08 Magnus Damm
  2013-04-08  2:13 ` Simon Horman
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Magnus Damm @ 2013-04-08  2:08 UTC (permalink / raw)
  To: linux-sh

sh-pfc: Initial r8a7790 PFC support

[PATCH 01/02] ARM: shmobile: Add second I/O range for r8a7790 PFC
[PATCH 02/02] sh-pfc: Initial r8a7790 PFC support

This mini-series contains initial support for the r8a7790 PFC.
Incremental future changes will move over to PINCTRL.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Written against renesas-next-20130405v2 in renesas.git

 arch/arm/mach-shmobile/include/mach/r8a7790.h |  383 ++
 arch/arm/mach-shmobile/setup-r8a7790.c        |    1 
 drivers/pinctrl/sh-pfc/Kconfig                |    5 
 drivers/pinctrl/sh-pfc/Makefile               |    1 
 drivers/pinctrl/sh-pfc/core.c                 |    3 
 drivers/pinctrl/sh-pfc/core.h                 |    1 
 drivers/pinctrl/sh-pfc/pfc-r8a7790.c          | 3238 +++++++++++++++++++++++++
 7 files changed, 3632 insertions(+)

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

* Re: [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support
  2013-04-08  2:08 [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support Magnus Damm
@ 2013-04-08  2:13 ` Simon Horman
  2013-04-08  9:18 ` Laurent Pinchart
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2013-04-08  2:13 UTC (permalink / raw)
  To: linux-sh

On Mon, Apr 08, 2013 at 11:08:34AM +0900, Magnus Damm wrote:
> sh-pfc: Initial r8a7790 PFC support
> 
> [PATCH 01/02] ARM: shmobile: Add second I/O range for r8a7790 PFC
> [PATCH 02/02] sh-pfc: Initial r8a7790 PFC support
> 
> This mini-series contains initial support for the r8a7790 PFC.
> Incremental future changes will move over to PINCTRL.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

Thanks Magnus.

Laurent, can I get a review from you.
And also some indication of how you would like to queue these up.

The pinmux branch of my tree seems like a likely candidate.


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

* Re: [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support
  2013-04-08  2:08 [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support Magnus Damm
  2013-04-08  2:13 ` Simon Horman
@ 2013-04-08  9:18 ` Laurent Pinchart
  2013-04-08  9:39 ` Laurent Pinchart
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Laurent Pinchart @ 2013-04-08  9:18 UTC (permalink / raw)
  To: linux-sh

Hi Magnus,

Thanks for the patches.

On Monday 08 April 2013 11:08:34 Magnus Damm wrote:
> sh-pfc: Initial r8a7790 PFC support
> 
> [PATCH 01/02] ARM: shmobile: Add second I/O range for r8a7790 PFC
> [PATCH 02/02] sh-pfc: Initial r8a7790 PFC support
> 
> This mini-series contains initial support for the r8a7790 PFC.
> Incremental future changes will move over to PINCTRL.
> 
> Signed-off-by: Magnus Damm <damm@opensource.se>

For the whole series,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support
  2013-04-08  2:08 [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support Magnus Damm
  2013-04-08  2:13 ` Simon Horman
  2013-04-08  9:18 ` Laurent Pinchart
@ 2013-04-08  9:39 ` Laurent Pinchart
  2013-04-09  8:58 ` Simon Horman
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Laurent Pinchart @ 2013-04-08  9:39 UTC (permalink / raw)
  To: linux-sh

Hi Simon,

On Monday 08 April 2013 11:13:43 Simon Horman wrote:
> On Mon, Apr 08, 2013 at 11:08:34AM +0900, Magnus Damm wrote:
> > sh-pfc: Initial r8a7790 PFC support
> > 
> > [PATCH 01/02] ARM: shmobile: Add second I/O range for r8a7790 PFC
> > [PATCH 02/02] sh-pfc: Initial r8a7790 PFC support
> > 
> > This mini-series contains initial support for the r8a7790 PFC.
> > Incremental future changes will move over to PINCTRL.
> > 
> > Signed-off-by: Magnus Damm <damm@opensource.se>
> 
> Thanks Magnus.
> 
> Laurent, can I get a review from you.

I've acked the patches.

> And also some indication of how you would like to queue these up.
> 
> The pinmux branch of my tree seems like a likely candidate.

That sounds good to me. I've posted a follow-up patch series that I would like 
to get merged at the same time as these two patches. Is there still time to 
get all that in v3.10 ?

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support
  2013-04-08  2:08 [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support Magnus Damm
                   ` (2 preceding siblings ...)
  2013-04-08  9:39 ` Laurent Pinchart
@ 2013-04-09  8:58 ` Simon Horman
  2013-04-09  8:59 ` Simon Horman
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2013-04-09  8:58 UTC (permalink / raw)
  To: linux-sh

On Mon, Apr 08, 2013 at 11:39:04AM +0200, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Monday 08 April 2013 11:13:43 Simon Horman wrote:
> > On Mon, Apr 08, 2013 at 11:08:34AM +0900, Magnus Damm wrote:
> > > sh-pfc: Initial r8a7790 PFC support
> > > 
> > > [PATCH 01/02] ARM: shmobile: Add second I/O range for r8a7790 PFC
> > > [PATCH 02/02] sh-pfc: Initial r8a7790 PFC support
> > > 
> > > This mini-series contains initial support for the r8a7790 PFC.
> > > Incremental future changes will move over to PINCTRL.
> > > 
> > > Signed-off-by: Magnus Damm <damm@opensource.se>
> > 
> > Thanks Magnus.
> > 
> > Laurent, can I get a review from you.
> 
> I've acked the patches.
> 
> > And also some indication of how you would like to queue these up.
> > 
> > The pinmux branch of my tree seems like a likely candidate.
> 
> That sounds good to me. I've posted a follow-up patch series that I would
> like to get merged at the same time as these two patches. Is there still
> time to get all that in v3.10 ?

I think it is Borerline at this point and I would prefer to queue
these things up for v3.11.

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

* Re: [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support
  2013-04-08  2:08 [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support Magnus Damm
                   ` (3 preceding siblings ...)
  2013-04-09  8:58 ` Simon Horman
@ 2013-04-09  8:59 ` Simon Horman
  2013-04-09  9:11 ` Laurent Pinchart
  2013-04-09 11:56 ` Simon Horman
  6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2013-04-09  8:59 UTC (permalink / raw)
  To: linux-sh

On Mon, Apr 08, 2013 at 11:18:11AM +0200, Laurent Pinchart wrote:
> Hi Magnus,
> 
> Thanks for the patches.
> 
> On Monday 08 April 2013 11:08:34 Magnus Damm wrote:
> > sh-pfc: Initial r8a7790 PFC support
> > 
> > [PATCH 01/02] ARM: shmobile: Add second I/O range for r8a7790 PFC
> > [PATCH 02/02] sh-pfc: Initial r8a7790 PFC support
> > 
> > This mini-series contains initial support for the r8a7790 PFC.
> > Incremental future changes will move over to PINCTRL.
> > 
> > Signed-off-by: Magnus Damm <damm@opensource.se>
> 
> For the whole series,
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

01/02: Queued up in the soc-r8a7790 branch
02/02: Queued up in the pinmux branch

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

* Re: [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support
  2013-04-08  2:08 [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support Magnus Damm
                   ` (4 preceding siblings ...)
  2013-04-09  8:59 ` Simon Horman
@ 2013-04-09  9:11 ` Laurent Pinchart
  2013-04-09 11:56 ` Simon Horman
  6 siblings, 0 replies; 8+ messages in thread
From: Laurent Pinchart @ 2013-04-09  9:11 UTC (permalink / raw)
  To: linux-sh

Hi Simon,

On Tuesday 09 April 2013 17:59:06 Simon Horman wrote:
> On Mon, Apr 08, 2013 at 11:18:11AM +0200, Laurent Pinchart wrote:
> > Hi Magnus,
> > 
> > Thanks for the patches.
> > 
> > On Monday 08 April 2013 11:08:34 Magnus Damm wrote:
> > > sh-pfc: Initial r8a7790 PFC support
> > > 
> > > [PATCH 01/02] ARM: shmobile: Add second I/O range for r8a7790 PFC
> > > [PATCH 02/02] sh-pfc: Initial r8a7790 PFC support
> > > 
> > > This mini-series contains initial support for the r8a7790 PFC.
> > > Incremental future changes will move over to PINCTRL.
> > > 
> > > Signed-off-by: Magnus Damm <damm@opensource.se>
> > 
> > For the whole series,
> > 
> > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
> 01/02: Queued up in the soc-r8a7790 branch
> 02/02: Queued up in the pinmux branch

Will you push these to v3.10 or v3.11 ? If v3.10, I'd really like my follow-up 
patch series to go in at the same time, otherwise people will start writing 
board code on the outdated function GPIO API.

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support
  2013-04-08  2:08 [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support Magnus Damm
                   ` (5 preceding siblings ...)
  2013-04-09  9:11 ` Laurent Pinchart
@ 2013-04-09 11:56 ` Simon Horman
  6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2013-04-09 11:56 UTC (permalink / raw)
  To: linux-sh

On Tue, Apr 09, 2013 at 11:11:38AM +0200, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Tuesday 09 April 2013 17:59:06 Simon Horman wrote:
> > On Mon, Apr 08, 2013 at 11:18:11AM +0200, Laurent Pinchart wrote:
> > > Hi Magnus,
> > > 
> > > Thanks for the patches.
> > > 
> > > On Monday 08 April 2013 11:08:34 Magnus Damm wrote:
> > > > sh-pfc: Initial r8a7790 PFC support
> > > > 
> > > > [PATCH 01/02] ARM: shmobile: Add second I/O range for r8a7790 PFC
> > > > [PATCH 02/02] sh-pfc: Initial r8a7790 PFC support
> > > > 
> > > > This mini-series contains initial support for the r8a7790 PFC.
> > > > Incremental future changes will move over to PINCTRL.
> > > > 
> > > > Signed-off-by: Magnus Damm <damm@opensource.se>
> > > 
> > > For the whole series,
> > > 
> > > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > 
> > 01/02: Queued up in the soc-r8a7790 branch
> > 02/02: Queued up in the pinmux branch
> 
> Will you push these to v3.10 or v3.11 ? If v3.10, I'd really like my follow-up 
> patch series to go in at the same time, otherwise people will start writing 
> board code on the outdated function GPIO API.

I am planning on v3.11 at this time.

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

end of thread, other threads:[~2013-04-09 11:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08  2:08 [PATCH 00/02] sh-pfc: Initial r8a7790 PFC support Magnus Damm
2013-04-08  2:13 ` Simon Horman
2013-04-08  9:18 ` Laurent Pinchart
2013-04-08  9:39 ` Laurent Pinchart
2013-04-09  8:58 ` Simon Horman
2013-04-09  8:59 ` Simon Horman
2013-04-09  9:11 ` Laurent Pinchart
2013-04-09 11:56 ` Simon Horman

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).