Re: [PATCH] pinctrl: sh-pfc: r8a7796: Add EtherAVB pins, groups and functions
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2016-11-15 09:56:44
Also in:
linux-renesas-soc
On Mon, Oct 31, 2016 at 2:46 PM, Geert Uytterhoeven [off-list ref] wrote:
quoted hunk ↗ jump to hunk
From: Takeshi Kihara <redacted> This patch adds AVB_LINK, AVB_MAGIC, AVB_PHY_INT, AVB_MDC, AVB_AVTP_PPS, AVB_AVTP_MATCH, AVB_AVTP_CAPTURE pins, groups and functions to R8A7796 SoC. Signed-off-by: Takeshi Kihara <redacted> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 87 ++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+)diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7796.c b/drivers/pinctrl/sh-pfc/pfc-r8a7796.c index c7b8811fbab554bb..16773e580a902edc 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7796.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7796.c
quoted hunk ↗ jump to hunk
@@ -2564,6 +2638,18 @@ enum { "hscif4_data_b", }; +static const char * const avb_groups[] = { + "avb_link", + "avb_magic", + "avb_phy_int", + "avb_mdc", + "avb_avtp_pps", + "avb_avtp_match_a", + "avb_avtp_capture_a", + "avb_avtp_match_b", + "avb_avtp_capture_b", +}; +
Queueing up, with above chunk moved in front of drif0_groups[].
static const char * const i2c1_groups[] = {
"i2c1_a",
"i2c1_b",
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds