mbox series

[GIT,PULL] gpio: fixes for v5.3-rc3

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.3-rc3-fixes-for-linus

Message

Bartosz Golaszewski July 28, 2019, 10:56 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

I guess it's too late for rc2 so I'm aiming these at v5.3-rc3. Please
pull.

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.3-rc3-fixes-for-linus

for you to fetch changes up to ffe0bbabb0cffceceae07484fde1ec2a63b1537c:

  gpio: don't WARN() on NULL descs if gpiolib is disabled (2019-07-28 12:44:14 +0200)

----------------------------------------------------------------
gpio fixes for v5.3-rc3

- fix for user space handling of active-low flag for GPIO events
- fix the stubs for gpiolib: don't WARN() on NULL gpio descriptors
  if gpiolib is not compiled

----------------------------------------------------------------
Bartosz Golaszewski (1):
      gpio: don't WARN() on NULL descs if gpiolib is disabled

Michael Wu (1):
      gpiolib: fix incorrect IRQ requesting of an active-low lineevent

 drivers/gpio/gpiolib.c        |  6 ++--
 include/linux/gpio/consumer.h | 64 +++++++++++++++++++++----------------------
 2 files changed, 36 insertions(+), 34 deletions(-)

Comments

Linus Walleij July 28, 2019, 9:05 p.m. UTC | #1
On Sun, Jul 28, 2019 at 12:56 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> I guess it's too late for rc2 so I'm aiming these at v5.3-rc3. Please
> pull.

Pulled in for fixes!

Yours,
Linus Walleij