All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] sh-pfc: Variadic VIN_DATA_PIN_GROUP macro + updates
@ 2018-11-06 10:35 Jacopo Mondi
  2018-11-06 10:35 ` [PATCH v4 1/4] pinctrl: sh-pfc: Add optional arg to VIN_DATA_PIN_GROUP Jacopo Mondi
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Jacopo Mondi @ 2018-11-06 10:35 UTC (permalink / raw)
  To: geert+renesas, horms, laurent.pinchart
  Cc: Jacopo Mondi, linus.walleij, linux-renesas-soc, linux-gpio

Hi Geert,
   thanks to your suggestion I made a variadic macro out of the
VIN_DATA_PIN_GROUP one. The macro accepts an optional third argument 'version'
and creates properly formatted names in the form of 'vin4_data8_a' in place of
the previous 'vin4_data_a8' ones.

I included in this series the refactoring of existing users of versioned
VIN_DATA_PIN_GROUP macro and upstreaming of VIN4 and VIN5 enablement for both
R-Car M3-N and E3, both of them users of versioned VIN groups.

Thanks
   j

v3 -> v4:
- The series gathers different patch series previously sent separately:
  [PATCH 0/2] pinctrl: sh-pfc: r8a77965: Add VIN4 and VIN5
  [PATCH] pinctrl: sh-pfc: r8a77990: Add VIN pins, groups and functions
  As E3 patch depends on the M3-N series, I made a single one out of those.
  Changelog for the E3 patch (which was actually at v3) is included in the
  single patch commit message.


Jacopo Mondi (4):
  pinctrl: sh-pfc: Add optional arg to VIN_DATA_PIN_GROUP
  pinctrl: sh-pfc: Fix VIN versioned groups name
  pinctrl: sh-pfc: r8a77965: Add VIN[4|5] groups/functions
  pinctrl: sh-pfc: r8a77990: Add VIN[4|5] groups/functions

 drivers/pinctrl/sh-pfc/pfc-r8a7792.c  |   6 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c  |  24 ++--
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c  |  24 ++--
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c | 254 ++++++++++++++++++++++++++++++++++
 drivers/pinctrl/sh-pfc/pfc-r8a77990.c | 244 ++++++++++++++++++++++++++++++++
 drivers/pinctrl/sh-pfc/sh_pfc.h       |  17 +--
 6 files changed, 534 insertions(+), 35 deletions(-)

--
2.7.4

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

end of thread, other threads:[~2018-11-08 22:13 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-06 10:35 [PATCH v4 0/4] sh-pfc: Variadic VIN_DATA_PIN_GROUP macro + updates Jacopo Mondi
2018-11-06 10:35 ` [PATCH v4 1/4] pinctrl: sh-pfc: Add optional arg to VIN_DATA_PIN_GROUP Jacopo Mondi
2018-11-07 10:40   ` Simon Horman
2018-11-08 10:58   ` Geert Uytterhoeven
2018-11-08 11:38     ` Geert Uytterhoeven
2018-11-06 10:35 ` [PATCH v4 2/4] pinctrl: sh-pfc: Fix VIN versioned groups name Jacopo Mondi
2018-11-07 10:41   ` Simon Horman
2018-11-07 10:59     ` jacopo mondi
2018-11-07 11:27       ` Simon Horman
2018-11-08 10:59   ` Geert Uytterhoeven
2018-11-08 11:06     ` jacopo mondi
2018-11-06 10:35 ` [PATCH v4 3/4] pinctrl: sh-pfc: r8a77965: Add VIN[4|5] groups/functions Jacopo Mondi
2018-11-07 10:56   ` Simon Horman
2018-11-08 12:22   ` Geert Uytterhoeven
2018-11-08 12:31   ` Geert Uytterhoeven
2018-11-06 10:35 ` [PATCH v4 4/4] pinctrl: sh-pfc: r8a77990: " Jacopo Mondi
2018-11-07 10:34   ` Simon Horman
2018-11-07 10:56     ` jacopo mondi
2018-11-08 12:37       ` Geert Uytterhoeven

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.