From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Hi Linus, please pull the following set of fixes. Two are core code, one is a fix for a driver. All are stable material. The following changes since commit 4d856f72c10ecb060868ed10ff1b1453943fc6c8: Linux 5.3 (2019-09-15 14:19:32 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.4-rc1-fixes-for-linus for you to fetch changes up to a94b734a563498ac4b8fff61179a3c2bba781a4e: gpio: eic: sprd: Fix the incorrect EIC offset when toggling (2019-09-17 10:08:35 +0200) ---------------------------------------------------------------- gpio: fixes for v5.4-rc1 - fix a bug with emulated open-drain/source where lines' values can no longer be changed - fix getting nonexclusive gpiods from DT - fix an incorrect offset for the level trigger in gpio-eic-sprd ---------------------------------------------------------------- Bartosz Golaszewski (1): gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source Bruce Chen (1): gpio: eic: sprd: Fix the incorrect EIC offset when toggling Marco Felsch (1): gpio: fix getting nonexclusive gpiods from DT drivers/gpio/gpio-eic-sprd.c | 7 ++++--- drivers/gpio/gpiolib.c | 29 ++++++++++++++++++++--------- 2 files changed, 24 insertions(+), 12 deletions(-)