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.13-rc1
Date: Wed, 27 Nov 2024 11:26:48 +0100 [thread overview]
Message-ID: <20241127102648.15637-1-brgl@bgdev.pl> (raw)
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Linus,
Please pull the following set of driver fixes for v6.13-rc1. Apart from
the gpio-exar fix which addresses an older issue, they all fix regressions
from this release cycle but didn't get in before I sent out the big PR
last week.
Thanks,
Bartosz
The following changes since commit 131561f2ca075f3737c2b4821c4d067dfba0f55f:
Merge tag 'gpio-updates-for-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux (2024-11-20 12:37:06 -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-rc1
for you to fetch changes up to f57c084928661969a337c731cd05e1da97320829:
gpio: mpsse: Remove usage of the deprecated ida_simple_xx() API (2024-11-22 15:23:31 +0100)
----------------------------------------------------------------
gpio fixes for v6.13-rc1
- fix missing GPIO chip labels in gpio-zevio and gpio-altera
- for the latter: also set GPIO base to -1 to use dynamic range
allocation
- fix value setting with external pull-up/down resistor in gpio-exar
- use the recommended IDA interfaces in gpio-mpsse
----------------------------------------------------------------
Andy Shevchenko (2):
gpio: zevio: Add missed label initialisation
gpio: altera: Add missed base and label initialisations
Christophe JAILLET (1):
gpio: mpsse: Remove usage of the deprecated ida_simple_xx() API
Sai Kumar Cholleti (1):
gpio: exar: set value when external pull-up or pull-down is present
drivers/gpio/gpio-altera.c | 5 +++++
drivers/gpio/gpio-exar.c | 10 ++++++----
drivers/gpio/gpio-mpsse.c | 4 ++--
drivers/gpio/gpio-zevio.c | 6 ++++++
4 files changed, 19 insertions(+), 6 deletions(-)
next reply other threads:[~2024-11-27 10:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-27 10:26 Bartosz Golaszewski [this message]
2024-11-27 21:41 ` [GIT PULL] gpio fixes for v6.13-rc1 pr-tracker-bot
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=20241127102648.15637-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