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

Kaustabh Chakraborty posted 3 patches 10 months ago
There is a newer version of this series
.../pinctrl/samsung,pinctrl-wakeup-interrupt.yaml  |   2 +
.../bindings/pinctrl/samsung,pinctrl.yaml          |   1 +
drivers/pinctrl/samsung/pinctrl-exynos-arm64.c     | 141 +++++++++++++++++++++
drivers/pinctrl/samsung/pinctrl-exynos.h           |  29 +++++
drivers/pinctrl/samsung/pinctrl-samsung.c          |   2 +
drivers/pinctrl/samsung/pinctrl-samsung.h          |   1 +
6 files changed, 176 insertions(+)
[PATCH v2 0/3] Introduce pin controller support for Exynos7870
Posted by Kaustabh Chakraborty 10 months 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 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     | 141 +++++++++++++++++++++
 drivers/pinctrl/samsung/pinctrl-exynos.h           |  29 +++++
 drivers/pinctrl/samsung/pinctrl-samsung.c          |   2 +
 drivers/pinctrl/samsung/pinctrl-samsung.h          |   1 +
 6 files changed, 176 insertions(+)
---
base-commit: e5d3fd687aac5eceb1721fa92b9f49afcf4c3717
change-id: 20250203-exynos7870-pinctrl-07265f719061

Best regards,
-- 
Kaustabh Chakraborty <kauschluss@disroot.org>