linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Mediatek pinctrl patch on mt8192
@ 2020-07-10  7:27 Zhiyong Tao
  2020-07-10  7:27 ` [PATCH 1/3] dt-bindings: pinctrl: mt8192: add pinctrl file Zhiyong Tao
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Zhiyong Tao @ 2020-07-10  7:27 UTC (permalink / raw)
  To: robh+dt, linus.walleij, mark.rutland, matthias.bgg, sean.wang
  Cc: devicetree, sean.wang, srv_heupstream, chuanjia.liu, biao.huang,
	zhiyong.tao, erin.lo, hui.liu, linux-kernel, hongzhou.yang,
	linux-mediatek, linux-gpio, eddie.huang, linux-arm-kernel

This series includes 3 patches:
1.add pinctrl file on mt8192.
2.add pinctrl binding document on mt8192.
3.add pinctrl driver on MT8192.

Zhiyong Tao (3):
  dt-bindings: pinctrl: mt8192: add pinctrl file
  dt-bindings: pinctrl: mt8192: add binding document
  pinctrl: add pinctrl driver on mt8192

 .../bindings/pinctrl/pinctrl-mt8192.yaml      |  170 ++
 drivers/pinctrl/mediatek/Kconfig              |    7 +
 drivers/pinctrl/mediatek/Makefile             |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt8192.c     | 1453 +++++++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-mt8192.h | 2228 +++++++++++++++++
 include/dt-bindings/pinctrl/mt8192-pinfunc.h  | 1344 ++++++++++
 6 files changed, 5203 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8192.yaml
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8192.c
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt8192.h
 create mode 100644 include/dt-bindings/pinctrl/mt8192-pinfunc.h

--
2.25.1

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-07-20  8:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-10  7:27 [PATCH 0/3] Mediatek pinctrl patch on mt8192 Zhiyong Tao
2020-07-10  7:27 ` [PATCH 1/3] dt-bindings: pinctrl: mt8192: add pinctrl file Zhiyong Tao
2020-07-10  7:27 ` [PATCH 2/3] dt-bindings: pinctrl: mt8192: add binding document Zhiyong Tao
2020-07-10 16:39   ` Rob Herring
2020-07-20  8:46     ` zhiyong tao
     [not found] ` <20200710072717.3056-4-zhiyong.tao@mediatek.com>
2020-07-14 21:14   ` [PATCH 3/3] pinctrl: add pinctrl driver on mt8192 Sean Wang

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