mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] Add support for mt6878 pinctrl
@ 2025-09-08 19:17 Igor Belwon
  2025-09-08 19:17 ` [PATCH 1/4] dt-bindings: pinctrl: mediatek: Document MT6878 pin controller bindings Igor Belwon
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Igor Belwon @ 2025-09-08 19:17 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Matthias Brugger, AngeloGioacchino Del Regno, Sean Wang
  Cc: linux-gpio, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Igor Belwon

Hi all,

This patchset adds support for the pin controller found in the MediaTek
MT6878 SoC. This SoC has 9 pinctrl groups, and 4 EINT controller
instances.

This SoC also uses the new "eh" bit for controlling i2c driving, support
for which is also added here.

Kind regards,
Igor

Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
---
Igor Belwon (4):
      dt-bindings: pinctrl: mediatek: Document MT6878 pin controller bindings
      pinctrl: mediatek: Add support for eh bit
      pinctrl: mediatek: Add debounce times for MT6878
      pinctrl: mediatek: Add support for MT6878 pinctrl

 .../bindings/pinctrl/mediatek,mt6878-pinctrl.yaml  |  209 ++
 drivers/pinctrl/mediatek/Kconfig                   |   10 +
 drivers/pinctrl/mediatek/Makefile                  |    1 +
 drivers/pinctrl/mediatek/mtk-eint.c                |    5 +
 drivers/pinctrl/mediatek/mtk-eint.h                |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt6878.c          | 1559 ++++++++++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c   |   60 +
 drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.h   |   24 +
 drivers/pinctrl/mediatek/pinctrl-mtk-mt6878.h      | 2248 ++++++++++++++++++++
 drivers/pinctrl/mediatek/pinctrl-paris.c           |   30 +-
 include/dt-bindings/pinctrl/mt6878-pinfunc.h       | 1201 +++++++++++
 11 files changed, 5342 insertions(+), 6 deletions(-)
---
base-commit: 64074b8d93abdc35ae90e38ab5135f0b13ccdf68
change-id: 20250908-mt6878-pinctrl-support-a1d117140efb

Best regards,
-- 
Igor Belwon <igor.belwon@mentallysanemainliners.org>


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-09-09 12:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-08 19:17 [PATCH 0/4] Add support for mt6878 pinctrl Igor Belwon
2025-09-08 19:17 ` [PATCH 1/4] dt-bindings: pinctrl: mediatek: Document MT6878 pin controller bindings Igor Belwon
2025-09-09  7:37   ` Krzysztof Kozlowski
2025-09-09 12:14     ` Igor Belwon
2025-09-08 19:17 ` [PATCH 2/4] pinctrl: mediatek: Add support for eh bit Igor Belwon
2025-09-09  7:57   ` AngeloGioacchino Del Regno
2025-09-09 11:53     ` Igor Belwon
2025-09-08 19:17 ` [PATCH 3/4] pinctrl: mediatek: Add debounce times for MT6878 Igor Belwon
2025-09-09  8:00   ` AngeloGioacchino Del Regno
2025-09-09 11:54     ` Igor Belwon
2025-09-08 19:17 ` [PATCH 4/4] pinctrl: mediatek: Add support for MT6878 pinctrl Igor Belwon
2025-09-09  7:59   ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®