]> git.baikalelectronics.ru Git - kernel.git/commit
pinctrl: mediatek: add pinctrl-paris that implements the vendor dt-bindings
authorZhiyong Tao <zhiyong.tao@mediatek.com>
Sat, 8 Sep 2018 11:07:33 +0000 (19:07 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 18 Sep 2018 21:53:25 +0000 (14:53 -0700)
commit1b665362037fe6d9442969ce667840756b7f6389
tree94943bc865e0b63c1b94cd0c6aede9334d1191c9
parente6a2633b29468b7c53ae455c072d10e0c322b1fc
pinctrl: mediatek: add pinctrl-paris that implements the vendor dt-bindings

Add pinctrl-paris core that implements vendor dt-binding which MediaTek
tablet, box and smartphone-based SoCs such as MT81xx, MT27xx, and MT67xx
SoCs really want to depend on. The driver is just completely rewritten
according to pinctrl-mtk-common.c but uses the new logic from
pinctrl-mtk-common-v2.c to have an elegant way to support new SoCs in the
future.

Signed-off-by: Zhiyong Tao <zhiyong.tao@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-mtk-common-v2.h
drivers/pinctrl/mediatek/pinctrl-paris.c [new file with mode: 0644]
drivers/pinctrl/mediatek/pinctrl-paris.h [new file with mode: 0644]