All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] sh-pfc: r8a7779: Improve readability with a new macro
@ 2013-04-08 10:05 Laurent Pinchart
  2013-04-09 13:13 ` Simon Horman
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Laurent Pinchart @ 2013-04-08 10:05 UTC (permalink / raw)
  To: linux-sh

Hello,

This is the second version of the r8a7779 PFC readability improvement patches
that use a macro to convert from the documentation pin number space to the
linear pinctrl space.

Note that patch 1/3 has already been posted as part of the "r8a7790 PFC pinctrl
and GPIO improvements" patch series. Depending on the merge order one of them
should be dropped.

Simon, is there a chance you could queue this to your pinmux branch for v3.10 ?

Changes from v1:

- Rename the macro to RCAR_GP_PIN
- Define the macro in a single header file

Laurent Pinchart (3):
  gpio-rcar: Add RCAR_GP_PIN macro
  sh-pfc: r8a7779: Replace hardcoded pin numbers with RCAR_GP_PIN macro
  ARM: shmobile: marzen: Use RCAR_GP_PIN macro

 arch/arm/mach-shmobile/board-marzen.c   |   7 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7779.c    | 294 ++++++++++++++++++--------------
 include/linux/platform_data/gpio-rcar.h |   2 +
 3 files changed, 170 insertions(+), 133 deletions(-)

-- 
Regards,

Laurent Pinchart


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

end of thread, other threads:[~2013-04-22  3:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 10:05 [PATCH v2 0/3] sh-pfc: r8a7779: Improve readability with a new macro Laurent Pinchart
2013-04-09 13:13 ` Simon Horman
2013-04-09 13:14 ` Laurent Pinchart
2013-04-11  8:07 ` Simon Horman
2013-04-22  3:31 ` 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.