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.18-rc6
Date: Sat,  7 May 2022 15:52:47 +0200	[thread overview]
Message-ID: <20220507135247.17566-1-brgl@bgdev.pl> (raw)

Linus,

Please pull the following set of small fixes for the next rc. Details are in
the signed tag.

Best Regards,
Bartosz Golaszewski

The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:

  Linux 5.18-rc5 (2022-05-01 13:57:58 -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.18-rc6

for you to fetch changes up to dba785798526a3282cc4d0f0ea751883715dbbb4:

  gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set) (2022-05-06 16:59:29 +0200)

----------------------------------------------------------------
gpio fixes for v5.18-rc6

- fix the bounds check for the 'gpio-reserved-ranges' device property in
  gpiolib-of
- drop the assignment of the pwm base number in gpio-mvebu (this was missed
  by the patch doing it globally for all pwm drivers)
- fix the fwnode assignment (use own fwnode, not the parent's one) for the
  GPIO irqchip in gpio-visconti
- update the irq_stat field before checking the trigger field in gpio-pca953x
- update GPIO entry in MAINTAINERS

----------------------------------------------------------------
Andrei Lalaev (1):
      gpiolib: of: fix bounds check for 'gpio-reserved-ranges'

Bartosz Golaszewski (1):
      MAINTAINERS: update the GPIO git tree entry

Baruch Siach (1):
      gpio: mvebu: drop pwm base assignment

Nobuhiro Iwamatsu (1):
      gpio: visconti: Fix fwnode of GPIO IRQ

Puyou Lu (1):
      gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)

 MAINTAINERS                  | 2 +-
 drivers/gpio/gpio-mvebu.c    | 7 -------
 drivers/gpio/gpio-pca953x.c  | 4 ++--
 drivers/gpio/gpio-visconti.c | 7 ++-----
 drivers/gpio/gpiolib-of.c    | 2 +-
 5 files changed, 6 insertions(+), 16 deletions(-)

             reply	other threads:[~2022-05-07 13:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-07 13:52 Bartosz Golaszewski [this message]
2022-05-07 18:11 ` [GIT PULL] gpio: fixes for v5.18-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=20220507135247.17566-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