mbox series

[GIT,PULL] gpio: fixes for v6.3

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

Pull-request

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

Message

Bartosz Golaszewski April 21, 2023, 10:07 a.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull last two minor fixes from the GPIO subsystem for the upcoming
release. These are two fixes for potential deadlocks in GPIO drivers.

Bart

The following changes since commit 09a9639e56c01c7a00d6c0ca63f4c7c41abe075d:

  Linux 6.3-rc6 (2023-04-09 11:15:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2ce987d7eeb168b749494694ae3666de87fc356e:

  gpio: 104-idi-48: Enable use_raw_spinlock for idi48_regmap_config (2023-04-11 21:08:31 +0200)

----------------------------------------------------------------
gpio fixes for v6.3

- use raw_spinlocks in regmaps that are used in interrupt context in
  gpio-104-idi-48 and gpio-104-dio-48e

----------------------------------------------------------------
William Breathitt Gray (2):
      gpio: 104-dio-48e: Enable use_raw_spinlock for dio48e_regmap_config
      gpio: 104-idi-48: Enable use_raw_spinlock for idi48_regmap_config

 drivers/gpio/gpio-104-dio-48e.c | 1 +
 drivers/gpio/gpio-104-idi-48.c  | 1 +
 2 files changed, 2 insertions(+)