[GIT PULL] gpio fixes for v6.13-rc1
From: Bartosz Golaszewski
Date: Wed Nov 27 2024 - 05:27:00 EST
From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
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(-)