Hi Linus, these are some early fixes collected during the first week after the merge window, all pretty self-evident, with the details in the signed tag. The revert is the crucial thing. Please pull them in! Yours, Linus Walleij The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.8-2 for you to fetch changes up to 25fae752156db7253471347df08a2700501eafde: pinctrl: single: fix function name in documentation (2020-06-20 22:41:32 +0200) ---------------------------------------------------------------- Pin control fixes for the v5.8 cycle, first take: - Fix a warning on the Qualcomm SPMI GPIO chip being instatiated twice without a unique irqchip struct. - Use the noirq variants of the suspend and resume callbacks in the Tegra driver. - Clean up the errorpath on the MCP23s08 driver. - Revert the use of devm_of_iomap() in the Freescale driver as it was regressing the platform. - Add some missing pins in the Qualcomm IPQ6018 driver. - Fix a simple documentation bug in the pinctrl-single driver. ---------------------------------------------------------------- Dmitry Baryshkov (1): pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage Drew Fustini (1): pinctrl: single: fix function name in documentation Haibo Chen (1): Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in case of error in 'imx_pinctrl_probe()'" Sivaprakash Murugesan (1): pinctrl: qcom: ipq6018 Add missing pins in qpic pin group Vidya Sagar (1): pinctrl: tegra: Use noirq suspend/resume callbacks kernel test robot (1): pinctrl: mcp23s08: Split to three parts: fix ptr_ret.cocci warnings drivers/pinctrl/freescale/pinctrl-imx.c | 7 +++---- drivers/pinctrl/pinctrl-mcp23s08_spi.c | 5 +---- drivers/pinctrl/pinctrl-single.c | 2 +- drivers/pinctrl/qcom/pinctrl-ipq6018.c | 3 ++- drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 21 ++++++++++----------- drivers/pinctrl/tegra/pinctrl-tegra.c | 4 ++-- 6 files changed, 19 insertions(+), 23 deletions(-)