All of lore.kernel.org
 help / color / mirror / Atom feed
* Add Mediatek SoC Pinctrl/GPIO/EINT driver for MT8173.
@ 2015-01-27  7:13 ` Hongzhou Yang
  0 siblings, 0 replies; 36+ messages in thread
From: Hongzhou Yang @ 2015-01-27  7:13 UTC (permalink / raw)
  To: Rob Herring, Linus Walleij, Matthias Brugger
  Cc: Mark Rutland, devicetree, Vladimir Murzin, Russell King,
	Pawel Moll, Ian Campbell, Hongzhou Yang, Catalin Marinas,
	eddie.huang, linux-kernel, alan.cheng, maoguang.meng,
	Ashwin Chaugule, toby.liu, Sascha Hauer, Kumar Gala,
	Grant Likely, Joe.C, dandan.he, linux-arm-kernel

This is the first version of add Mediatek SoC Pinctrl/GPIO/EINT driver for MT8173.
It is base on MT8135 pinctrl driver, MT8173 has 135 pins.

Hongzhou Yang (3):
  arm64: mediatek: Add config option for mt8173.
  arm64: mediatek: Add Pinctrl/GPIO/EINT driver for mt8173.
  arm64: dts: mt8173: Add pinctrl/GPIO/EINT node for mt8173.

 arch/arm64/Kconfig                            |    6 +
 arch/arm64/boot/dts/mediatek/mt8173-pinfunc.h |  682 ++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8173.dtsi      |   19 +
 drivers/pinctrl/mediatek/Kconfig              |    4 +
 drivers/pinctrl/mediatek/Makefile             |    1 +
 drivers/pinctrl/mediatek/pinctrl-mt8173.c     |  452 +++++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c |   14 +
 drivers/pinctrl/mediatek/pinctrl-mtk-common.h |    7 +
 drivers/pinctrl/mediatek/pinctrl-mtk-mt8173.h | 1226 +++++++++++++++++++++++++
 9 files changed, 2411 insertions(+)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8173-pinfunc.h
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8173.c
 create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt8173.h

-- 
1.8.1.1.dirty

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

end of thread, other threads:[~2015-03-06 13:21 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-27  7:13 Add Mediatek SoC Pinctrl/GPIO/EINT driver for MT8173 Hongzhou Yang
2015-01-27  7:13 ` Hongzhou Yang
2015-01-27  7:13 ` [PATCH 1/3] arm64: mediatek: Add config option for mt8173 Hongzhou Yang
2015-01-27  7:13   ` Hongzhou Yang
2015-02-10  8:21   ` Linus Walleij
2015-02-10  8:21     ` Linus Walleij
2015-02-10  8:21     ` Linus Walleij
2015-02-25  9:07   ` Yingjoe Chen
2015-02-25  9:07     ` Yingjoe Chen
2015-02-25  9:07     ` Yingjoe Chen
2015-02-25 10:51     ` Arnd Bergmann
2015-02-25 10:51       ` Arnd Bergmann
2015-02-25 11:11       ` Catalin Marinas
2015-02-25 11:11         ` Catalin Marinas
2015-02-25 11:11         ` Catalin Marinas
2015-03-04  2:31         ` Yingjoe Chen
2015-03-04  2:31           ` Yingjoe Chen
2015-03-04  2:31           ` Yingjoe Chen
2015-03-04  9:53           ` Arnd Bergmann
2015-03-04  9:53             ` Arnd Bergmann
2015-03-04 10:01             ` Yingjoe Chen
2015-03-04 10:01               ` Yingjoe Chen
2015-03-04 10:01               ` Yingjoe Chen
2015-01-27  7:13 ` [PATCH 2/3] arm64: mediatek: Add Pinctrl/GPIO/EINT driver " Hongzhou Yang
2015-01-27  7:13   ` Hongzhou Yang
2015-02-10  8:20   ` Linus Walleij
2015-02-10  8:20     ` Linus Walleij
2015-02-10  8:20     ` Linus Walleij
2015-01-27  7:13 ` [PATCH 3/3] arm64: dts: mt8173: Add pinctrl/GPIO/EINT node " Hongzhou Yang
2015-01-27  7:13   ` Hongzhou Yang
2015-02-10  8:22   ` Linus Walleij
2015-02-10  8:22     ` Linus Walleij
2015-02-10  8:22     ` Linus Walleij
2015-03-06 13:21   ` Matthias Brugger
2015-03-06 13:21     ` Matthias Brugger
2015-03-06 13:21     ` Matthias Brugger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.