linux-kernel.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
Date: Thu, 10 Mar 2022 10:24:27 +0100	[thread overview]
Message-ID: <20220310092427.102296-1-brgl@bgdev.pl> (raw)

Linus,

Please pull the following set of fixes from the GPIO subsystem. They come
in quite late but there's nothing controversial and they're quite small.

Best Regards,
Bartosz Golaszewski

The following changes since commit ffb217a13a2eaf6d5bd974fc83036a53ca69f1e2:

  Linux 5.17-rc7 (2022-03-06 14:28:31 -0800)

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

for you to fetch changes up to 55d01c98a88b346e217eaa931b32e7baea905c9a:

  gpio: sim: fix a typo (2022-03-10 10:02:19 +0100)

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

- fix a probe failure for Tegra241 GPIO controller in gpio-tegra186
- revert changes that caused a regression in the sysfs user-space interface
- correct the debounce time conversion in GPIO ACPI
- statify a struct in gpio-sim and fix a typo
- update registers in correct order (hardware quirk) in gpio-ts4900

----------------------------------------------------------------
Akhil R (1):
      gpio: tegra186: Add IRQ per bank for Tegra241

Andy Shevchenko (2):
      gpiolib: acpi: Convert ACPI value of debounce to microseconds
      gpio: sim: Declare gpio_sim_hog_config_item_ops static

Bartosz Golaszewski (1):
      gpio: sim: fix a typo

Marcelo Roberto Jimenez (1):
      gpio: Revert regression in sysfs-gpio (gpiolib.c)

Mark Featherston (1):
      gpio: ts4900: Do not set DAT and OE together

 drivers/gpio/gpio-sim.c      |  4 ++--
 drivers/gpio/gpio-tegra186.c |  2 ++
 drivers/gpio/gpio-ts4900.c   | 24 +++++++++++++++++++-----
 drivers/gpio/gpiolib-acpi.c  |  6 ++++--
 drivers/gpio/gpiolib.c       | 20 ++++++++++----------
 5 files changed, 37 insertions(+), 19 deletions(-)

             reply	other threads:[~2022-03-10  9:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-10  9:24 Bartosz Golaszewski [this message]
2022-03-10 12:02 ` [GIT PULL] gpio: fixes for v5.17 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=20220310092427.102296-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).