]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: mediatek: add pinctrl-mtk-common-v2 for all MediaTek pinctrls
authorSean Wang <sean.wang@mediatek.com>
Sat, 8 Sep 2018 11:07:17 +0000 (19:07 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 18 Sep 2018 21:52:34 +0000 (14:52 -0700)
commita1a503a8c33204963f20594c723060baee3acbb2
treee6f58f8abf87fdf0771fd25ac404c7dede3df1a4
parent5b394b2ddf0347bef56e50c69a58773c94343ff3
pinctrl: mediatek: add pinctrl-mtk-common-v2 for all MediaTek pinctrls

Irregular register arrangement and distinct logic access from various
MediaTek SoCs would cause pinctrl-mtk-common to bloat and really hard to
maintain in the future so that the patch creates pinctrl-mtk-common-v2
based on the core of mt7622-pinctrl.

The goals pinctrl-mtk-common-v2 want to achieve are to hopefully support
all of MediaTek SoCs, and two kinds of dt-bindings being supported,
Linux generic pinctrl dt-binding mt7622 supports and MediaTek per-pin
dt-binding the other SoCs support the MT8183 and MT6765 incline to make
use of.

The patch starts to refactor MT7622 pinctrl driver first with splitting
out these portable ways from there such as table-based register operation
and drive strength control that is common in both kinds of driver.

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/Makefile
drivers/pinctrl/mediatek/pinctrl-mt7622.c
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c [new file with mode: 0644]
drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.h [new file with mode: 0644]