* [GIT PULL] gpio: fixes for v6.10-rc6
@ 2024-06-28 10:11 Bartosz Golaszewski
2024-06-28 17:01 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Bartosz Golaszewski @ 2024-06-28 10:11 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linus Walleij, linux-gpio, linux-kernel
Linus,
Please pull the following set of GPIO fixes for the next RC. We have an
assortment of driver fixes and two commits addressing a bad behavior of
the GPIO uAPI when reconfiguring requested lines.
Best Regards,
Bartosz Golaszewski
The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:
Linux 6.10-rc3 (2024-06-09 14:19:43 -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.10-rc6
for you to fetch changes up to b440396387418fe2feaacd41ca16080e7a8bc9ad:
gpiolib: cdev: Ignore reconfiguration without direction (2024-06-27 17:21:28 +0200)
----------------------------------------------------------------
gpio fixes for v6.10-rc6
- fix a race condition in i2c transfers by adding a missing i2c lock
section in gpio-pca953x
- validate the number of obtained interrupts in gpio-davinci
- add missing raw_spinlock_init() in gpio-graniterapids
- fix bad character device behavior: disallow GPIO line reconfiguration
without set direction both in v1 and v2 uAPI
----------------------------------------------------------------
Aapo Vienamo (1):
gpio: graniterapids: Add missing raw_spinlock_init()
Aleksandr Mishin (1):
gpio: davinci: Validate the obtained number of IRQs
Ian Ray (1):
gpio: pca953x: fix pca953x_irq_bus_sync_unlock race
Kent Gibson (2):
gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)
gpiolib: cdev: Ignore reconfiguration without direction
drivers/gpio/gpio-davinci.c | 5 +++++
drivers/gpio/gpio-graniterapids.c | 2 ++
drivers/gpio/gpio-pca953x.c | 2 ++
drivers/gpio/gpiolib-cdev.c | 28 +++++++++++++++++-----------
4 files changed, 26 insertions(+), 11 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] gpio: fixes for v6.10-rc6
2024-06-28 10:11 [GIT PULL] gpio: fixes for v6.10-rc6 Bartosz Golaszewski
@ 2024-06-28 17:01 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-06-28 17:01 UTC (permalink / raw)
To: Bartosz Golaszewski
Cc: Linus Torvalds, Linus Walleij, linux-gpio, linux-kernel
The pull request you sent on Fri, 28 Jun 2024 12:11:42 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.10-rc6
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1cf066846678feed9038aef9e03dde34852c84c9
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-28 17:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28 10:11 [GIT PULL] gpio: fixes for v6.10-rc6 Bartosz Golaszewski
2024-06-28 17:01 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).