mbox series

[GIT,PULL] gpio: fixes for v5.9-rc4

Message ID 20200904155240.4877-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.9-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.9-rc4

Message

Bartosz Golaszewski Sept. 4, 2020, 3:52 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

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(-)

Comments

Linus Walleij Sept. 12, 2020, 11:14 a.m. UTC | #1
On Fri, Sep 4, 2020 at 5:52 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
>
> Hi Linus,
>
> please pull the following two fixes for v5.9.

Pulled in, sorry for my slowness while I stuck my head into the ARM
kernel last week.

Yours,
Linus Walleij