[PATCH v3 0/3] pinctrl: samsung: add Exynos9610 pinctrl support

Alexandru Chimac posted 3 patches 1 month ago
.../pinctrl/samsung,pinctrl-wakeup-interrupt.yaml  |   1 +
.../bindings/pinctrl/samsung,pinctrl.yaml          |   1 +
drivers/pinctrl/samsung/pinctrl-exynos-arm64.c     | 117 +++++++++++++++++++++
drivers/pinctrl/samsung/pinctrl-samsung.c          |   2 +
drivers/pinctrl/samsung/pinctrl-samsung.h          |   1 +
5 files changed, 122 insertions(+)
[PATCH v3 0/3] pinctrl: samsung: add Exynos9610 pinctrl support
Posted by Alexandru Chimac 1 month ago
This patchset adds support for the pin controller found on Exynos9610.

Signed-off-by: Alexandru Chimac <alex@chimac.ro>
---
v3:
- Remove unnecessary addition to enum in samsung,pinctrl-wakeup-interrupt.yaml

v2:
- Set proper FLTCON offsets for ALIVE, FSYS, DISPAUD, TOP pin banks
- Define samsung_pin_bank_data structures as initialization constants

---
Alexandru Chimac (3):
      dt-bindings: pinctrl: samsung: Add exynos9610-pinctrl compatible
      dt-bindings: pinctrl: samsung: Add exynos9610-wakeup-eint node
      pinctrl: samsung: Add Exynos9610 pinctrl configuration

 .../pinctrl/samsung,pinctrl-wakeup-interrupt.yaml  |   1 +
 .../bindings/pinctrl/samsung,pinctrl.yaml          |   1 +
 drivers/pinctrl/samsung/pinctrl-exynos-arm64.c     | 117 +++++++++++++++++++++
 drivers/pinctrl/samsung/pinctrl-samsung.c          |   2 +
 drivers/pinctrl/samsung/pinctrl-samsung.h          |   1 +
 5 files changed, 122 insertions(+)
---
base-commit: 3e7f562e20ee87a25e104ef4fce557d39d62fa85
change-id: 20251228-exynos9610-pinctrl-7d7988fd50a1

Best regards,
-- 
Alexandru Chimac <alex@chimac.ro>
Re: [PATCH v3 0/3] pinctrl: samsung: add Exynos9610 pinctrl support
Posted by Krzysztof Kozlowski 1 month ago
On Fri, 02 Jan 2026 11:29:30 +0000, Alexandru Chimac wrote:
> This patchset adds support for the pin controller found on Exynos9610.
> 
> 

Applied, thanks!

[1/3] dt-bindings: pinctrl: samsung: Add exynos9610-pinctrl compatible
      https://git.kernel.org/pinctrl/samsung/c/2432700e9c927d3c4ba1219db24fb2634282f45d
[2/3] dt-bindings: pinctrl: samsung: Add exynos9610-wakeup-eint node
      https://git.kernel.org/pinctrl/samsung/c/891eb0543f203cea0a85a4878258eefa9d3f84b0
[3/3] pinctrl: samsung: Add Exynos9610 pinctrl configuration
      https://git.kernel.org/pinctrl/samsung/c/9ce17ff1881f5be272ec016e108ae68be4b73646

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>