Hi Linus, some pin control fixes here, some four of them since -rc2. All of them are driver fixes, the Intel Cherryview being the most interesting one. Please pull them in! Yours, Linus Walleij The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd: Linux 5.9-rc2 (2020-08-23 14:08:43 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.9-2 for you to fetch changes up to 39c4dbe4cc363accd676162c24b264f44c581490: pinctrl: mediatek: check mtk_is_virt_gpio input parameter (2020-10-01 09:51:36 +0200) ---------------------------------------------------------------- Pin control fixes for the v5.9 kernel: - Fix a mux problem for I2C in the MVEBU driver. - Fix a really hairy inversion problem in the Intel Cherryview driver. - Fix the register for the sdc2_clk in the Qualcomm SM8250 driver. - Check the virtual GPIO boot failur in the Mediatek driver. ---------------------------------------------------------------- Chris Packham (1): pinctrl: mvebu: Fix i2c sda definition for 98DX3236 Dmitry Baryshkov (1): pinctrl: qcom: sm8250: correct sdc2_clk Hanks Chen (1): pinctrl: mediatek: check mtk_is_virt_gpio input parameter Hans de Goede (1): pinctrl: cherryview: Preserve CHV_PADCTRL1_INVRXTX_TXDATA flag on GPIOs drivers/pinctrl/intel/pinctrl-cherryview.c | 14 +++++++++++++- drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 4 ++++ drivers/pinctrl/mvebu/pinctrl-armada-xp.c | 2 +- drivers/pinctrl/qcom/pinctrl-sm8250.c | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-)