From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Linus, below are more patches I picked up this week. Details in the signed tag. The following changes since commit b45a02e13ee74b6fde56df4d76786058821a3aba: gpio: amd-fch: Fix bogus SPDX identifier (2019-03-22 16:48:47 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-v5.1-rc3-fixes-for-linus for you to fetch changes up to ce9fb53c72834646f26ecb2213e40e6876048f87: gpio: mockup: use simple_read_from_buffer() in debugfs read callback (2019-03-28 18:04:53 +0100) ---------------------------------------------------------------- gpio fixes for v5.1-rc3 - fix for a potential NULL-pointer dereference in the aspeed driver - revert of the commit using the new gpio_set_config() when setting debaunce and transitory state config as it caused a regression in the aspeed driver - two fixes for gpio-mockup for debugfs problems introduced in the last merge window ---------------------------------------------------------------- Andrew Jeffery (1): Revert "gpio: use new gpio_set_config() helper in more places" Bartosz Golaszewski (2): gpio: mockup: fix debugfs read gpio: mockup: use simple_read_from_buffer() in debugfs read callback Kangjie Lu (1): gpio: aspeed: fix a potential NULL pointer dereference drivers/gpio/gpio-aspeed.c | 2 ++ drivers/gpio/gpio-mockup.c | 10 +++------- drivers/gpio/gpiolib.c | 4 ++-- 3 files changed, 7 insertions(+), 9 deletions(-)