[GIT,PULL] gpio: fixes for v6.7-rc7

Message ID 20231222100731.10294-1-brgl@bgdev.pl
State New
Headers
Series [GIT,PULL] gpio: fixes for v6.7-rc7 |

Pull-request

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

Message

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

Linus,

Here's another round of fixes from the GPIO subsystem for this release cycle.

There's one commit adding synchronization to an ioctl() we overlooked
previously and another synchronization changeset for one of the drivers.
Details are in the signed tag.

Please pull,
Bartosz Golaszewski

The following changes since commit ceb6a6f023fd3e8b07761ed900352ef574010bcb:

  Linux 6.7-rc6 (2023-12-17 15:19:28 -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.7-rc7

for you to fetch changes up to 1cc3542c76acb5f59001e3e562eba672f1983355:

  gpio: dwapb: mask/unmask IRQ when disable/enale it (2023-12-21 11:19:01 +0100)

----------------------------------------------------------------
gpio fixes for v6.7-rc7

- add protection against GPIO device removal to an overlooked ioctl()
- synchronize the interrupt mask register manually in gpio-dwapb

----------------------------------------------------------------
Kent Gibson (1):
      gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()

xiongxin (1):
      gpio: dwapb: mask/unmask IRQ when disable/enale it

 drivers/gpio/gpio-dwapb.c   | 12 ++++++++----
 drivers/gpio/gpiolib-cdev.c | 16 ++++++++++++----
 2 files changed, 20 insertions(+), 8 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 22, 2023, 4:51 p.m. UTC | #1
The pull request you sent on Fri, 22 Dec 2023 11:07:31 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a9ca0330d222ae6c32ba5519f5a2f04dc97b7d8b

Thank you!