linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] SDM670 Pin Control Driver
@ 2022-09-20  2:16 Richard Acayan
  2022-09-20  2:16 ` [PATCH v3 1/3] dt-bindings: pinctrl: qcom: add sdm670 pinctrl Richard Acayan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Richard Acayan @ 2022-09-20  2:16 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

Changes since v2:
 - remove quotes from pinctrl.yaml# in dt-bindings
 - constrain gpio-reserved-ranges to 1-76 items (includes ufs_reset)
 - indentation in dt-bindings example
 - cite downstream kernel source
 - remove MODULE_AUTHOR (most imported pinctrl drivers don't have this)

Changes since v1:
 - add a field in msm_pinctrl_soc_data to accomodate the needs of the
   driver and device dts
 - apply changes made to existing tlmm dt documentation
 - add reserved gpios array
 - rename device tree compat string to qcom,sdm670-tlmm
 - remove dependency on ACPI
 - move MODULE_DEVICE_TABLE macro call up
 - add missing pins (fixes most of the debugfs problems)
 - move qup0_pins down
 - add whitespace between UFS_RESET macro and pins array

This patch series adds the driver for the Qualcomm Snapdragon 670 TLMM
(Top-Level Mode Multiplexer) and introduces a new field so that SDM670-
related device trees can reserve their own gpios.

 .../bindings/pinctrl/qcom,sdm670-tlmm.yaml         |  138 ++
 drivers/pinctrl/qcom/Kconfig                       |    9 +
 drivers/pinctrl/qcom/Makefile                      |    1 +
 drivers/pinctrl/qcom/pinctrl-msm.c                 |    3 +-
 drivers/pinctrl/qcom/pinctrl-msm.h                 |    4 +
 drivers/pinctrl/qcom/pinctrl-sdm670.c              | 1373 ++++++++++++++++++++
 6 files changed, 1527 insertions(+), 1 deletion(-)



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

end of thread, other threads:[~2022-09-20  8:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-20  2:16 [PATCH v3 0/3] SDM670 Pin Control Driver Richard Acayan
2022-09-20  2:16 ` [PATCH v3 1/3] dt-bindings: pinctrl: qcom: add sdm670 pinctrl Richard Acayan
2022-09-20  8:32   ` Krzysztof Kozlowski
2022-09-20  2:16 ` [PATCH v3 2/3] pinctrl: qcom: add support for complementary reserved gpios Richard Acayan
2022-09-20  2:16 ` [PATCH v3 3/3] pinctrl: qcom: add sdm670 pinctrl 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).