All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] gpio: fixes for v5.7
@ 2020-05-27  9:38 Bartosz Golaszewski
  2020-05-27 13:39 ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Bartosz Golaszewski @ 2020-05-27  9:38 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-gpio, Bartosz Golaszewski

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Hi Linus,

This is the last batch for fixes I'm sending your way in this release
cycle. Please pull.

Bartosz

The following changes since commit e75dfba311f478f1c2bf928284e1949c20594336:

  Merge tag 'gpio-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into fixes (2020-05-18 09:40:50 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v5.7

for you to fetch changes up to 98f7d1b15e87c84488b30ecc4ec753b0690b9dbf:

  gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe() (2020-05-25 11:17:18 +0200)

----------------------------------------------------------------
gpio fixes for v5.7

- fix mutex and spinlock ordering in gpio-mlxbf2
- fix the return value checks on devm_platform_ioremap_resource in
  gpio-pxa and gpio-bcm-kona

----------------------------------------------------------------
Axel Lin (1):
      gpio: mlxbf2: Fix sleeping while holding spinlock

Tiezhu Yang (2):
      gpio: pxa: Fix return value of pxa_gpio_probe()
      gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe()

 drivers/gpio/gpio-bcm-kona.c | 2 +-
 drivers/gpio/gpio-mlxbf2.c   | 6 +++---
 drivers/gpio/gpio-pxa.c      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] gpio: fixes for v5.7
  2020-05-27  9:38 [GIT PULL] gpio: fixes for v5.7 Bartosz Golaszewski
@ 2020-05-27 13:39 ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2020-05-27 13:39 UTC (permalink / raw)
  To: Bartosz Golaszewski; +Cc: open list:GPIO SUBSYSTEM, Bartosz Golaszewski

On Wed, May 27, 2020 at 11:39 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> This is the last batch for fixes I'm sending your way in this release
> cycle. Please pull.

Pulled in for fixes! Will get this to Torvalds ASAP.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] GPIO fixes for v5.7
  2020-05-30 11:09 [GIT PULL] GPIO " Linus Walleij
@ 2020-05-30 19:35 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-05-30 19:35 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, open list:GPIO SUBSYSTEM, linux-kernel,
	Bartosz Golaszewski

The pull request you sent on Sat, 30 May 2020 13:09:56 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.7-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/900db15047044ef50b32e23630880f4780ec5b9e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] GPIO fixes for v5.7
@ 2020-05-30 11:09 Linus Walleij
  2020-05-30 19:35 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2020-05-30 11:09 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: open list:GPIO SUBSYSTEM, linux-kernel, Bartosz Golaszewski

Hi Linus,

here are some (very) late fixes for GPIO, none of them very
serious except the one tagged for stable for enabling IRQ on
open drain lines.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit b9bbe6ed63b2b9f2c9ee5cbd0f2c946a2723f4ce:

  Linux 5.7-rc6 (2020-05-17 16:48:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v5.7-3

for you to fetch changes up to e9bdf7e655b9ee81ee912fae1d59df48ce7311b6:

  gpio: fix locking open drain IRQ lines (2020-05-29 14:01:49 +0200)

----------------------------------------------------------------
GPIO fixes for the v5.7 series:
- Fix proving of mvebu chips without PWM
- Fix errorpath on ida_get_simple() on the exar driver
- Notify userspace properly about line status changes
  when flags are changed on lines.
- Fix a sleeping while holding spinlock in the mellanox
  driver.
- Fix return value of the PXA and Kona probe calls.
- Fix IRQ locking of open drain lines, it is fine to
  have IRQs on open drain lines flagged for output.

----------------------------------------------------------------
Axel Lin (1):
      gpio: mlxbf2: Fix sleeping while holding spinlock

Bartosz Golaszewski (1):
      gpiolib: notify user-space about line status changes after flags are set

Linus Walleij (3):
      Merge tag 'gpio-fixes-for-v5.7-rc6' of
git://git.kernel.org/.../brgl/linux into fixes
      Merge tag 'gpio-fixes-for-v5.7' of
git://git.kernel.org/.../brgl/linux into fixes
      gpio: fix locking open drain IRQ lines

Sascha Hauer (1):
      gpio: mvebu: Fix probing for chips without PWM

Takashi Iwai (1):
      gpio: exar: Fix bad handling for ida_simple_get error path

Tiezhu Yang (2):
      gpio: pxa: Fix return value of pxa_gpio_probe()
      gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe()

 drivers/gpio/gpio-bcm-kona.c |  2 +-
 drivers/gpio/gpio-exar.c     |  7 +++++--
 drivers/gpio/gpio-mlxbf2.c   |  6 +++---
 drivers/gpio/gpio-mvebu.c    | 15 +++++++++------
 drivers/gpio/gpio-pxa.c      |  4 ++--
 drivers/gpio/gpiolib.c       | 26 ++++++++++++++++++++++----
 6 files changed, 42 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-30 19:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27  9:38 [GIT PULL] gpio: fixes for v5.7 Bartosz Golaszewski
2020-05-27 13:39 ` Linus Walleij
2020-05-30 11:09 [GIT PULL] GPIO " Linus Walleij
2020-05-30 19:35 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.