linux-gpio.vger.kernel.org archive mirror
 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
Subject: [GIT PULL] gpio: fixes for v6.10-rc6
Date: Fri, 28 Jun 2024 12:11:42 +0200	[thread overview]
Message-ID: <20240628101142.33339-1-bartosz.golaszewski@linaro.org> (raw)

Linus,

Please pull the following set of GPIO fixes for the next RC. We have an
assortment of driver fixes and two commits addressing a bad behavior of
the GPIO uAPI when reconfiguring requested lines.

Best Regards,
Bartosz Golaszewski

The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:

  Linux 6.10-rc3 (2024-06-09 14:19:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v6.10-rc6

for you to fetch changes up to b440396387418fe2feaacd41ca16080e7a8bc9ad:

  gpiolib: cdev: Ignore reconfiguration without direction (2024-06-27 17:21:28 +0200)

----------------------------------------------------------------
gpio fixes for v6.10-rc6

- fix a race condition in i2c transfers by adding a missing i2c lock
  section in gpio-pca953x
- validate the number of obtained interrupts in gpio-davinci
- add missing raw_spinlock_init() in gpio-graniterapids
- fix bad character device behavior: disallow GPIO line reconfiguration
  without set direction both in v1 and v2 uAPI

----------------------------------------------------------------
Aapo Vienamo (1):
      gpio: graniterapids: Add missing raw_spinlock_init()

Aleksandr Mishin (1):
      gpio: davinci: Validate the obtained number of IRQs

Ian Ray (1):
      gpio: pca953x: fix pca953x_irq_bus_sync_unlock race

Kent Gibson (2):
      gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)
      gpiolib: cdev: Ignore reconfiguration without direction

 drivers/gpio/gpio-davinci.c       |  5 +++++
 drivers/gpio/gpio-graniterapids.c |  2 ++
 drivers/gpio/gpio-pca953x.c       |  2 ++
 drivers/gpio/gpiolib-cdev.c       | 28 +++++++++++++++++-----------
 4 files changed, 26 insertions(+), 11 deletions(-)

             reply	other threads:[~2024-06-28 10:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-28 10:11 Bartosz Golaszewski [this message]
2024-06-28 17:01 ` [GIT PULL] gpio: fixes for v6.10-rc6 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=20240628101142.33339-1-bartosz.golaszewski@linaro.org \
    --to=brgl@bgdev.pl \
    --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;
as well as URLs for NNTP newsgroup(s).