[GIT PULL] gpio fixes for v6.13-rc3
From: Bartosz Golaszewski
Date: Fri Dec 13 2024 - 08:49:39 EST
From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
Linus,
Please pull the following set of GPIO driver fixes for the next RC.
Thanks,
Bartosz
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:
Linux 6.13-rc2 (2024-12-08 14:03:39 -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-rc3
for you to fetch changes up to 9ac4b58fcef0f9fc03fa6e126a5f53c1c71ada8a:
gpio: idio-16: Actually make use of the GPIO_IDIO_16 symbol namespace (2024-12-10 11:38:57 +0100)
----------------------------------------------------------------
gpio fixes for v6.13-rc3
- fix several low-level issues in gpio-graniterapids
- fix an initialization order issue that manifests itself with
__counted_by() checks in gpio-ljca
- don't default to y for CONFIG_GPIO_MVEBU with COMPILE_TEST enabled
- move the DEFAULT_SYMBOL_NAMESPACE define before the export.h include
in gpio-idio-16
----------------------------------------------------------------
Alan Borzeszkowski (5):
gpio: graniterapids: Fix vGPIO driver crash
gpio: graniterapids: Fix incorrect BAR assignment
gpio: graniterapids: Determine if GPIO pad can be used by driver
gpio: graniterapids: Check if GPIO line can be used for IRQs
gpio: graniterapids: Fix GPIO Ack functionality
Bartosz Golaszewski (1):
Merge tag 'v6.13-rc2' into gpio/for-current
Geert Uytterhoeven (1):
gpio: GPIO_MVEBU should not default to y when compile-testing
Haoyu Li (1):
gpio: ljca: Initialize num before accessing item in ljca_gpio_config
Shankar Bandal (2):
gpio: graniterapids: Fix invalid GPI_IS register offset
gpio: graniterapids: Fix invalid RXEVCFG register bitmask
Uwe Kleine-König (1):
gpio: idio-16: Actually make use of the GPIO_IDIO_16 symbol namespace
drivers/gpio/Kconfig | 3 ++-
drivers/gpio/gpio-graniterapids.c | 52 ++++++++++++++++++++++++++++++---------
drivers/gpio/gpio-idio-16.c | 5 ++--
drivers/gpio/gpio-ljca.c | 2 +-
4 files changed, 47 insertions(+), 15 deletions(-)