Commit 110b5cdd5b72 for kernel

commit 110b5cdd5b72bcef01b8d4dfe45d922bdd16de0e
Merge: b96890b3e5e0 a02b8950d619
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Jul 30 09:05:34 2026 -0700

    Merge tag 'gpio-fixes-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux

    Pull gpio fixes from Bartosz Golaszewski:

     - fix a memory leak in gpio-sloppy-logic-analyzer

     - fix a regression in GPIO hog handling for hogs without direction
       specified

     - extend the critical section in IRQ handling in gpio-pca953x to cover
       the reads from the direction register

     - disable the interrupt on errors when restoring context in
       gpio-pca953x

     - apply the initial value when setting direction in gpio-by-pinctrl

     - use raw spinlock for the register lock in gpio-pch to address locking
       context issues

    * tag 'gpio-fixes-for-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux:
      gpio: pch: use raw_spinlock_t for the register lock
      gpio: pca953x: fix cache_only and IRQ state on restore_context() failure
      gpio: gpio-by-pinctrl: Apply initial value in direction output wrapper
      gpio: pca953x: fix pca953x_irq_bus_sync_unlock regmap lock
      gpiolib: tolerate gpio-hogs lacking a hogging state
      gpio: sloppy-logic-analyzer: Fix memory leak in gpio_la_poll_probe()