[PATCH v2 0/2] dt-bindings: pinctrl: describe qcs615-tlmm

Lijuan Gao posted 2 patches 2 months, 1 week ago
.../bindings/pinctrl/qcom,qcs615-tlmm.yaml         |  124 +++
drivers/pinctrl/qcom/Kconfig.msm                   |    7 +
drivers/pinctrl/qcom/Makefile                      |    1 +
drivers/pinctrl/qcom/pinctrl-qcs615.c              | 1107 ++++++++++++++++++++
4 files changed, 1239 insertions(+)
[PATCH v2 0/2] dt-bindings: pinctrl: describe qcs615-tlmm
Posted by Lijuan Gao 2 months, 1 week ago
Introduce Top Level Mode Multiplexer dt-binding and driver for Qualcomm
QCS615 SoC.

Signed-off-by: lijuang <quic_lijuang@quicinc.com>
---
patch made the following modifications and verifications:
 - Successfully ran dt_binding_check for the current binding file.
 - Sorted enums, function names, and groups alphabetically.
 - Specified each tile in DeviceTree referenced with pinctrl-sm8150.c.
 - Consolidated duplicate functions.
 - Verified functional with UART function on QCS615 ride board.

Changes in v2:
- Rebased patchset on next-20240919
- Added 'type: object' before patternProperties
- Link to v1: https://lore.kernel.org/r/20240910-add_qcs615_pinctrl_driver-v1-0-36f4c0d527d8@quicinc.com

---
Lijuan Gao (2):
      dt-bindings: pinctrl: document the QCS615 Top Level Mode Multiplexer
      pinctrl: qcom: add the tlmm driver for QCS615 platform

 .../bindings/pinctrl/qcom,qcs615-tlmm.yaml         |  124 +++
 drivers/pinctrl/qcom/Kconfig.msm                   |    7 +
 drivers/pinctrl/qcom/Makefile                      |    1 +
 drivers/pinctrl/qcom/pinctrl-qcs615.c              | 1107 ++++++++++++++++++++
 4 files changed, 1239 insertions(+)
---
base-commit: 3621a2c9142bd490af0666c0c02d52d60ce0d2a5
change-id: 20240920-add_qcs615_pinctrl_driver-f6aa6352a4ae

Best regards,
-- 
lijuang <quic_lijuang@quicinc.com>
Re: [PATCH v2 0/2] dt-bindings: pinctrl: describe qcs615-tlmm
Posted by Linus Walleij 1 month, 4 weeks ago
On Fri, Sep 20, 2024 at 10:00 AM Lijuan Gao <quic_lijuang@quicinc.com> wrote:

> Introduce Top Level Mode Multiplexer dt-binding and driver for Qualcomm
> QCS615 SoC.
>
> Signed-off-by: lijuang <quic_lijuang@quicinc.com>

Patches applied.

I picked up Rob's ACK from v1 so no need to resend.

Yours,
Linus Walleij