public inbox for linux-kernel@vger.kernel.org
 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.15-rc3
Date: Thu, 23 Sep 2021 10:26:41 +0200	[thread overview]
Message-ID: <20210923082641.32745-1-brgl@bgdev.pl> (raw)

Linus,

Please pull the following set of fixes for the GPIO subsystem. Details are in
the signed tag.

Best Regards,
Bartosz Golaszewski

The following changes since commit e4e737bb5c170df6135a127739a9e6148ee3da82:

  Linux 5.15-rc2 (2021-09-19 17:28:22 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b22a4705e2e60f342b1b851c9ebdb3ea02f21f8f:

  gpio/rockchip: fix get_direction value handling (2021-09-22 11:31:52 +0200)

----------------------------------------------------------------
gpio fixes for v5.15-rc3

- fix a regression in GPIO ACPI on HP ElitePad 1000 G2 where the
  gpio_set_debounce_timeout() now returns a fatal error if the specific
  debounce period is not supported by the driver instead of just emitting
  a warning
- fix return values of irq_mask/unmask() callbacks in gpio-uniphier
- fix hwirq calculation in gpio-aspeed-sgpio
- fix two issues in gpio-rockchip: only make the extended debounce support
  available for v2 and remove a redundant BIT() usage

----------------------------------------------------------------
Hans de Goede (1):
      gpiolib: acpi: Make set-debounce-timeout failures non fatal

Heiko Stuebner (2):
      gpio/rockchip: extended debounce support is only available on v2
      gpio/rockchip: fix get_direction value handling

Kunihiko Hayashi (1):
      gpio: uniphier: Fix void functions to remove return value

Steven Lee (1):
      gpio: gpio-aspeed-sgpio: Fix wrong hwirq in irq handler.

 drivers/gpio/gpio-aspeed-sgpio.c | 2 +-
 drivers/gpio/gpio-rockchip.c     | 4 ++--
 drivers/gpio/gpio-uniphier.c     | 4 ++--
 drivers/gpio/gpiolib-acpi.c      | 6 ++++--
 4 files changed, 9 insertions(+), 7 deletions(-)

             reply	other threads:[~2021-09-23  8:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-23  8:26 Bartosz Golaszewski [this message]
2021-09-24 18:26 ` [GIT PULL] gpio: fixes for v5.15-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=20210923082641.32745-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