devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189
@ 2025-07-11  9:44 Cathy Xu
  2025-07-11  9:44 ` [PATCH v2 1/3] dt-bindings: pinctrl: mediatek: Add support for mt8189 Cathy Xu
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Cathy Xu @ 2025-07-11  9:44 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Matthias Brugger, AngeloGioacchino Del Regno, Sean Wang
  Cc: Lei Xue, linux-gpio, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Yong Mao, Wenbin Mei, Axe Yang, Cathy Xu

This patch series introduces support for the MT8189 pinctrl driver,
include the driver implementation, new binding document and pinctrl header file.

Changes in v2:
- Modify the coding style of dt-binding.

Cathy Xu (3):
  dt-bindings: pinctrl: mediatek: Add support for mt8189
  arm64: dts: mediatek: mt8189: Add pinmux macro header file
  pinctrl: mediatek: Add pinctrl driver on mt8189

 .../pinctrl/mediatek,mt8189-pinctrl.yaml      |  213 ++
 arch/arm64/boot/dts/mediatek/mt8189-pinfunc.h | 1125 ++++++++
 drivers/pinctrl/mediatek/Kconfig              |   12 +
 drivers/pinctrl/mediatek/Makefile             |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt8189.c     | 1700 ++++++++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-mt8189.h | 2452 +++++++++++++++++
 6 files changed, 5503 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt8189-pinctrl.yaml
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8189-pinfunc.h
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8189.c
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt8189.h

-- 
2.45.2


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

end of thread, other threads:[~2025-08-27  2:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-11  9:44 [PATCH v2 0/3] pinctrl: mediatek: Add pinctrl driver on mt8189 Cathy Xu
2025-07-11  9:44 ` [PATCH v2 1/3] dt-bindings: pinctrl: mediatek: Add support for mt8189 Cathy Xu
2025-07-15  3:08   ` Rob Herring (Arm)
2025-07-18  6:45   ` AngeloGioacchino Del Regno
2025-07-11  9:44 ` [PATCH v2 2/3] arm64: dts: mediatek: mt8189: Add pinmux macro header file Cathy Xu
2025-07-15  3:08   ` Rob Herring
2025-08-27  2:07     ` Cathy Xu (许华婷)
2025-07-18  6:44   ` AngeloGioacchino Del Regno
2025-08-27  2:12     ` Cathy Xu (许华婷)
2025-07-11  9:44 ` [PATCH v2 3/3] pinctrl: mediatek: Add pinctrl driver on mt8189 Cathy Xu
2025-07-18  6:45   ` AngeloGioacchino Del Regno
2025-07-14  7:53 ` [PATCH v2 0/3] " Krzysztof Kozlowski
2025-08-27  2:00   ` Cathy Xu (许华婷)
2025-07-23 11:36 ` Linus Walleij
2025-08-27  2:03   ` Cathy Xu (许华婷)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).