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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [GIT PULL] gpio: fixes for v5.17-rc4
Date: Fri, 11 Feb 2022 14:08:01 +0100	[thread overview]
Message-ID: <20220211130801.280029-1-brgl@bgdev.pl> (raw)

Linus,

Please pull the following set of fixes from the GPIO subsystem for the next
release candidate.

Best Regards,
Bartosz Golaszewski

The following changes since commit 26291c54e111ff6ba87a164d85d4a4e134b7315c:

  Linux 5.17-rc2 (2022-01-30 15:37:07 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.17-rc4

for you to fetch changes up to c162ca0bcbfb39308c4dff4157e27c751af7032a:

  gpio: sim: fix hogs with custom chip labels (2022-02-09 11:41:29 +0100)

----------------------------------------------------------------
gpio fixes for v5.17-rc4

- use sleeping variants of GPIO accessors where needed in gpio-aggregator
- never return kernel's internal error codes to user-space in gpiolib core
- use the correct register for reading output values in gpio-sifive
- fix line hogging in gpio-sim

----------------------------------------------------------------
Andy Shevchenko (1):
      gpiolib: Never return internal error codes to user space

Bartosz Golaszewski (1):
      gpio: sim: fix hogs with custom chip labels

Geert Uytterhoeven (1):
      gpio: aggregator: Fix calling into sleeping GPIO controllers

Niklas Cassel (1):
      gpio: sifive: use the correct register to read output values

 drivers/gpio/gpio-aggregator.c | 18 ++++++++++++++----
 drivers/gpio/gpio-sifive.c     |  2 +-
 drivers/gpio/gpio-sim.c        | 19 +++++++++++++++----
 drivers/gpio/gpiolib-cdev.c    |  6 +++---
 drivers/gpio/gpiolib-sysfs.c   |  7 ++-----
 drivers/gpio/gpiolib.h         | 12 ++++++++++++
 6 files changed, 47 insertions(+), 17 deletions(-)

             reply	other threads:[~2022-02-11 13:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-11 13:08 Bartosz Golaszewski [this message]
2022-02-11 20:05 ` [GIT PULL] gpio: fixes for v5.17-rc4 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=20220211130801.280029-1-brgl@bgdev.pl \
    --to=brgl@bgdev.pl \
    --cc=andriy.shevchenko@linux.intel.com \
    --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).