Hi Linus, here are some GPIO fixes I've collected with the help of Bartosz. Nothing special about them: all are driver and kbuild fixes + some documentation fixes. Please pull it in! Yours, Linus Walleij 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/linusw/linux-gpio.git tags/gpio-v5.10-2 for you to fetch changes up to b72de3ff19fdc4bbe4d4bb3f4483c7e46e00bac3: gpio: sifive: Fix SiFive gpio probe (2020-11-11 09:53:09 +0100) ---------------------------------------------------------------- GPIO fixes for the v5.10 series: - Tidy up a missed function call in the designware driver when converting to gpiolib irqchip. - Fix some bitmasks in the Aspeed driver. - Fix some kerneldoc warnings and minor bugs in the improved userspace API documentation. - Revert the revert of the OMAP fix for lost edge wakeup interrupts: the fix needs to stay in. - Fix a compile error when deselecting the character device. - A bunch of IRQ fixes on the idio GPIO drivers. - Fix an off-by-one error in the SiFive GPIO driver. ---------------------------------------------------------------- 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 Damien Le Moal (1): gpio: sifive: Fix SiFive gpio probe Jia He (1): gpio: dwapb: Fix missing conversion to GPIO-lib-based IRQ-chip Kent Gibson (6): gpio: uapi: fix kernel-doc warnings gpio: uapi: comment consistency gpio: uapi: kernel-doc formatting improvements gpio: uapi: remove whitespace gpio: uapi: clarify the meaning of 'empty' char arrays gpiolib: fix sysfs when cdev is not selected Linus Walleij (1): Merge tag 'gpio-fixes-for-v5.10-rc3' of git://git.kernel.org/.../brgl/linux into fixes Tony Lindgren (1): Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts"" drivers/gpio/gpio-aspeed.c | 1 + drivers/gpio/gpio-dwapb.c | 4 +- drivers/gpio/gpio-omap.c | 12 ++++- drivers/gpio/gpio-pcie-idio-24.c | 62 ++++++++++++++++++++--- drivers/gpio/gpio-sifive.c | 2 +- drivers/gpio/gpiolib-cdev.h | 15 ------ drivers/gpio/gpiolib.c | 18 +++++-- include/uapi/linux/gpio.h | 106 ++++++++++++++++++++------------------- 8 files changed, 140 insertions(+), 80 deletions(-)