mbox series

[GIT,PULL] pinctrl: samsung: drivers for v6.8

Message ID 20231218094548.37105-1-krzysztof.kozlowski@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] pinctrl: samsung: drivers for v6.8 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-6.8

Message

Krzysztof Kozlowski Dec. 18, 2023, 9:45 a.m. UTC
Hi Linus,

Google and Samsung SoC pinctrl changes for v6.8.

Best regards,
Krzysztof


The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/samsung.git tags/samsung-pinctrl-6.8

for you to fetch changes up to 6cf96df77338c6a7e753229fe6d330ab60e28cda:

  pinctrl: samsung: add exynosautov920 pinctrl (2023-12-13 08:49:33 +0100)

----------------------------------------------------------------
Samsung pinctrl drivers changes for v6.8

1. New hardware: Add pin controllers for Samsung ExynosAutov920 and
   Google Tensor GS101.

2. Few DT bindings cleanups: add specific compatibles for each device
   using generic compatible as fallback.  This affects only DTS, no
   driver changes are needed.

3. Allow setting affinity on non wake-up external GPIO interrupts.

----------------------------------------------------------------
Jaewon Kim (3):
      dt-bindings: pinctrl: samsung: add exynosautov920
      pinctrl: samsung: support ExynosAuto GPIO structure
      pinctrl: samsung: add exynosautov920 pinctrl

Krzysztof Kozlowski (3):
      dt-bindings: pinctrl: samsung: add specific compatibles for existing SoC
      dt-bindings: pinctrl: samsung: use Exynos7 fallbacks for newer wake-up controllers
      dt-bindings: pinctrl: samsung: correct ExynosAutov920 wake-up compatibles

Peter Griffin (3):
      dt-bindings: pinctrl: samsung: add google,gs101-pinctrl compatible
      dt-bindings: pinctrl: samsung: add gs101-wakeup-eint compatible
      pinctrl: samsung: Add gs101 SoC pinctrl configuration

Petr Vorel (1):
      MAINTAINERS: Remove snawrocki's git tree

Youngmin Nam (1):
      pinctrl: samsung: add irq_set_affinity() for non wake up external gpio interrupt

 .../pinctrl/samsung,pinctrl-wakeup-interrupt.yaml  |  45 ++--
 .../bindings/pinctrl/samsung,pinctrl.yaml          |   5 +-
 MAINTAINERS                                        |   1 -
 drivers/pinctrl/samsung/pinctrl-exynos-arm64.c     | 280 +++++++++++++++++++++
 drivers/pinctrl/samsung/pinctrl-exynos.c           | 109 +++++++-
 drivers/pinctrl/samsung/pinctrl-exynos.h           |  25 ++
 drivers/pinctrl/samsung/pinctrl-samsung.c          |   7 +
 drivers/pinctrl/samsung/pinctrl-samsung.h          |  14 ++
 8 files changed, 460 insertions(+), 26 deletions(-)

Comments

Linus Walleij Dec. 18, 2023, 2:09 p.m. UTC | #1
On Mon, Dec 18, 2023 at 10:45 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:

> Google and Samsung SoC pinctrl changes for v6.8.

Pulled in to my "devel" branch for V6.8!

Excellent work as always, thanks for keeping the Samsung Exynos in order,
there are so many users of this SoC now that without your coordination
it would be complete chaos.

Yours,
Linus Walleij