mbox series

[0/2] pinctrl: qcom: add sm8650 lpass-lpi

Message ID 20231027093615.140656-1-krzysztof.kozlowski@linaro.org
Headers show
Series pinctrl: qcom: add sm8650 lpass-lpi | expand

Message

Krzysztof Kozlowski Oct. 27, 2023, 9:36 a.m. UTC
Hi,

Dependency
==========
This patchset depends on v2 of:
https://lore.kernel.org/all/CACRpkdYzhEJhN9BFdbZkJ7LurtT+dFMg97SLY-q91SNCZ8bikw@mail.gmail.com/

Due to conflicts with current fixes, the v2 above was postponed for v6.8, thus
this should wait as well.  Review can happen anyway now.

Best regards,
Krzysztof

Krzysztof Kozlowski (2):
  dt-bindings: pinctrl: qcom,sm8650-lpass-lpi-pinctrl: add SM8650 LPASS
  pinctrl: qcom: sm8650-lpass-lpi: add SM8650 LPASS

 .../qcom,sm8650-lpass-lpi-pinctrl.yaml        | 148 ++++++++++
 drivers/pinctrl/qcom/Kconfig                  |  10 +
 drivers/pinctrl/qcom/Makefile                 |   1 +
 .../pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c   | 255 ++++++++++++++++++
 4 files changed, 414 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8650-lpass-lpi-pinctrl.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8650-lpass-lpi.c