mbox series

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

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

Pull-request

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

Message

Bartosz Golaszewski Sept. 17, 2020, 11:32 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Hi Linus,

please pull the following batch of fixes for the v5.9 release cycle.

Bartosz

The following changes since commit 5fcface659aab7eac4bd65dd116d98b8f7bb88d5:

  gpio: sprd: Clear interrupt when setting the type as edge (2020-08-31 18:06:28 +0200)

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-rc6

for you to fetch changes up to 5ad284ab3a01e2d6a89be2a8663ae76f4e617549:

  gpiolib: Fix line event handling in syscall compatible mode (2020-09-17 12:03:37 +0200)

----------------------------------------------------------------
gpio fixes for v5.9-rc6

- fix the interrupt configuration in gpio-tc35894
- explicitly support only threaded irqs in gpio-siox
- fix a resource leak in error path in gpio-mockup
- fix line event handling in syscall compatible mode in GPIO chardev

----------------------------------------------------------------
Ahmad Fatoum (1):
      gpio: siox: explicitly support only threaded irqs

Andy Shevchenko (1):
      gpiolib: Fix line event handling in syscall compatible mode

Bartosz Golaszewski (1):
      gpio: mockup: fix resource leak in error path

dillon min (1):
      gpio: tc35894: fix up tc35894 interrupt configuration

 drivers/gpio/gpio-mockup.c  |  2 ++
 drivers/gpio/gpio-siox.c    |  1 +
 drivers/gpio/gpio-tc3589x.c |  2 +-
 drivers/gpio/gpiolib-cdev.c | 34 ++++++++++++++++++++++++++++++----
 4 files changed, 34 insertions(+), 5 deletions(-)

Comments

Linus Walleij Sept. 21, 2020, 9:39 p.m. UTC | #1
On Thu, Sep 17, 2020 at 1:32 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> please pull the following batch of fixes for the v5.9 release cycle.

Pulled into my fixes branch, sorry for taking so long.

Yours,
Linus Walleij