Hi All, The first two patches of the series add add "output-impedance" property to pinconf-generic and the last two patches add support to get/set drive-strength and output-impedance for RZ/G2L SoC. Cheers, Prabhakar Lad Prabhakar (4): dt-bindings: pincfg-node: Add "output-impedance" property pinctrl: pinconf-generic: Add support for "output-impedance" to be extracted from DT files dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Add output-impedance property pinctrl: renesas: pinctrl-rzg2l: Add support to get/set drive-strength and output-impedance .../bindings/pinctrl/pincfg-node.yaml | 4 + .../pinctrl/renesas,rzg2l-pinctrl.yaml | 2 + drivers/pinctrl/pinconf-generic.c | 2 + drivers/pinctrl/renesas/pinctrl-rzg2l.c | 181 ++++++++++++++---- include/linux/pinctrl/pinconf-generic.h | 3 + 5 files changed, 159 insertions(+), 33 deletions(-) -- 2.17.1