From mboxrd@z Thu Jan 1 00:00:00 1970 From: Weijie Gao Date: Fri, 5 Mar 2021 10:21:21 +0800 Subject: [PATCH 0/4] Minor fixes for MediaTek pinctrl driver Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This patch series provides fixes for MediaTek pinctrl driver common parts and mt7629. Sam Shih (2): pinctrl: mediatek: fix wrong assignment in mtk_get_pin_name pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrl Weijie Gao (2): pinctrl: mediatek: do not probe gpio driver if not enabled pinctrl: mt7629: add jtag function and pin group drivers/pinctrl/mediatek/pinctrl-mt7629.c | 7 +++++ drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 28 +++++++++++++++---- 2 files changed, 30 insertions(+), 5 deletions(-) -- 2.17.1