mbox series

[GIT,PULL] gpio fixes for v6.13

Message ID 20250117123159.38472-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio fixes for v6.13 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.13

Message

Bartosz Golaszewski Jan. 17, 2025, 12:31 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull one remaining driver fix for this cycle from the GPIO tree.

Thanks,
Bartosz

The following changes since commit 5bc55a333a2f7316b58edc7573e8e893f7acb532:

  Linux 6.13-rc7 (2025-01-12 14:37:56 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.13

for you to fetch changes up to 9860370c2172704b6b4f0075a0c2a29fd84af96a:

  gpio: xilinx: Convert gpio_lock to raw spinlock (2025-01-14 14:04:38 +0100)

----------------------------------------------------------------
gpio fixes for v6.13

- convert regular spinlock to raw spinlock in gpio-xilinx to avoid a
  lockdep splat

----------------------------------------------------------------
Sean Anderson (1):
      gpio: xilinx: Convert gpio_lock to raw spinlock

 drivers/gpio/gpio-xilinx.c | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)