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 <bartosz.golaszewski@linaro.org>
Subject: [GIT PULL] gpio: fixes for v6.2-rc6
Date: Fri, 27 Jan 2023 20:47:07 +0100	[thread overview]
Message-ID: <20230127194707.311571-1-brgl@bgdev.pl> (raw)

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

Linus,

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

Best Regards,
Bartosz Golaszewski

The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

  Linux 6.2-rc5 (2023-01-21 16:27:01 -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.2-rc6

for you to fetch changes up to 677d85e1a1ee69fa05ccea83847309484be3781c:

  tools: gpio: fix -c option of gpio-event-mon (2023-01-27 14:05:46 +0100)

----------------------------------------------------------------
gpio fixes for v6.2-rc6

- fix the -c option in the gpio-event-mode user-space example program
- fix the irq number translation in gpio-ep93xx and make its irqchip immutable
- add a missing spin_unlock in error path in gpio-mxc
- fix a suspend breakage on System76 and Lenovo Gen2a introduced in GPIO ACPI

----------------------------------------------------------------
Arnd Bergmann (1):
      gpio: ep93xx: remove unused variable

Dan Carpenter (1):
      gpio: mxc: Unlock on error path in mxc_flip_edge()

Ivo Borisov Shopov (1):
      tools: gpio: fix -c option of gpio-event-mon

Mario Limonciello (1):
      gpiolib-acpi: Don't set GPIOs for wakeup in S3 mode

Nikita Shubin (2):
      gpio: ep93xx: Fix port F hwirq numbers in handler
      gpio: ep93xx: Make irqchip immutable

 drivers/gpio/gpio-ep93xx.c  | 38 ++++++++++++++++++++++----------------
 drivers/gpio/gpio-mxc.c     |  3 ++-
 drivers/gpio/gpiolib-acpi.c |  3 ++-
 tools/gpio/gpio-event-mon.c |  1 +
 4 files changed, 27 insertions(+), 18 deletions(-)

             reply	other threads:[~2023-01-27 19:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-27 19:47 Bartosz Golaszewski [this message]
2023-01-27 21:58 ` [GIT PULL] gpio: fixes for v6.2-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=20230127194707.311571-1-brgl@bgdev.pl \
    --to=brgl@bgdev.pl \
    --cc=andriy.shevchenko@linux.intel.com \
    --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