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