All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt2701
@ 2016-01-27  1:24 ` Biao Huang
  0 siblings, 0 replies; 35+ messages in thread
From: Biao Huang @ 2016-01-27  1:24 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Russell King, Matthias Brugger, Linus Walleij, Erin Lo
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-gpio-u79uwXL29TY76Z2rM5mHXA,
	srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, Yingjoe Chen,
	Hongzhou Yang

Change in v4:
1. create a sperate patch for direction setting of input-enable/disalbe and input-schmitt-enable/disable.

Change in v3:
1. convert to arch_initcall.
2. set direction to input when do input-enable/disable and input-schmitt-enable/disable properties.

Change in v2:
1. add special pinmux setting for some pins.
2. fix mt2701 direction control issue
3. resort dt-bindings

Biao Huang (4):
  pinctrl: mediatek: fix direction control issue
  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.

 arch/arm/boot/dts/mt2701-pinfunc.h            |  735 ++++++++
 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     |  586 +++++++
 drivers/pinctrl/mediatek/pinctrl-mtk-common.c |   16 +
 drivers/pinctrl/mediatek/pinctrl-mtk-common.h |   12 +-
 drivers/pinctrl/mediatek/pinctrl-mtk-mt2701.h | 2323 +++++++++++++++++++++++++
 9 files changed, 3701 insertions(+), 1 deletion(-)
 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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-02-11 10:55 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-27  1:24 [PATCH v4 0/5] pinctrl: mediatek: add pinctrl/GPIO/EINT driver for mt2701 Biao Huang
2016-01-27  1:24 ` Biao Huang
2016-01-27  1:24 ` Biao Huang
2016-01-27  1:24 ` [PATCH v4 1/5] pinctrl: mediatek: fix direction control issue Biao Huang
2016-01-27  1:24   ` Biao Huang
2016-01-27  1:24   ` Biao Huang
2016-01-27  1:24 ` [PATCH v4 2/5] ARM: mediatek: Add MT2701 config options for mediatek SoCs Biao Huang
2016-01-27  1:24   ` Biao Huang
2016-01-27  1:24   ` Biao Huang
     [not found] ` <1453857883-28436-1-git-send-email-biao.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2016-01-27  1:24   ` [PATCH v4 3/5] pinctrl: dt bindings: Add pinfunc header file for mt2701 Biao Huang
2016-01-27  1:24     ` Biao Huang
2016-01-27  1:24     ` Biao Huang
     [not found]     ` <1453857883-28436-4-git-send-email-biao.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
2016-01-28 10:13       ` Linus Walleij
2016-01-28 10:13         ` Linus Walleij
2016-01-28 10:13         ` Linus Walleij
2016-01-27  1:24   ` [PATCH v4 4/5] pinctrl: mediatek: Add Pinctrl/GPIO/EINT driver " Biao Huang
2016-01-27  1:24     ` Biao Huang
2016-01-27  1:24     ` Biao Huang
2016-01-28 10:15     ` Linus Walleij
2016-01-28 10:15       ` Linus Walleij
2016-01-28 10:15       ` Linus Walleij
2016-01-27  1:24   ` [PATCH v4 5/5] arm: dts: Add pinctrl/GPIO/EINT node " Biao Huang
2016-01-27  1:24     ` Biao Huang
2016-01-27  1:24     ` Biao Huang
2016-02-11 10:55     ` Matthias Brugger
2016-02-11 10:55       ` Matthias Brugger
2016-01-28 10:20 ` [PATCH v4 0/5] pinctrl: mediatek: add pinctrl/GPIO/EINT driver " Linus Walleij
2016-01-28 10:20   ` Linus Walleij
2016-01-28 10:20   ` Linus Walleij
2016-01-28 22:08   ` biao huang
2016-01-28 22:08     ` biao huang
2016-01-28 22:08     ` biao huang
2016-02-05 13:59     ` Linus Walleij
2016-02-05 13:59       ` Linus Walleij
2016-02-05 13:59       ` Linus Walleij

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.