Hi Linus, here are some three GPIO fixes for v5.3, all touching the core, so quite important fixes. Please pull them in! Yours, Linus Walleij The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v5.3-3 for you to fetch changes up to d95da993383c78f7efd25957ba3af23af4b1c613: gpiolib: Preserve desc->flags when setting state (2019-07-29 00:57:39 +0200) ---------------------------------------------------------------- GPIO fixes for the v5.3 series: - Fix the request of active low GPIO line events. - Don't issue WARN() stuff on NULL descriptors if the GPIOLIB is disabled. - Preserve the descriptor flags when setting the initial direction on lines. ---------------------------------------------------------------- Bartosz Golaszewski (1): gpio: don't WARN() on NULL descs if gpiolib is disabled Chris Packham (1): gpiolib: Preserve desc->flags when setting state Linus Walleij (1): Merge tag 'gpio-v5.3-rc3-fixes-for-linus' of git://git.kernel.org/.../brgl/linux into fixes Michael Wu (1): gpiolib: fix incorrect IRQ requesting of an active-low lineevent drivers/gpio/gpiolib.c | 23 ++++++++++------ include/linux/gpio/consumer.h | 64 +++++++++++++++++++++---------------------- 2 files changed, 47 insertions(+), 40 deletions(-)