linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add "output-impedance" property to pinconf-generic
@ 2021-10-27 13:45 Lad Prabhakar
  2021-10-27 13:45 ` [PATCH 1/4] dt-bindings: pincfg-node: Add "output-impedance-ohms" property Lad Prabhakar
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Lad Prabhakar @ 2021-10-27 13:45 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Geert Uytterhoeven, linux-gpio,
	devicetree
  Cc: linux-kernel, linux-renesas-soc, Prabhakar, Biju Das,
	Lad Prabhakar

Hi All,

The first two patches of the series add "output-impedance-ohms" 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

Changes for v1:
* Fixed review comments pointed by Geert and Rob

RFC: https://patchwork.kernel.org/project/linux-renesas-soc/cover/
20210930121630.17449-1-prabhakar.mahadev-lad.rj@bp.renesas.com/

Lad Prabhakar (4):
  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: pinctrl-rzg2l: Add support to get/set drive-strength
    and output-impedance-ohms

 .../bindings/pinctrl/pincfg-node.yaml         |   3 +
 .../pinctrl/renesas,rzg2l-pinctrl.yaml        |   2 +
 drivers/pinctrl/pinconf-generic.c             |   2 +
 drivers/pinctrl/renesas/pinctrl-rzg2l.c       | 284 +++++++++++++-----
 include/linux/pinctrl/pinconf-generic.h       |   3 +
 5 files changed, 221 insertions(+), 73 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-11-09 20:22 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-27 13:45 [PATCH 0/4] Add "output-impedance" property to pinconf-generic Lad Prabhakar
2021-10-27 13:45 ` [PATCH 1/4] dt-bindings: pincfg-node: Add "output-impedance-ohms" property Lad Prabhakar
2021-10-28  7:15   ` Geert Uytterhoeven
2021-11-01 21:37   ` Rob Herring
2021-11-09  4:33   ` Linus Walleij
2021-10-27 13:45 ` [PATCH 2/4] pinctrl: pinconf-generic: Add support for "output-impedance-ohms" to be extracted from DT files Lad Prabhakar
2021-11-09  4:32   ` Linus Walleij
2021-11-09  7:51     ` Geert Uytterhoeven
2021-11-09 20:22       ` Linus Walleij
2021-10-27 13:45 ` [PATCH 3/4] dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Add output-impedance-ohms property Lad Prabhakar
2021-10-27 13:45 ` [PATCH 4/4] pinctrl: renesas: pinctrl-rzg2l: Add support to get/set drive-strength and output-impedance-ohms Lad Prabhakar
2021-10-28  7:56   ` Geert Uytterhoeven
2021-10-28  8:58     ` Lad, Prabhakar
2021-10-28  9:10       ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).