]> git.baikalelectronics.ru Git - kernel.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)
commitd4113d1bf708a7d2a1766bb625cebaf0ead8f786
treec91629abd0292e4454845baafd53121a0b419c11
parent616d1bfd1c7de127a1768061f9760d3708828ef2
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]