From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Subject: [GIT PULL] gpio fixes for v6.14-rc3
Date: Fri, 14 Feb 2025 16:26:42 +0100 [thread overview]
Message-ID: <20250214152642.90363-1-brgl@bgdev.pl> (raw)
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Linus,
Please pull the following set of GPIO fixes for the next RC. Details are
in the signed tag. We have fixes to drivers, a new ACPI quirk and two
fixes to GPIO core.
Bartosz
The following changes since commit a64dcfb451e254085a7daee5fe51bf22959d52d3:
Linux 6.14-rc2 (2025-02-09 12:45:03 -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.14-rc3
for you to fetch changes up to e47a75fb5b139233bdbb889995edda4dffc3f0f7:
gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/set (2025-02-13 18:53:01 +0100)
----------------------------------------------------------------
gpio fixes for v6.14-rc3
- fix interrupt handling issues in gpio-bcm-kona
- add an ACPI quirk for Acer Nitro ANV14 fixing an issue with spurious
wake up events
- add missing return value checks to gpio-stmpe
- fix a crash in error path in gpiochip_get_ngpios()
- add missing SRCU protection to the code path getting/setting multiple
line values at once
----------------------------------------------------------------
Andy Shevchenko (1):
gpiolib: Fix crash on error in gpiochip_get_ngpios()
Artur Weber (3):
gpio: bcm-kona: Fix GPIO lock/unlock for banks above bank 0
gpio: bcm-kona: Make sure GPIO bits are unlocked when requesting IRQ
gpio: bcm-kona: Add missing newline to dev_err format string
Bartosz Golaszewski (1):
gpiolib: protect gpio_chip with SRCU in array_info paths in multi get/set
Mario Limonciello (1):
gpiolib: acpi: Add a quirk for Acer Nitro ANV14
Wentao Liang (1):
gpio: stmpe: Check return value of stmpe_reg_read in stmpe_gpio_irq_sync_unlock
drivers/gpio/gpio-bcm-kona.c | 71 ++++++++++++++++++++++++++++++++++++--------
drivers/gpio/gpio-stmpe.c | 15 ++++++++--
drivers/gpio/gpiolib-acpi.c | 14 +++++++++
drivers/gpio/gpiolib.c | 54 ++++++++++++++++++++++-----------
drivers/gpio/gpiolib.h | 4 +--
5 files changed, 122 insertions(+), 36 deletions(-)
next reply other threads:[~2025-02-14 15:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-14 15:26 Bartosz Golaszewski [this message]
2025-02-14 19:50 ` [GIT PULL] gpio fixes for v6.14-rc3 Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250214152642.90363-1-brgl@bgdev.pl \
--to=brgl@bgdev.pl \
--cc=bartosz.golaszewski@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox