From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> Hi Linus, please pull the following two fixes for v5.9. Bartosz The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5: Linux 5.9-rc1 (2020-08-16 13:04:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.9-rc4 for you to fetch changes up to 5fcface659aab7eac4bd65dd116d98b8f7bb88d5: gpio: sprd: Clear interrupt when setting the type as edge (2020-08-31 18:06:28 +0200) ---------------------------------------------------------------- gpio fixes for v5.9-rc4 - fix warnings if PM is enabled in gpio-omap - clear interrupt when setting the type as edge in gpio-sprd ---------------------------------------------------------------- Taiping Lai (1): gpio: sprd: Clear interrupt when setting the type as edge Tony Lindgren (1): gpio: omap: Fix warnings if PM is disabled drivers/gpio/gpio-omap.c | 4 ++-- drivers/gpio/gpio-sprd.c | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-)