From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Hi Linus, this is the previous PR rebased on top of v5.4-rc1. Please pull. Bart The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c: Linux 5.4-rc1 (2019-09-30 10:35:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.4-rc2-fixes-for-linus for you to fetch changes up to e91aafcb51f3c5001ae76c3ee027beb0b8506447: gpio: eic: sprd: Fix the incorrect EIC offset when toggling (2019-10-01 11:50:40 +0200) ---------------------------------------------------------------- gpio: fixes for v5.4-rc2 - 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-of.c | 2 +- drivers/gpio/gpiolib.c | 27 +++++++++++++++++++-------- 3 files changed, 24 insertions(+), 12 deletions(-)