Hi Linus, here are some accumulated fixes for the v6.10 kernel cycle. A bit late because midsummer. A bit of brief details in the signed tag as usual. Please pull it in! Yours, Linus Walleij The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0: Linux 6.10-rc1 (2024-05-26 15:20:12 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v6.10-2 for you to fetch changes up to 4ea4d4808e342ddf89ba24b93ffa2057005aaced: pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set (2024-06-17 10:36:56 +0200) ---------------------------------------------------------------- Pin control fixes for the v6.10 series: - Use flag saving spinlocks in the Renesas rzg2l driver. This fixes up PREEMPT_RT problems. - Remove broken Qualcomm PM8008 that clearly was never working. A new version will arrive in the next merge window. - Add a quirk for LP8764 regmap that was missed and made the TI J7200 board unusable. - Fix persistance on the BCM2835 GPIO outputs kernel parameter so this remains consisten across a booted kernel. - Fix a potential deadlock in create_pinctrl() - Fix some erroneous bitfields and pinmux reset in the Rockchip RK3328 driver. ---------------------------------------------------------------- Claudiu Beznea (1): pinctrl: renesas: rzg2l: Use spin_{lock,unlock}_irq{save,restore} Hagar Hemdan (1): pinctrl: fix deadlock in create_pinctrl() when handling -EPROBE_DEFER Huang-Huang Bao (4): pinctrl: rockchip: fix pinmux bits for RK3328 GPIO2-B pins pinctrl: rockchip: fix pinmux bits for RK3328 GPIO3-B pins pinctrl: rockchip: use dedicated pinctrl type for RK3328 pinctrl: rockchip: fix pinmux reset in rockchip_pmx_set Johan Hovold (2): pinctrl: qcom: spmi-gpio: drop broken pm8008 support dt-bindings: pinctrl: qcom,pmic-gpio: drop pm8008 Linus Walleij (1): Merge tag 'renesas-pinctrl-fixes-for-v6.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into fixes Stefan Wahren (1): pinctrl: bcm2835: Fix permissions of persist_gpio_outputs Thomas Richard (1): pinctrl: tps6594: add missing support for LP8764 PMIC .../bindings/pinctrl/qcom,pmic-gpio.yaml | 3 - drivers/pinctrl/bcm/pinctrl-bcm2835.c | 2 +- drivers/pinctrl/core.c | 2 +- drivers/pinctrl/pinctrl-rockchip.c | 68 +++++++++++++++++++--- drivers/pinctrl/pinctrl-rockchip.h | 1 + drivers/pinctrl/pinctrl-tps6594.c | 1 + drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 1 - drivers/pinctrl/renesas/pinctrl-rzg2l.c | 4 +- 8 files changed, 65 insertions(+), 17 deletions(-)