mbox series

[v3,0/3] Add Exynos990 pinctrl drivers

Message ID 20241016154838.64515-1-igor.belwon@mentallysanemainliners.org (mailing list archive)
Headers show
Series Add Exynos990 pinctrl drivers | expand

Message

Igor Belwon Oct. 16, 2024, 3:48 p.m. UTC
Hi folks,

This series adds support for the pinctrl driver for the Exynos 990 SoC.
The pinctrl bank types are the same as in the Exynos 850 chip.

Changes in v3:
 - Reword cover letter (remove chipid mentions)
 - Rewrite message of commit <cbc4242192b7> ("add exynos990-wakeup-eint
 compatible")
 - Move device tree changes to SoC bringup commit.

Changes in v2:
 - Moved bindings from SoC bringup commit
 - Moved device tree changes from SoC bringup commit
 - Ordered pinctrl nodes by unit address in SoC DT
 - Moved the exynos990-wakeup-eint binding to the correct if.
 - Added pinctrl aliases to SoC DT.

Kind regards,
Igor

Igor Belwon (3):
  dt-bindings: pinctrl: samsung: Add exynos990-pinctrl compatible
  dt-bindings: pinctrl: samsung: add exynos990-wakeup-eint compatible
  pinctrl: samsung: Add Exynos 990 SoC pinctrl configuration

 .../samsung,pinctrl-wakeup-interrupt.yaml     |   1 +
 .../bindings/pinctrl/samsung,pinctrl.yaml     |   1 +
 .../pinctrl/samsung/pinctrl-exynos-arm64.c    | 140 ++++++++++++++++++
 drivers/pinctrl/samsung/pinctrl-samsung.c     |   2 +
 drivers/pinctrl/samsung/pinctrl-samsung.h     |   1 +
 5 files changed, 145 insertions(+)

Comments

Krzysztof Kozlowski Oct. 17, 2024, 7:57 a.m. UTC | #1
On Wed, 16 Oct 2024 17:48:35 +0200, Igor Belwon wrote:
> This series adds support for the pinctrl driver for the Exynos 990 SoC.
> The pinctrl bank types are the same as in the Exynos 850 chip.
> 
> Changes in v3:
>  - Reword cover letter (remove chipid mentions)
>  - Rewrite message of commit <cbc4242192b7> ("add exynos990-wakeup-eint
>  compatible")
>  - Move device tree changes to SoC bringup commit.
> 
> [...]

Applied, thanks!

[1/3] dt-bindings: pinctrl: samsung: Add exynos990-pinctrl compatible
      https://git.kernel.org/pinctrl/samsung/c/5b653cb60275e1ad1a85f0d056a3084c4635623c
[2/3] dt-bindings: pinctrl: samsung: add exynos990-wakeup-eint compatible
      https://git.kernel.org/pinctrl/samsung/c/e690012f4f924f4ef4e105427b04ea3d496c6a38
[3/3] pinctrl: samsung: Add Exynos 990 SoC pinctrl configuration
      https://git.kernel.org/pinctrl/samsung/c/2193074458dee3c4382c023740d86578db050bd8

Best regards,