mbox series

[RFC,0/4] Add "output-impedance" property to pinconf-generic

Message ID 20210930121630.17449-1-prabhakar.mahadev-lad.rj@bp.renesas.com (mailing list archive)
Headers show
Series Add "output-impedance" property to pinconf-generic | expand

Message

Lad Prabhakar Sept. 30, 2021, 12:16 p.m. UTC
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(-)