[PATCH v3 0/3] Introduce pin controller support for Exynos7870

Kaustabh Chakraborty posted 3 patches 9 months, 3 weeks ago
.../pinctrl/samsung,pinctrl-wakeup-interrupt.yaml  |   2 +
.../bindings/pinctrl/samsung,pinctrl.yaml          |   1 +
drivers/pinctrl/samsung/pinctrl-exynos-arm64.c     | 139 +++++++++++++++++++++
drivers/pinctrl/samsung/pinctrl-exynos.h           |  19 +++
drivers/pinctrl/samsung/pinctrl-samsung.c          |   2 +
drivers/pinctrl/samsung/pinctrl-samsung.h          |   1 +
6 files changed, 164 insertions(+)
[PATCH v3 0/3] Introduce pin controller support for Exynos7870
Posted by Kaustabh Chakraborty 9 months, 3 weeks ago
Add support for exynos7870 in the pinctrl driver. Also, document the
ALIVE pin controller's wakeup interrupt compatible.

This patch series is a part of Exynos7870 upstreaming.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
---
Changes in v3:
- Reuse some structs and macros from exynos8895.
- Link to v2: https://lore.kernel.org/r/20250219-exynos7870-pinctrl-v2-0-1ff9b10bf913@disroot.org

Changes in v2:
- Take over ownership of patches by the co-author, upon their request.
- Link to v1: https://lore.kernel.org/r/20250204-exynos7870-pinctrl-v1-0-77b9800749b7@disroot.org

---
Kaustabh Chakraborty (3):
      dt-bindings: pinctrl: samsung: add exynos7870-pinctrl compatible
      dt-bindings: pinctrl: samsung: add exynos7870-wakeup-eint compatible
      pinctrl: samsung: add support for exynos7870 pinctrl

 .../pinctrl/samsung,pinctrl-wakeup-interrupt.yaml  |   2 +
 .../bindings/pinctrl/samsung,pinctrl.yaml          |   1 +
 drivers/pinctrl/samsung/pinctrl-exynos-arm64.c     | 139 +++++++++++++++++++++
 drivers/pinctrl/samsung/pinctrl-exynos.h           |  19 +++
 drivers/pinctrl/samsung/pinctrl-samsung.c          |   2 +
 drivers/pinctrl/samsung/pinctrl-samsung.h          |   1 +
 6 files changed, 164 insertions(+)
---
base-commit: be5c7bbb3a64baf884481a1ba0c2f8fb2f93f7c3
change-id: 20250203-exynos7870-pinctrl-07265f719061

Best regards,
-- 
Kaustabh Chakraborty <kauschluss@disroot.org>
Re: [PATCH v3 0/3] Introduce pin controller support for Exynos7870
Posted by Krzysztof Kozlowski 9 months, 2 weeks ago
On Sat, 01 Mar 2025 01:05:16 +0530, Kaustabh Chakraborty wrote:
> Add support for exynos7870 in the pinctrl driver. Also, document the
> ALIVE pin controller's wakeup interrupt compatible.
> 
> This patch series is a part of Exynos7870 upstreaming.
> 
> 

Applied, thanks!

[1/3] dt-bindings: pinctrl: samsung: add exynos7870-pinctrl compatible
      https://git.kernel.org/pinctrl/samsung/c/129bdbd05650f4c11fb8995f8b6e63589ce4cb33
[2/3] dt-bindings: pinctrl: samsung: add exynos7870-wakeup-eint compatible
      https://git.kernel.org/pinctrl/samsung/c/c1ab2297bc746b07b96205dddc45979feac22f4d
[3/3] pinctrl: samsung: add support for exynos7870 pinctrl
      https://git.kernel.org/pinctrl/samsung/c/eb76dc973cef741f74ce17d3bba8a7c9f2cc6113

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>