[PATCH v2 0/2] pinctrl: qcom: Introduce pinctrl for SM8750

Melody Olvera posted 2 patches 1 week, 4 days ago
.../bindings/pinctrl/qcom,sm8750-tlmm.yaml    |  138 ++
drivers/pinctrl/qcom/Kconfig.msm              |    8 +
drivers/pinctrl/qcom/Makefile                 |    1 +
drivers/pinctrl/qcom/pinctrl-sm8750.c         | 1729 +++++++++++++++++
4 files changed, 1876 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8750-tlmm.yaml
create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8750.c
[PATCH v2 0/2] pinctrl: qcom: Introduce pinctrl for SM8750
Posted by Melody Olvera 1 week, 4 days ago
Add pinctrl block for the SM8750 SoC.

The Qualcomm Technologies, Inc. SM8750 SoC is the latest in the line of
consumer mobile device SoCs. See more at:
https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/images/company/news-media/media-center/press-kits/snapdragon-summit-2024/day-1/documents/Snapdragon8EliteProductBrief.pdf

Changes in V2:
- corrected example dt node in the bindings
- removed reserved gpios (moved to dt)
- lowercased letters in hex numbers

Melody Olvera (2):
  dt-bindings: pinctrl: qcom: Add sm8750 pinctrl
  pinctrl: qcom: Add sm8750 pinctrl driver

 .../bindings/pinctrl/qcom,sm8750-tlmm.yaml    |  138 ++
 drivers/pinctrl/qcom/Kconfig.msm              |    8 +
 drivers/pinctrl/qcom/Makefile                 |    1 +
 drivers/pinctrl/qcom/pinctrl-sm8750.c         | 1729 +++++++++++++++++
 4 files changed, 1876 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8750-tlmm.yaml
 create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8750.c


base-commit: 6d59cab07b8d74d0f0422b750038123334f6ecc2
-- 
2.46.1
Re: [PATCH v2 0/2] pinctrl: qcom: Introduce pinctrl for SM8750
Posted by Linus Walleij 1 week, 3 days ago
On Tue, Nov 12, 2024 at 1:29 AM Melody Olvera <quic_molvera@quicinc.com> wrote:

> Add pinctrl block for the SM8750 SoC.
>
> The Qualcomm Technologies, Inc. SM8750 SoC is the latest in the line of
> consumer mobile device SoCs. See more at:
> https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/images/company/news-media/media-center/press-kits/snapdragon-summit-2024/day-1/documents/Snapdragon8EliteProductBrief.pdf

Patches applied for v6.13!

Yours,
Linus Walleij
Re: [PATCH v2 0/2] pinctrl: qcom: Introduce pinctrl for SM8750
Posted by Bjorn Andersson 1 week, 4 days ago
On Mon, Nov 11, 2024 at 04:28:41PM -0800, Melody Olvera wrote:
> Add pinctrl block for the SM8750 SoC.
> 
> The Qualcomm Technologies, Inc. SM8750 SoC is the latest in the line of
> consumer mobile device SoCs. See more at:
> https://www.qualcomm.com/content/dam/qcomm-martech/dm-assets/images/company/news-media/media-center/press-kits/snapdragon-summit-2024/day-1/documents/Snapdragon8EliteProductBrief.pdf

Reviewed-by: Bjorn Andersson <andersson@kernel.org>

> 
> Changes in V2:
> - corrected example dt node in the bindings
> - removed reserved gpios (moved to dt)
> - lowercased letters in hex numbers
> 
> Melody Olvera (2):
>   dt-bindings: pinctrl: qcom: Add sm8750 pinctrl
>   pinctrl: qcom: Add sm8750 pinctrl driver
> 
>  .../bindings/pinctrl/qcom,sm8750-tlmm.yaml    |  138 ++
>  drivers/pinctrl/qcom/Kconfig.msm              |    8 +
>  drivers/pinctrl/qcom/Makefile                 |    1 +
>  drivers/pinctrl/qcom/pinctrl-sm8750.c         | 1729 +++++++++++++++++
>  4 files changed, 1876 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/qcom,sm8750-tlmm.yaml
>  create mode 100644 drivers/pinctrl/qcom/pinctrl-sm8750.c
> 
> 
> base-commit: 6d59cab07b8d74d0f0422b750038123334f6ecc2
> -- 
> 2.46.1
>