Linux GPIO subsystem development
 help / color / mirror / Atom feed
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-rc3
Date: Fri, 13 Dec 2024 14:47:59 +0100	[thread overview]
Message-ID: <20241213134801.49391-1-brgl@bgdev.pl> (raw)

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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(-)

             reply	other threads:[~2024-12-13 13:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-13 13:47 Bartosz Golaszewski [this message]
2024-12-13 18:00 ` [GIT PULL] gpio fixes for v6.13-rc3 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=20241213134801.49391-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