Hi Linus, OK we try again. This time I made sure to have my morning coffee *before* sending pull requests. What happened last time was: tag the branch, then screw something up with the tagging pers se (reuse old tag name by mistake), so erase it and re-push, re-tag and in the process forget that I moved back to the master branch, incidentally a clean v6.1-rc1. This time I made sure to do the right thing by eating my own dogfood and pulling the branch I pushed back to make sure it contains the desired changes. Please pull it in! Yours, Linus Walleij The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.1-3 for you to fetch changes up to e9945b2633deccda74a769d94060df49c53ff181: pinctrl: ocelot: Fix incorrect trigger of the interrupt. (2022-10-18 10:42:10 +0200) ---------------------------------------------------------------- Some pin control fixes for v6.1: - Fix typos in UART1 and MMC in the Ingenic driver. - A really well researched glitch bug fix to the Qualcomm driver that was tracked down and fixed by Dough Anderson from Chromium. Hats off for this one! - Revert two patches on the Xilinx ZynqMP driver: this needs a proper solution making use of firmware version information to adapt to different firmware releases. - Fix interrupt triggers in the Ocelot driver. ---------------------------------------------------------------- Douglas Anderson (1): pinctrl: qcom: Avoid glitching lines when we first mux to output Horatiu Vultur (1): pinctrl: ocelot: Fix incorrect trigger of the interrupt. Sai Krishna Potthuri (2): Revert "pinctrl: pinctrl-zynqmp: Add support for output-enable and bias-high-impedance" Revert "dt-bindings: pinctrl-zynqmp: Add output-enable configuration" Siarhei Volkau (1): pinctrl: Ingenic: JZ4755 bug fixes .../bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml | 4 ---- drivers/pinctrl/pinctrl-ingenic.c | 4 ++-- drivers/pinctrl/pinctrl-ocelot.c | 17 +++++++++++++---- drivers/pinctrl/pinctrl-zynqmp.c | 9 --------- drivers/pinctrl/qcom/pinctrl-msm.c | 21 +++++++++++++++++++++ 5 files changed, 36 insertions(+), 19 deletions(-)