Hi Linus, some GPIO fixes collected since the merge window, 3 for stable, 2 driver fixes. Details in the signed tag. Please pull them in! Yours, Linus Walleij 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/linusw/linux-gpio.git tags/gpio-v5.4-2 for you to fetch changes up to fffa6af94894126994a7600c6f6f09b892e89fa9: gpio: max77620: Use correct unit for debounce times (2019-10-04 23:58:10 +0200) ---------------------------------------------------------------- GPIO fixes for the v5.4 series: - Don't clear FLAG_IS_OUT when emulating open drain/source in gpiolib. - Fix up the usage of nonexclusive GPIO descriptors from device trees. - Fix the incorrect IEC offset when toggling trigger edge in the Spreadtrum driver. - Use the correct unit for debounce settings in the MAX77620 driver. ---------------------------------------------------------------- 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 Linus Walleij (1): Merge tag 'gpio-v5.4-rc2-fixes-for-linus' of git://git.kernel.org/.../brgl/linux into fixes Marco Felsch (1): gpio: fix getting nonexclusive gpiods from DT Thierry Reding (1): gpio: max77620: Use correct unit for debounce times drivers/gpio/gpio-eic-sprd.c | 7 ++++--- drivers/gpio/gpio-max77620.c | 6 +++--- drivers/gpio/gpiolib-of.c | 2 +- drivers/gpio/gpiolib.c | 27 +++++++++++++++++++-------- 4 files changed, 27 insertions(+), 15 deletions(-)