From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936: Linux 5.7-rc2 (2020-04-19 14:35:30 -0700) 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-rc3 for you to fetch changes up to 6409d049ce28bef35e13dfb8699fc7ee27469ba1: gpiolib: don't call sleeping functions with a spinlock taken (2020-04-23 17:55:27 +0200) ---------------------------------------------------------------- gpio fixes for v5.7-rc3 - fix set_config in pca953x - improve robustness of the new line watch/unwatch ioctl() - fix a bug with caling a sleeping function with spinlock taken ---------------------------------------------------------------- Adam Ford (1): gpio: pca953x: Fix pca953x_gpio_set_config Bartosz Golaszewski (2): gpiolib: improve the robustness of watch/unwatch ioctl() gpiolib: don't call sleeping functions with a spinlock taken drivers/gpio/gpio-pca953x.c | 2 +- drivers/gpio/gpiolib.c | 29 ++++++++++++++++++++++++++--- 2 files changed, 27 insertions(+), 4 deletions(-)