linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt2701
@ 2015-11-26  8:44 Biao Huang
  2015-11-26  8:44 ` [PATCH 1/5] ARM: mediatek: Add MT2701 config options for mediatek SoCs Biao Huang
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Biao Huang @ 2015-11-26  8:44 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Russell King, Matthias Brugger, Linus Walleij
  Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	linux-gpio, srv_heupstream

MT2701 pinctrl/eint are similar to mt8127, mt8135 and mt8173,
add support for mt2701 using mediatek common pinctrl driver.

Biao Huang (4):
  dt-bindings: mediatek: Modify pinctrl bindings for mt2701
  pinctrl: dt bindings: Add pinfunc header file for mt2701
  pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver for mt2701
  arm: dts: Add pinctrl/GPIO/EINT node for mt2701

Erin Lo (1):
  ARM: mediatek: Add MT2701 config options for mediatek SoCs.

 .../devicetree/bindings/pinctrl/pinctrl-mt65xx.txt |    9 +-
 arch/arm/boot/dts/mt2701-pinfunc.h                 |  713 ++++++
 arch/arm/boot/dts/mt2701.dtsi                      |   19 +
 arch/arm/mach-mediatek/Kconfig                     |    4 +
 drivers/pinctrl/mediatek/Kconfig                   |    6 +
 drivers/pinctrl/mediatek/Makefile                  |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt2701.c          |  571 +++++
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c      |    7 +
 drivers/pinctrl/mediatek/pinctrl-mtk-common.h      |    3 +
 drivers/pinctrl/mediatek/pinctrl-mtk-mt2701.h      | 2323 ++++++++++++++++++++
 10 files changed, 3652 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm/boot/dts/mt2701-pinfunc.h
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt2701.c
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt2701.h

-- 
1.7.9.5

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

end of thread, other threads:[~2015-12-10  2:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26  8:44 [PATCH 0/5] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt2701 Biao Huang
2015-11-26  8:44 ` [PATCH 1/5] ARM: mediatek: Add MT2701 config options for mediatek SoCs Biao Huang
     [not found]   ` <1448527472-20651-2-git-send-email-biao.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-12-09 22:44     ` Linus Walleij
2015-11-26  8:44 ` [PATCH 2/5] dt-bindings: mediatek: Modify pinctrl bindings for mt2701 Biao Huang
2015-11-27 20:38   ` Rob Herring
2015-12-08 10:56     ` biao huang
2015-11-26  8:44 ` [PATCH 3/5] pinctrl: dt bindings: Add pinfunc header file " Biao Huang
     [not found]   ` <1448527472-20651-4-git-send-email-biao.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2015-12-09 22:47     ` Linus Walleij
2015-11-26  8:44 ` [PATCH 4/5] pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver " Biao Huang
2015-12-09 22:52   ` Linus Walleij
     [not found]     ` <CACRpkda2vgrVEisH=akc5aj6h4LW+mBTqgbAiF3E=3zcu6A28A-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-12-10  2:34       ` biao huang
2015-11-26  8:44 ` [PATCH 5/5] arm: dts: Add pinctrl/GPIO/EINT node " Biao Huang
2015-12-09 22:48   ` 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).