mbox series

[GIT,PULL] gpio: fixes for v5.10-rc3

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

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v5.10-rc3

Message

Bartosz Golaszewski Nov. 6, 2020, 2:28 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

Please pull the first batch of fixes for this release cycle.

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v5.10-rc3

for you to fetch changes up to 10a2f11d3c9e48363c729419e0f0530dea76e4fe:

  gpio: pcie-idio-24: Enable PEX8311 interrupts (2020-11-06 15:19:44 +0100)

----------------------------------------------------------------
gpio fixes for v5.10-rc3

- fix missing conversion to gpiolib irqchip in gpio-dwapb
- fix bank properties for ast2600 variant in gpio-aspeed
- make sysfs work again when the character device is disabled
- fix interrupt handling in gpio-pcie-idio-24

----------------------------------------------------------------
Arnaud de Turckheim (3):
      gpio: pcie-idio-24: Fix irq mask when masking
      gpio: pcie-idio-24: Fix IRQ Enable Register value
      gpio: pcie-idio-24: Enable PEX8311 interrupts

Billy Tsai (1):
      gpio: aspeed: fix ast2600 bank properties

Jia He (1):
      gpio: dwapb: Fix missing conversion to GPIO-lib-based IRQ-chip

Kent Gibson (1):
      gpiolib: fix sysfs when cdev is not selected

 drivers/gpio/gpio-aspeed.c       |  1 +
 drivers/gpio/gpio-dwapb.c        |  4 +--
 drivers/gpio/gpio-pcie-idio-24.c | 62 ++++++++++++++++++++++++++++++++++++----
 drivers/gpio/gpiolib-cdev.h      | 15 ----------
 drivers/gpio/gpiolib.c           | 18 ++++++++++--
 5 files changed, 74 insertions(+), 26 deletions(-)

Comments

Linus Walleij Nov. 10, 2020, 1:14 p.m. UTC | #1
On Fri, Nov 6, 2020 at 3:28 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> Please pull the first batch of fixes for this release cycle.
>
> The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:
>
>   Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git gpio-fixes-for-v5.10-rc3

Pulled in for fixes!

I'll get this to Torvalds too ASAP.

Yours,
Linus Walleij