]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: mediatek: add MT7623 pinctrl driver based on generic pinctrl binding
authorSean Wang <sean.wang@mediatek.com>
Sat, 8 Sep 2018 11:07:28 +0000 (19:07 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 18 Sep 2018 21:53:05 +0000 (14:53 -0700)
commite7507f57a93a194012e889aead13ea2bdc2e4889
treec91629abd0292e4454845baafd53121a0b419c11
parent9afc305bfad79351b0e1fc2bcb04fc9a0631f865
pinctrl: mediatek: add MT7623 pinctrl driver based on generic pinctrl binding

Adding MT7623 pinctrl driver based on generic pinctrl binding, that is
good example and demonstrates how to port any other MediaTek SoCs
pinctrl-moore core when people really would like to use the generic
pinctrl binding to support these MediaTek SoCs.

Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>
Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/mediatek/Kconfig
drivers/pinctrl/mediatek/Makefile
drivers/pinctrl/mediatek/pinctrl-mt7623.c [new file with mode: 0644]