[GIT PULL] pinctrl: qcom: new drivers for v6.6

From: Krzysztof Kozlowski
Date: Mon Aug 14 2023 - 07:46:07 EST


Hi Linus,

That's what I got in my queue for v6.6.

Best regards,
Krzysztof


The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt.git tags/qcom-pinctrl-6.6

for you to fetch changes up to 2422f74eb9dc99097c9537c30ef50f88a0b54acb:

dt-bindings: pinctrl: qcom,pmic-gpio: document PMC8180 and PMC8180C (2023-07-26 11:11:47 +0200)

----------------------------------------------------------------
Qualcomm pinctrl changes for v6.6

1. Add support for the SM6115 and SM8350 LPASS (Low Power Audio
SubSystem) TLMM pin controllers.

2. Add bindings for the Qualcomm PMC8180 and PMC8180C PMICs GPIO pin
controllers.

----------------------------------------------------------------
Konrad Dybcio (2):
dt-bindings: pinctrl: qcom,sm6115-lpass-lpi: add SM6115 LPASS TLMM
pinctrl: qcom: Introduce SM6115 LPI pinctrl driver

Krzysztof Kozlowski (3):
dt-bindings: pinctrl: qcom,sm8350-lpass-lpi: add SM8350 LPASS TLMM
pinctrl: qcom: sm8350-lpass-lpi: add SM8350 LPASS TLMM
dt-bindings: pinctrl: qcom,pmic-gpio: document PMC8180 and PMC8180C

.../bindings/pinctrl/qcom,pmic-gpio.yaml | 2 +
.../pinctrl/qcom,sm6115-lpass-lpi-pinctrl.yaml | 135 ++++++++++++++++
.../pinctrl/qcom,sm8350-lpass-lpi-pinctrl.yaml | 143 +++++++++++++++++
drivers/pinctrl/qcom/Kconfig | 19 +++
drivers/pinctrl/qcom/Makefile | 2 +
drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c | 175 +++++++++++++++++++++
drivers/pinctrl/qcom/pinctrl-sm8350-lpass-lpi.c | 167 ++++++++++++++++++++
7 files changed, 643 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm6115-lpass-lpi-pinctrl.yaml
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8350-lpass-lpi-pinctrl.yaml
create mode 100644 drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c
create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8350-lpass-lpi.c