* [PATCH 00/10] r8a7790 PFC pinctrl and GPIO improvements
@ 2013-04-08 9:36 Laurent Pinchart
2013-04-09 12:13 ` Simon Horman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Laurent Pinchart @ 2013-04-08 9:36 UTC (permalink / raw)
To: linux-sh
Hello,
This patch series adds pinctrl support to the r8a7790 PFC driver. Only the
ETH, INTC and SCIF pin groups are currently defined, more will be added later
as needed.
The series also removes the r8a7790 PFC GPIO code and uses the separate RCar
GPIO driver instead.
The patches are based on Simon's pinmux branch plus Magnus' r8a7790 PFC
patches posted today ("[PATCH 00/02] sh-pfc: Initial r8a7790 PFC support"),
except for the last patch that requires Lager board support as a prerequisite.
Simon, is it too late to get this series merged in v3.10 ? We can delay the
last patch to v3.11 if that helps.
Laurent Pinchart (10):
gpio-rcar: Add RCAR_GP_PIN macro
sh-pfc: r8a7790: Add ETH pin groups and functions
sh-pfc: r8a7790: Add INTC pin groups and functions
sh-pfc: r8a7790: Add SCIF, SCIFA and SCIFB pin groups and functions
ARM: shmobile: r8a7790: Register GPIO devices
sh-pfc: r8a7790: Remove GPIO data
sh-pfc: r8a7790: Remove function GPIOs
sh-pfc: r8a7790: Don't use GPIO enum entries
ARM: shmobile: r8a7790: Remove all GPIOs
ARM: shmobile: lager: Initialize pinmux
arch/arm/mach-shmobile/board-lager.c | 15 +
arch/arm/mach-shmobile/include/mach/r8a7790.h | 383 --------
arch/arm/mach-shmobile/setup-r8a7790.c | 35 +-
drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 1280 +++++++++++++++----------
include/linux/platform_data/gpio-rcar.h | 2 +
5 files changed, 823 insertions(+), 892 deletions(-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH 00/10] r8a7790 PFC pinctrl and GPIO improvements
2013-04-08 9:36 [PATCH 00/10] r8a7790 PFC pinctrl and GPIO improvements Laurent Pinchart
@ 2013-04-09 12:13 ` Simon Horman
2013-04-09 13:11 ` Laurent Pinchart
2013-04-11 8:05 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2013-04-09 12:13 UTC (permalink / raw)
To: linux-sh
On Mon, Apr 08, 2013 at 11:36:12AM +0200, Laurent Pinchart wrote:
> Hello,
>
> This patch series adds pinctrl support to the r8a7790 PFC driver. Only the
> ETH, INTC and SCIF pin groups are currently defined, more will be added later
> as needed.
>
> The series also removes the r8a7790 PFC GPIO code and uses the separate RCar
> GPIO driver instead.
>
> The patches are based on Simon's pinmux branch plus Magnus' r8a7790 PFC
> patches posted today ("[PATCH 00/02] sh-pfc: Initial r8a7790 PFC support"),
> except for the last patch that requires Lager board support as a prerequisite.
>
> Simon, is it too late to get this series merged in v3.10 ? We can delay the
> last patch to v3.11 if that helps.
As mentioned elsewhere I'd prefer to delay the entire series for v3.11.
Actually, at this point I think I would like to delay all non-fixes for v3.11.
Magnus could you review this series?
>
> Laurent Pinchart (10):
> gpio-rcar: Add RCAR_GP_PIN macro
> sh-pfc: r8a7790: Add ETH pin groups and functions
> sh-pfc: r8a7790: Add INTC pin groups and functions
> sh-pfc: r8a7790: Add SCIF, SCIFA and SCIFB pin groups and functions
> ARM: shmobile: r8a7790: Register GPIO devices
> sh-pfc: r8a7790: Remove GPIO data
> sh-pfc: r8a7790: Remove function GPIOs
> sh-pfc: r8a7790: Don't use GPIO enum entries
> ARM: shmobile: r8a7790: Remove all GPIOs
> ARM: shmobile: lager: Initialize pinmux
>
> arch/arm/mach-shmobile/board-lager.c | 15 +
> arch/arm/mach-shmobile/include/mach/r8a7790.h | 383 --------
> arch/arm/mach-shmobile/setup-r8a7790.c | 35 +-
> drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 1280 +++++++++++++++----------
> include/linux/platform_data/gpio-rcar.h | 2 +
> 5 files changed, 823 insertions(+), 892 deletions(-)
>
> --
> Regards,
>
> Laurent Pinchart
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH 00/10] r8a7790 PFC pinctrl and GPIO improvements
2013-04-08 9:36 [PATCH 00/10] r8a7790 PFC pinctrl and GPIO improvements Laurent Pinchart
2013-04-09 12:13 ` Simon Horman
@ 2013-04-09 13:11 ` Laurent Pinchart
2013-04-11 8:05 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Laurent Pinchart @ 2013-04-09 13:11 UTC (permalink / raw)
To: linux-sh
Hi Simon,
On Tuesday 09 April 2013 21:13:17 Simon Horman wrote:
> On Mon, Apr 08, 2013 at 11:36:12AM +0200, Laurent Pinchart wrote:
> > Hello,
> >
> > This patch series adds pinctrl support to the r8a7790 PFC driver. Only the
> > ETH, INTC and SCIF pin groups are currently defined, more will be added
> > later as needed.
> >
> > The series also removes the r8a7790 PFC GPIO code and uses the separate
> > RCar GPIO driver instead.
> >
> > The patches are based on Simon's pinmux branch plus Magnus' r8a7790 PFC
> > patches posted today ("[PATCH 00/02] sh-pfc: Initial r8a7790 PFC
> > support"),
> > except for the last patch that requires Lager board support as a
> > prerequisite.
> >
> > Simon, is it too late to get this series merged in v3.10 ? We can delay
> > the
> > last patch to v3.11 if that helps.
>
> As mentioned elsewhere I'd prefer to delay the entire series for v3.11.
> Actually, at this point I think I would like to delay all non-fixes for
> v3.11.
That's fine with me.
> Magnus could you review this series?
>
> > Laurent Pinchart (10):
> > gpio-rcar: Add RCAR_GP_PIN macro
> > sh-pfc: r8a7790: Add ETH pin groups and functions
> > sh-pfc: r8a7790: Add INTC pin groups and functions
> > sh-pfc: r8a7790: Add SCIF, SCIFA and SCIFB pin groups and functions
> > ARM: shmobile: r8a7790: Register GPIO devices
> > sh-pfc: r8a7790: Remove GPIO data
> > sh-pfc: r8a7790: Remove function GPIOs
> > sh-pfc: r8a7790: Don't use GPIO enum entries
> > ARM: shmobile: r8a7790: Remove all GPIOs
> > ARM: shmobile: lager: Initialize pinmux
> >
> > arch/arm/mach-shmobile/board-lager.c | 15 +
> > arch/arm/mach-shmobile/include/mach/r8a7790.h | 383 --------
> > arch/arm/mach-shmobile/setup-r8a7790.c | 35 +-
> > drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 1280 ++++++++++++--------
> > include/linux/platform_data/gpio-rcar.h | 2 +
> > 5 files changed, 823 insertions(+), 892 deletions(-)
--
Regards,
Laurent Pinchart
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH 00/10] r8a7790 PFC pinctrl and GPIO improvements
2013-04-08 9:36 [PATCH 00/10] r8a7790 PFC pinctrl and GPIO improvements Laurent Pinchart
2013-04-09 12:13 ` Simon Horman
2013-04-09 13:11 ` Laurent Pinchart
@ 2013-04-11 8:05 ` Simon Horman
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2013-04-11 8:05 UTC (permalink / raw)
To: linux-sh
On 月, 4月 08, 2013 at 11:36:12午前 +0200, Laurent Pinchart wrote:
> Hello,
>
> This patch series adds pinctrl support to the r8a7790 PFC driver. Only the
> ETH, INTC and SCIF pin groups are currently defined, more will be added later
> as needed.
>
> The series also removes the r8a7790 PFC GPIO code and uses the separate RCar
> GPIO driver instead.
>
> The patches are based on Simon's pinmux branch plus Magnus' r8a7790 PFC
> patches posted today ("[PATCH 00/02] sh-pfc: Initial r8a7790 PFC support"),
> except for the last patch that requires Lager board support as a prerequisite.
>
> Simon, is it too late to get this series merged in v3.10 ? We can delay the
> last patch to v3.11 if that helps.
>
> Laurent Pinchart (10):
> gpio-rcar: Add RCAR_GP_PIN macro
> sh-pfc: r8a7790: Add ETH pin groups and functions
> sh-pfc: r8a7790: Add INTC pin groups and functions
> sh-pfc: r8a7790: Add SCIF, SCIFA and SCIFB pin groups and functions
> ARM: shmobile: r8a7790: Register GPIO devices
> sh-pfc: r8a7790: Remove GPIO data
> sh-pfc: r8a7790: Remove function GPIOs
> sh-pfc: r8a7790: Don't use GPIO enum entries
> ARM: shmobile: r8a7790: Remove all GPIOs
> ARM: shmobile: lager: Initialize pinmux
>
> arch/arm/mach-shmobile/board-lager.c | 15 +
> arch/arm/mach-shmobile/include/mach/r8a7790.h | 383 --------
> arch/arm/mach-shmobile/setup-r8a7790.c | 35 +-
> drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 1280 +++++++++++++++----------
> include/linux/platform_data/gpio-rcar.h | 2 +
> 5 files changed, 823 insertions(+), 892 deletions(-)
Thanks,
I have queued up the following patches for v3.11 in the pinmux branch:
gpio-rcar: Add RCAR_GP_PIN macro
sh-pfc: r8a7790: Add ETH pin groups and functions
sh-pfc: r8a7790: Add INTC pin groups and functions
sh-pfc: r8a7790: Add SCIF, SCIFA and SCIFB pin groups and functions
sh-pfc: r8a7790: Remove GPIO data
sh-pfc: r8a7790: Remove function GPIOs
sh-pfc: r8a7790: Don't use GPIO enum entries
I have merged the pinmux branch into the soc-r8a7990 branch and
queued up the following patches for v3.11 in there.
ARM: shmobile: r8a7790: Register GPIO devices
ARM: shmobile: r8a7790: Remove all GPIOs
I have merged the soc-r8a7990 branch into the boards-lager branch and
queued up the following patches for v3.11 in there.
ARM: shmobile: lager: Initialize pinmux
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-04-11 8:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 9:36 [PATCH 00/10] r8a7790 PFC pinctrl and GPIO improvements Laurent Pinchart
2013-04-09 12:13 ` Simon Horman
2013-04-09 13:11 ` Laurent Pinchart
2013-04-11 8:05 ` Simon Horman
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.