All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL] pinctrl: qcom: new drivers for v6.6
Date: Mon, 14 Aug 2023 13:45:18 +0200	[thread overview]
Message-ID: <20230814114518.26243-1-krzysztof.kozlowski@linaro.org> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL] pinctrl: qcom: new drivers for v6.6
Date: Mon, 14 Aug 2023 13:45:18 +0200	[thread overview]
Message-ID: <20230814114518.26243-1-krzysztof.kozlowski@linaro.org> (raw)

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-08-14 11:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-14 11:45 Krzysztof Kozlowski [this message]
2023-08-14 11:45 ` [GIT PULL] pinctrl: qcom: new drivers for v6.6 Krzysztof Kozlowski
2023-08-15  9:10 ` Linus Walleij
2023-08-15  9:10   ` Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230814114518.26243-1-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzk@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.