linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] PINCTRL: Mediatek pinctrl driver for mt2712
@ 2018-03-22  2:58 Zhiyong Tao
  2018-03-22  2:58 ` [PATCH v4 1/5] arm64: dts: mt2712: add pintcrl file Zhiyong Tao
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Zhiyong Tao @ 2018-03-22  2:58 UTC (permalink / raw)
  To: robh+dt, linus.walleij, mark.rutland, matthias.bgg
  Cc: srv_heupstream, liguo.zhang, yingjoe.chen, hongkun.cao,
	biao.huang, yt.shen, hongzhou.yang, erin.lo, devicetree,
	linux-kernel, linux-arm-kernel, linux-mediatek, linux-gpio

This series includes five patches:
1.Add mt2712 pintcrl head file.
2.Add mt2712 pinctrl device node.
3.Add mt2712 pinctrl driver.
4.Support bias-disable of generic and special pins simultaneously.
5.fix check warnings.

Changes in patch v4:
1)fix check warnings for mt2712.
2)add fix check warnings patch for other ICs.

Changes in patch v3:
1)Use SPDX identifiers for all new files.
2)Use right data for Copyright and Author.
3)Correct some spelling mistake.
4)Reusing original logic and change solution to support bias-disable of generic and special pins simultaneously.
5)Add some comments for the speical path of special pins bias-disable.

Changes in patch v2:
1)Separate patch4 for supporting bias-disable of generic and special pins.
2)GPIO16~17 direction setting is changed as generic pins in mt2712 E2,
  So remove GPIO16~17 special direction setting and remove apmixedsys node in pinctrl device node.
3)Add pinmux define in "mt2712-pinfunc.h" and "pinctrl-mtk-mt2712.h" for mt2712 E2 design.


Zhiyong Tao (5):
  arm64: dts: mt2712: add pintcrl file
  arm64: dts: mt2712: add pintcrl device node.
  pinctrl: add mt2712 pinctrl driver
  pintcrl: support bias-disable of generic and special pins
    simultaneously
  pinctrl: fix check warnings.

 arch/arm64/boot/dts/mediatek/mt2712-pinfunc.h | 1123 ++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi     |   18 +
 drivers/pinctrl/mediatek/Kconfig              |    7 +
 drivers/pinctrl/mediatek/Makefile             |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt2712.c     |  634 +++++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c |    8 +-
 drivers/pinctrl/mediatek/pinctrl-mtk-mt2701.h |  840 ++++--------
 drivers/pinctrl/mediatek/pinctrl-mtk-mt2712.h | 1757 +++++++++++++++++++++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-mt6397.h |  123 +-
 drivers/pinctrl/mediatek/pinctrl-mtk-mt8127.h |  429 ++----
 drivers/pinctrl/mediatek/pinctrl-mtk-mt8135.h |  609 +++------
 drivers/pinctrl/mediatek/pinctrl-mtk-mt8173.h |  405 ++----
 12 files changed, 4348 insertions(+), 1606 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

--
2.6.4

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

end of thread, other threads:[~2018-04-17 14:32 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-22  2:58 [PATCH v4 0/5] PINCTRL: Mediatek pinctrl driver for mt2712 Zhiyong Tao
2018-03-22  2:58 ` [PATCH v4 1/5] arm64: dts: mt2712: add pintcrl file Zhiyong Tao
2018-04-17 14:31   ` Matthias Brugger
2018-03-22  2:58 ` [PATCH v4 2/5] arm64: dts: mt2712: add pintcrl device node Zhiyong Tao
2018-04-17 14:31   ` Matthias Brugger
2018-03-22  2:58 ` [PATCH v4 3/5] pinctrl: add mt2712 pinctrl driver Zhiyong Tao
2018-03-24  6:58   ` Sean Wang
2018-03-26  8:56   ` Linus Walleij
2018-03-22  2:58 ` [PATCH v4 4/5] pintcrl: support bias-disable of generic and special pins simultaneously Zhiyong Tao
2018-03-23  9:44   ` Sean Wang
2018-03-26  8:57   ` Linus Walleij
2018-03-22  2:58 ` [PATCH v4 5/5] pinctrl: fix check warnings Zhiyong Tao
2018-03-26  8:59   ` Linus Walleij
2018-03-23  2:58 ` [PATCH v4 0/5] PINCTRL: Mediatek pinctrl driver for mt2712 Linus Walleij

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