linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] PINCTRL: Mediatek pinctrl driver for mt2712
@ 2017-07-31  8:22 Zhiyong Tao
  2017-07-31  8:22 ` [PATCH 1/3] dt-bindings: pinctrl: mt2712: add binding document Zhiyong Tao
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Zhiyong Tao @ 2017-07-31  8:22 UTC (permalink / raw)
  To: linux-arm-kernel

This series includes three patches:
1.Add mt2712 compatible node in binding document.
2.Add mt2712 pinctrl device node.
3.Add mt2712 pinctrl driver.

Zhiyong Tao (3):
  dt-bindings: pinctrl: mt2712: add binding document
  arm64: dts: mt2712: add pintcrl device node.
  pinctrl: add mt2712 pinctrl driver

 .../devicetree/bindings/pinctrl/pinctrl-mt65xx.txt |    1 +
 arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h      | 1014 +++++++++++
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi          |   18 +
 drivers/pinctrl/mediatek/Kconfig                   |    8 +
 drivers/pinctrl/mediatek/Makefile                  |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt2701.c          |   21 +-
 drivers/pinctrl/mediatek/pinctrl-mt2712.c          |  670 +++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c      |   16 +-
 drivers/pinctrl/mediatek/pinctrl-mtk-common.h      |   44 +-
 drivers/pinctrl/mediatek/pinctrl-mtk-mt2712.h      | 1858 ++++++++++++++++++++
 10 files changed, 3619 insertions(+), 32 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt2712.c
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt2712.h

--
1.9.1

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

end of thread, other threads:[~2017-09-22  1:31 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-31  8:22 [PATCH 0/3] PINCTRL: Mediatek pinctrl driver for mt2712 Zhiyong Tao
2017-07-31  8:22 ` [PATCH 1/3] dt-bindings: pinctrl: mt2712: add binding document Zhiyong Tao
2017-08-03 23:40   ` Rob Herring
2017-08-07 12:07   ` Linus Walleij
2017-07-31  8:22 ` [PATCH 2/3] arm64: dts: mt2712: add pintcrl device node Zhiyong Tao
2017-08-07 12:09   ` Linus Walleij
2017-08-14 15:23   ` Matthias Brugger
2017-08-22 13:04     ` Linus Walleij
2017-09-21  8:13       ` Zhiyong Tao
2017-09-21 12:17         ` Linus Walleij
2017-09-22  1:31           ` Zhiyong Tao
2017-07-31  8:22 ` [PATCH 3/3] pinctrl: add mt2712 pinctrl driver Zhiyong Tao
2017-08-01  9:14   ` Yingjoe Chen
2017-08-02  6:03     ` Zhiyong Tao
2017-08-03  2:00       ` Yingjoe Chen
2017-09-21  8:49         ` Zhiyong Tao
2017-08-01  8:44 ` [PATCH 0/3] PINCTRL: Mediatek pinctrl driver for mt2712 Yingjoe Chen
2017-08-02  2:58   ` Zhiyong Tao

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