mbox series

[GIT,PULL] gpio: fixes for v5.7-rc6

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

Pull-request

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

Message

Bartosz Golaszewski May 13, 2020, 2:36 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

please pull the following batch of fixes I picked up since v5.7-rc3.

Bart

The following changes since commit 6409d049ce28bef35e13dfb8699fc7ee27469ba1:

  gpiolib: don't call sleeping functions with a spinlock taken (2020-04-23 17:55:27 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 9fefca775c8ddbbbcd97f2860218188b8641819d:

  gpiolib: notify user-space about line status changes after flags are set (2020-05-13 16:25:20 +0200)

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

- fix probing for chips without PWM in gpio-mvebu
- fix ida_simple_get() error path in gpio-exar
- fix user-space notifications for line state changes

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

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

 drivers/gpio/gpio-exar.c  |  7 +++++--
 drivers/gpio/gpio-mvebu.c | 15 +++++++++------
 drivers/gpio/gpiolib.c    | 15 +++++++++++++--
 3 files changed, 27 insertions(+), 10 deletions(-)

Comments

Linus Walleij May 18, 2020, 7:42 a.m. UTC | #1
On Wed, May 13, 2020 at 4:36 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> please pull the following batch of fixes I picked up since v5.7-rc3.

Pulled into my fixed branch!

I had already sent my pull request for -rc6 to Torvalds when this arrived
so I had to wait for his tag to arrive yesterday before pulling in,
should be fine though.

Yours,
Linus Walleij

Yours,
Linus Walleij