mbox series

[v2,0/3] SM6115 LPASS TLMM

Message ID 20230722-topic-6115_lpasstlmm-v2-0-d4883831a858@linaro.org
Headers show
Series SM6115 LPASS TLMM | expand

Message

Konrad Dybcio July 24, 2023, 11:39 a.m. UTC
This series introduces the bindings and driver for SM6115's LPI TLMM
block and enables it as a module in the arm64 defconfig.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Changes in v2:
- Fix up gpio number regex pattern and gpio-ranges in bindings
- pick up tags
- do not change patch 3 as suggested, a bulk reorder seems more
  appropriate
- Link to v1: https://lore.kernel.org/r/20230722-topic-6115_lpasstlmm-v1-0-32d1643d8774@linaro.org

---
Konrad Dybcio (3):
      dt-bindings: pinctrl: qcom,sm6115-lpass-lpi: add SM6115 LPASS TLMM
      pinctrl: qcom: Introduce SM6115 LPI pinctrl driver
      arm64: defconfig: enable Qualcomm SM6115 LPASS pinctrl

 .../pinctrl/qcom,sm6115-lpass-lpi-pinctrl.yaml     | 135 ++++++++++++++++
 arch/arm64/configs/defconfig                       |   1 +
 drivers/pinctrl/qcom/Kconfig                       |   9 ++
 drivers/pinctrl/qcom/Makefile                      |   1 +
 drivers/pinctrl/qcom/pinctrl-sm6115-lpass-lpi.c    | 175 +++++++++++++++++++++
 5 files changed, 321 insertions(+)
---
base-commit: ae867bc97b713121b2a7f5fcac68378a0774739b
change-id: 20230722-topic-6115_lpasstlmm-ec4749d8a70c

Best regards,

Comments

Linus Walleij Aug. 7, 2023, 8:53 a.m. UTC | #1
On Mon, Jul 24, 2023 at 1:39 PM Konrad Dybcio <konrad.dybcio@linaro.org> wrote:

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

These two applied to the pinctrl tree. Great work on this series BTW,
thanks for Krzysztof for review help!

>       arm64: defconfig: enable Qualcomm SM6115 LPASS pinctrl

Please funnel this patch into the SoC tree.

Yours,
Linus Walleij
Bjorn Andersson Sept. 19, 2023, 11:07 p.m. UTC | #2
On Mon, 24 Jul 2023 13:39:55 +0200, Konrad Dybcio wrote:
> This series introduces the bindings and driver for SM6115's LPI TLMM
> block and enables it as a module in the arm64 defconfig.
> 
> 

Applied, thanks!

[3/3] arm64: defconfig: enable Qualcomm SM6115 LPASS pinctrl
      commit: 2f98ed431b77cbaefd75f9690a671c5fe3c9c479

Best regards,