Hi Linus, The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-for-v5.17-tag1 for you to fetch changes up to 7c50a407b8687ae3589c740d2347d9ae73887889: pinctrl: renesas: Remove unneeded locking around sh_pfc_read() calls (2021-11-19 10:55:21 +0100) ---------------------------------------------------------------- pinctrl: renesas: Updates for v5.17 - Add generic support for output impedance, - Add drive strength and output impedance support for the RZ/G2L SoC, - Miscellaneous fixes and improvements. Thanks for pulling! ---------------------------------------------------------------- Geert Uytterhoeven (2): pinctrl: renesas: rza1: Fix kerneldoc function names pinctrl: renesas: Remove unneeded locking around sh_pfc_read() calls Lad Prabhakar (8): dt-bindings: pincfg-node: Add "output-impedance-ohms" property pinctrl: pinconf-generic: Add support for "output-impedance-ohms" to be extracted from DT files dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Add output-impedance-ohms property pinctrl: renesas: rzg2l: Rename RZG2L_SINGLE_PIN_GET_PORT macro pinctrl: renesas: rzg2l: Add helper functions to read/write pin config pinctrl: renesas: rzg2l: Add support to get/set pin config for GPIO port pins pinctrl: renesas: rzg2l: Rename PIN_CFG_* macros to match HW manual pinctrl: renesas: rzg2l: Add support to get/set drive-strength and output-impedance-ohms .../devicetree/bindings/pinctrl/pincfg-node.yaml | 3 + .../bindings/pinctrl/renesas,rzg2l-pinctrl.yaml | 2 + drivers/pinctrl/pinconf-generic.c | 2 + drivers/pinctrl/renesas/pinctrl-rza1.c | 6 +- drivers/pinctrl/renesas/pinctrl-rzg2l.c | 310 ++++++++++++++------- drivers/pinctrl/renesas/pinctrl.c | 9 +- include/linux/pinctrl/pinconf-generic.h | 3 + 7 files changed, 224 insertions(+), 111 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