linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] SDM670 Pin Control Driver
@ 2022-09-14  1:44 Richard Acayan
  2022-09-14  1:44 ` [PATCH 1/2] dt-bindings: pinctrl: qcom: add sdm670 pinctrl Richard Acayan
  2022-09-14  1:44 ` [PATCH 2/2] " Richard Acayan
  0 siblings, 2 replies; 6+ messages in thread
From: Richard Acayan @ 2022-09-14  1:44 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Linus Walleij,
	Rob Herring, Krzysztof Kozlowski, Richard Acayan, linux-gpio,
	devicetree, linux-kernel, ~postmarketos/upstreaming

This patch series adds the driver for the Qualcomm Snapdragon 670 TLMM
(Top-Level Mode Multiplexer).

This is not ready yet because the dummy pingroups cause debugfs to
misbehave. I might be able to find tile values that are safe enough but
it would be easier if there was already a way to declare a dummy pingroup.

 .../bindings/pinctrl/qcom,sdm670-pinctrl.yaml      |  128 ++
 drivers/pinctrl/qcom/Kconfig                       |    9 +
 drivers/pinctrl/qcom/Makefile                      |    1 +
 drivers/pinctrl/qcom/pinctrl-sdm670.c              | 1368 ++++++++++++++++++++
 4 files changed, 1506 insertions(+)



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

end of thread, other threads:[~2022-09-16  2:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-14  1:44 [PATCH 0/2] SDM670 Pin Control Driver Richard Acayan
2022-09-14  1:44 ` [PATCH 1/2] dt-bindings: pinctrl: qcom: add sdm670 pinctrl Richard Acayan
2022-09-14  2:25   ` Bjorn Andersson
2022-09-14  1:44 ` [PATCH 2/2] " Richard Acayan
2022-09-14  2:39   ` Bjorn Andersson
2022-09-16  2:01     ` Richard Acayan

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