mbox series

[GIT,PULL] gpio: fixes for v5.14-rc5

Message ID 20210804135922.13050-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.14-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-updates-for-v5.14-rc5

Message

Bartosz Golaszewski Aug. 4, 2021, 1:59 p.m. UTC
Linus,

Please pull the following GPIO fixes for the next rc.

Thanks!
Bartosz

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-updates-for-v5.14-rc5

for you to fetch changes up to 9b87f43537acfa24b95c236beba0f45901356eb2:

  gpio: tqmx86: really make IRQ optional (2021-08-02 17:17:27 +0200)

----------------------------------------------------------------
gpio fixes for v5.14-rc5

- revert a patch intruducing breakage in interrupt handling in gpio-mpc8xxx
- correctly handle missing IRQs in gpio-tqmx86 by really making them optional

----------------------------------------------------------------
Matthias Schiffer (1):
      gpio: tqmx86: really make IRQ optional

Rasmus Villemoes (1):
      Revert "gpio: mpc8xxx: change the gpio interrupt flags."

 drivers/gpio/gpio-mpc8xxx.c | 2 +-
 drivers/gpio/gpio-tqmx86.c  | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 4, 2021, 8:15 p.m. UTC | #1
The pull request you sent on Wed,  4 Aug 2021 15:59:22 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-updates-for-v5.14-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0c2e31d2bd432147f348f024e40779fa4d0dc2b9

Thank you!