Hi Linus, The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v5.1-tag1 for you to fetch changes up to 8e32e881947be98abaa917157fefc4a3319e90af: pinctrl: sh-pfc: r8a7778: Fix HSPI pin numbers and names (2019-01-21 13:25:38 +0100) ---------------------------------------------------------------- pinctrl: sh-pfc: Updates for v5.1 - Add TMU pin groups on R-Car E3, - Miscellaneous fixes and cleanups. Thanks for pulling! ---------------------------------------------------------------- Geert Uytterhoeven (10): pinctrl: sh-pfc: r8a77990: GP6_9 does not have pull-down capability Revert "pinctrl: sh-pfc: r8a77990: Add support for pull-up only pins" pinctrl: sh-pfc: Print pin group when debugging pinctrl: sh-pfc: r8a7795: Deduplicate VIN5 pin definitions pinctrl: sh-pfc: r8a7796: Deduplicate VIN5 pin definitions pinctrl: sh-pfc: r8a77970: Deduplicate VIN[01] pin definitions pinctrl: sh-pfc: r8a77980: Deduplicate VIN1 pin definitions pinctrl: sh-pfc: r8a7791: Fix VIN1 versioned groups pinctrl: sh-pfc: r8a77965: Replace DU_DOTCLKIN2 by DU_DOTCLKIN3 pinctrl: sh-pfc: r8a7778: Fix HSPI pin numbers and names Takeshi Kihara (5): pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 bit3 when using TX0 pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 bit2 when using RX2, TX2 and SCK2 pinctrl: sh-pfc: r8a77990: Fix MOD_SEL bit numbering pinctrl: sh-pfc: r8a77995: Fix MOD_SEL bit numbering pinctrl: sh-pfc: r8a77990: Add TMU pins, groups and functions Wolfram Sang (2): pinctrl: sh-pfc: r8a7790: Initialize TDSEL register for ES1.0 pinctrl: sh-pfc: r8a7794: Initialize TDSEL register for ES1.0 drivers/pinctrl/sh-pfc/pfc-r8a7778.c | 6 +- drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 17 +++++ drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 68 ++++++++--------- drivers/pinctrl/sh-pfc/pfc-r8a7794.c | 16 ++++ drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 90 +++++++---------------- drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 90 +++++++---------------- drivers/pinctrl/sh-pfc/pfc-r8a77965.c | 6 +- drivers/pinctrl/sh-pfc/pfc-r8a77970.c | 128 +++++++++++--------------------- drivers/pinctrl/sh-pfc/pfc-r8a77980.c | 64 ++++++---------- drivers/pinctrl/sh-pfc/pfc-r8a77990.c | 133 +++++++++++++++++++++++----------- drivers/pinctrl/sh-pfc/pfc-r8a77995.c | 11 ++- drivers/pinctrl/sh-pfc/pinctrl.c | 2 + 12 files changed, 288 insertions(+), 343 deletions(-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx 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