Hi Linus, these are some pin control fixes for v5.13, not much to go around but some small driver fixes only. Details in the signed tag. Please pull it in! Yours, Linus Walleij The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5: Linux 5.13-rc1 (2021-05-09 14:17:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git tags/pinctrl-v5.13-2 for you to fetch changes up to 30e9857a134905ac0d03ca244b615cc3ff0a076e: pinctrl: qcom: Make it possible to select SC8180x TLMM (2021-06-09 13:15:20 +0200) ---------------------------------------------------------------- Pin control fixes for the v5.13 series: - Fix some documentation warnings for Allwinner - Fix duplicated GPIO groups on Qualcomm SDX55 - Fix a double enablement bug in the Ralink driver - Fix the Qualcomm SC8180x Kconfig so the driver can be selected. ---------------------------------------------------------------- Bjorn Andersson (1): pinctrl: qcom: Make it possible to select SC8180x TLMM Manivannan Sadhasivam (1): pinctrl: qcom: Fix duplication in gpio_groups Sergio Paracuellos (1): pinctrl: ralink: rt2880: avoid to error in calls is pin is already enabled Souptick Joarder (1): pinctrl: aspeed: Fix minor documentation error drivers/pinctrl/aspeed/pinctrl-aspeed-g5.c | 4 ++-- drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c | 4 ++-- drivers/pinctrl/aspeed/pinctrl-aspeed.c | 3 ++- drivers/pinctrl/aspeed/pinmux-aspeed.c | 3 ++- drivers/pinctrl/qcom/Kconfig | 2 +- drivers/pinctrl/qcom/pinctrl-sdx55.c | 18 +++++++++--------- drivers/pinctrl/ralink/pinctrl-rt2880.c | 2 +- 7 files changed, 19 insertions(+), 17 deletions(-)