devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pinctrl: mediatek: Support pinctrl driver on mt8186
@ 2022-01-21  6:01 Guodong Liu
  2022-01-21  6:01 ` [PATCH v2 1/2] dt-bindings: pinctrl: mt8186: add pinctrl file and binding document Guodong Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Guodong Liu @ 2022-01-21  6:01 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Matthias Brugger, Sean Wang
  Cc: Sean Wang, linux-gpio, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel,
	Project_Global_Chrome_Upstream_Group, Guodong Liu

changes since v1:
- add default pinctrl config to consistent with other MTK pinctrl drivers

Patch 1 add pinctrl file and binding document.

Patch 2 add pinctrl chip driver on mt8186.

Guodong Liu (2):
  dt-bindings: pinctrl: mt8186: add pinctrl file and binding document
  pinctrl: add pinctrl driver on mt8186

 .../bindings/pinctrl/pinctrl-mt8186.yaml      |  303 +++
 drivers/pinctrl/mediatek/Kconfig              |    7 +
 drivers/pinctrl/mediatek/Makefile             |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt8186.c     | 1313 ++++++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-mt8186.h | 2186 +++++++++++++++++
 include/dt-bindings/pinctrl/mt8186-pinfunc.h  | 1174 +++++++++
 6 files changed, 4984 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8186.yaml
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8186.c
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt8186.h
 create mode 100644 include/dt-bindings/pinctrl/mt8186-pinfunc.h

-- 
2.25.5


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

end of thread, other threads:[~2022-02-10  6:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-21  6:01 [PATCH v2 0/2] pinctrl: mediatek: Support pinctrl driver on mt8186 Guodong Liu
2022-01-21  6:01 ` [PATCH v2 1/2] dt-bindings: pinctrl: mt8186: add pinctrl file and binding document Guodong Liu
2022-02-02 15:44   ` Chen-Yu Tsai
2022-02-10  5:42     ` Guodong Liu
2022-02-07 22:55   ` Rob Herring
2022-02-10  6:12     ` Guodong Liu
2022-01-21  6:01 ` [PATCH v2 2/2] pinctrl: add pinctrl driver on mt8186 Guodong Liu
2022-01-30  1:42 ` [PATCH v2 0/2] pinctrl: mediatek: Support " Linus Walleij
2022-02-02 15:49   ` Chen-Yu Tsai

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).