[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220914014404.199505-1-mailingradian@gmail.com>
Date: Tue, 13 Sep 2022 21:44:02 -0400
From: Richard Acayan <mailingradian@...il.com>
To: linux-arm-msm@...r.kernel.org
Cc: Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...ainline.org>,
Linus Walleij <linus.walleij@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Richard Acayan <mailingradian@...il.com>,
linux-gpio@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, ~postmarketos/upstreaming@...ts.sr.ht
Subject: [PATCH 0/2] SDM670 Pin Control Driver
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(+)
Powered by blists - more mailing lists