linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add pinctrl and GPIO support for MediaTek MT8901
@ 2025-11-25  2:36 Lei Xue
  2025-11-25  2:36 ` [PATCH 1/3] pinctrl: mediatek: Add gpio-range record in pinctrl driver Lei Xue
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Lei Xue @ 2025-11-25  2:36 UTC (permalink / raw)
  To: Sean Wang, Linus Walleij, Matthias Brugger,
	AngeloGioacchino Del Regno
  Cc: linux-kernel, linux-mediatek, linux-gpio, linux-arm-kernel,
	yong.mao, lei.xue, qingliang.li, Fred-WY.Chen, ot_cathy.xu,
	ot_shunxi.zhang, ot_yaoy.wang, ot_ye.wang

Dear maintainers,

This patch series contains three patches aimed at improving the
Linux kernel support for MediaTek platforms, specifically for
the MT8901 SoC. The details are as follows:

Add GPIO range record in MediaTek pinctrl driver
 - This patch introduces GPIO range recording in the MediaTek
   pinctrl driver, providing a foundation for proper GPIO
   identification and management.

Add ACPI support in MediaTek pinctrl driver
 - This patch adds ACPI support to the MediaTek pinctrl driver,
   enabling the driver to function correctly in ACPI environments
   and enhancing platform compatibility.

Add pinctrl driver for MediaTek MT8901
 - This patch adds a new pinctrl driver for the MT8901 SoC,
   defining the GPIO functions, register mappings, and multiplexing
   relationships to improve pin control capabilities for MT8901.

These patches will help enhance the mainline kernel support for MediaTek MT8901.
Your review and feedback are highly appreciated.

Thank you!


Lei Xue (3):
  pinctrl: mediatek: Add gpio-range record in pinctrl driver
  pinctrl: mediatek: Add acpi support
  pinctrl: mediatek: mt8901: Add pinctrl driver for MT8901

 drivers/pinctrl/mediatek/Kconfig              |   12 +
 drivers/pinctrl/mediatek/Makefile             |    1 +
 drivers/pinctrl/mediatek/mtk-eint.c           |    4 +
 drivers/pinctrl/mediatek/mtk-eint.h           |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt8901.c     | 1460 +++++++++++
 .../pinctrl/mediatek/pinctrl-mtk-common-v2.c  |   24 +-
 .../pinctrl/mediatek/pinctrl-mtk-common-v2.h  |    1 +
 drivers/pinctrl/mediatek/pinctrl-mtk-mt8901.h | 2130 +++++++++++++++++
 drivers/pinctrl/mediatek/pinctrl-paris.c      |   21 +-
 9 files changed, 3647 insertions(+), 7 deletions(-)
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8901.c
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt8901.h

-- 
2.45.2



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

end of thread, other threads:[~2025-11-27 15:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-25  2:36 [PATCH 0/3] Add pinctrl and GPIO support for MediaTek MT8901 Lei Xue
2025-11-25  2:36 ` [PATCH 1/3] pinctrl: mediatek: Add gpio-range record in pinctrl driver Lei Xue
2025-11-26 18:06   ` Andy Shevchenko
2025-11-25  2:36 ` [PATCH 2/3] pinctrl: mediatek: Add acpi support Lei Xue
2025-11-26  9:10   ` Linus Walleij
2025-11-26 16:52     ` Lorenzo Pieralisi
2025-11-26 18:06       ` Andy Shevchenko
2025-11-27 10:06         ` Lorenzo Pieralisi
2025-11-27 14:29           ` Andy Shevchenko
2025-11-27 15:53             ` Lorenzo Pieralisi
     [not found] ` <20251125023639.2416546-4-lei.xue@mediatek.com>
2025-11-25  9:56   ` [PATCH 3/3] pinctrl: mediatek: mt8901: Add pinctrl driver for MT8901 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;
as well as URLs for NNTP newsgroup(s).