mbox series

[GIT,PULL] gpio: fixes for v5.1-rc2

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-5.1-rc2-fixes-for-linus

Message

Bartosz Golaszewski March 22, 2019, 3:52 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

here are three commits collected over the merge window and last week.
Details are in the signed tag.

Best regards,
Bartosz Golaszewski

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-5.1-rc2-fixes-for-linus

for you to fetch changes up to b45a02e13ee74b6fde56df4d76786058821a3aba:

  gpio: amd-fch: Fix bogus SPDX identifier (2019-03-22 16:48:47 +0100)

----------------------------------------------------------------
GPIO fixes for v5.1-rc2

- check the return value of a function that can fail in gpio-exar
- fix the SPDX identifier in amd-fch
- fix the direction_input callback in gpio-adnp

----------------------------------------------------------------
Axel Lin (1):
      gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input

Kangjie Lu (1):
      gpio: exar: add a check for the return value of ida_simple_get fails

Thomas Gleixner (1):
      gpio: amd-fch: Fix bogus SPDX identifier

 drivers/gpio/gpio-adnp.c                        | 6 ++++--
 drivers/gpio/gpio-exar.c                        | 2 ++
 include/linux/platform_data/gpio/gpio-amd-fch.h | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

Comments

Linus Walleij March 23, 2019, 6:27 a.m. UTC | #1
On Fri, Mar 22, 2019 at 4:52 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> here are three commits collected over the merge window and last week.
> Details are in the signed tag.

Pulled in to my fixes branch.

Thanks for doing this, I am travelling so a bit slow right now.

Yours,
Linus Walleij