Hi Linus, The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) 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.10-tag1 for you to fetch changes up to b9d7f1448846a98d49a5567536febbef297b20b2: pinctrl: rza1: Switch to using "output-enable" (2020-09-04 09:45:32 +0200) ---------------------------------------------------------------- pinctrl: sh-pfc: Updates for v5.10 - Add CAN and USB1 PWEN pin groups on R-Car H2 and RZ/G1, - One more conversion of DT bindings to json-schema, - Group all Renesas pinctrl drivers and mprove visual Kconfig structure, - Minor fixes and improvements. Thanks for pulling! ---------------------------------------------------------------- Geert Uytterhoeven (2): dt-bindings: pinctrl: sh-pfc: Convert to json-schema pinctrl: rza1: Switch to using "output-enable" Kuninori Morimoto (4): pinctrl: sh-pfc: Tidy up Emma Mobile EV2 pinctrl: sh-pfc: Collect Renesas related CONFIGs in one place pinctrl: sh-pfc: Align driver description title pinctrl: sh-pfc: Tidy up driver description title Lad Prabhakar (2): pinctrl: sh-pfc: r8a7790: Add USB1 PWEN pin and group pinctrl: sh-pfc: r8a7790: Add CAN pins, groups and functions .../bindings/pinctrl/renesas,pfc-pinctrl.txt | 188 -------------------- .../devicetree/bindings/pinctrl/renesas,pfc.yaml | 193 +++++++++++++++++++++ .../bindings/pinctrl/renesas,rza1-pinctrl.txt | 5 +- MAINTAINERS | 1 - drivers/pinctrl/Kconfig | 32 ---- drivers/pinctrl/Makefile | 3 - drivers/pinctrl/sh-pfc/Kconfig | 178 +++++++++++-------- drivers/pinctrl/sh-pfc/Makefile | 4 + drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 121 ++++++++++++- drivers/pinctrl/{ => sh-pfc}/pinctrl-rza1.c | 11 +- drivers/pinctrl/{ => sh-pfc}/pinctrl-rza2.c | 4 +- drivers/pinctrl/{ => sh-pfc}/pinctrl-rzn1.c | 6 +- 12 files changed, 436 insertions(+), 310 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt create mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rza1.c (99%) rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rza2.c (99%) rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rzn1.c (99%) 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