From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> 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(-)