linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>
Subject: [GIT PULL] GPIO fixes for the v5.10 series
Date: Fri, 13 Nov 2020 14:11:15 +0100	[thread overview]
Message-ID: <CACRpkdZMomW2zVepq6y6P-EjHjN9xMJvVFm0n3WAsPKS3-QgYw@mail.gmail.com> (raw)

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

             reply	other threads:[~2020-11-13 13:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13 13:11 Linus Walleij [this message]
2020-11-13 20:50 ` [GIT PULL] GPIO fixes for the v5.10 series pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACRpkdZMomW2zVepq6y6P-EjHjN9xMJvVFm0n3WAsPKS3-QgYw@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=bgolaszewski@baylibre.com \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).