linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pinctrl: pinconf-generic: Add "input-schmitt-microvolt" property
@ 2024-07-18  2:23 Inochi Amaoto
  2024-07-18  2:23 ` [PATCH 1/2] dt-bindings: pincfg-node: " Inochi Amaoto
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Inochi Amaoto @ 2024-07-18  2:23 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Inochi Amaoto, linux-gpio, devicetree, linux-kernel

On Sophgo CV18XX platform, threshold strength of schmitt trigger can
be configured. As this standard property is already supported by the
common pinconf code. Add "input-schmitt-microvolt" property in
pincfg-node.yaml so that other platforms requiring such feature can
make use of this property.

See the previous patch discussion about why add "microvolt" suffix:
https://lore.kernel.org/all/IA1PR20MB4953BB6E71CA3216E652E8B8BBA02@IA1PR20MB4953.namprd20.prod.outlook.com/

Changed for the original patch series:
1. add "microvolt" suffix

Inochi Amaoto (2):
  dt-bindings: pincfg-node: Add "input-schmitt-microvolt" property
  pinctrl: pinconf-generic: Add support for "input-schmitt-microvolt"
    property

 Documentation/devicetree/bindings/pinctrl/pincfg-node.yaml | 3 +++
 drivers/pinctrl/pinconf-generic.c                          | 2 ++
 include/linux/pinctrl/pinconf-generic.h                    | 3 +++
 3 files changed, 8 insertions(+)

--
2.45.2


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

end of thread, other threads:[~2024-08-03 22:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-18  2:23 [PATCH 0/2] pinctrl: pinconf-generic: Add "input-schmitt-microvolt" property Inochi Amaoto
2024-07-18  2:23 ` [PATCH 1/2] dt-bindings: pincfg-node: " Inochi Amaoto
2024-07-21 13:37   ` Krzysztof Kozlowski
2024-07-18  2:23 ` [PATCH 2/2] pinctrl: pinconf-generic: Add support for " Inochi Amaoto
2024-08-03 22:55 ` [PATCH 0/2] pinctrl: pinconf-generic: Add " Linus Walleij

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).