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: linux-kernel <linux-kernel@vger.kernel.org>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	Bartosz Golaszewski <bgolaszewski@baylibre.com>
Subject: [GIT PULL] GPIO fixes for the v5.4 series
Date: Tue, 8 Oct 2019 10:59:58 +0200	[thread overview]
Message-ID: <CACRpkdYnnZnOko4q+NmLwdKeObT--f8Xgv+e+fBLLXUAWqh7bg@mail.gmail.com> (raw)

Hi Linus,

some GPIO fixes collected since the merge window,
3 for stable, 2 driver fixes.

Details in the signed tag.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v5.4-2

for you to fetch changes up to fffa6af94894126994a7600c6f6f09b892e89fa9:

  gpio: max77620: Use correct unit for debounce times (2019-10-04
23:58:10 +0200)

----------------------------------------------------------------
GPIO fixes for the v5.4 series:

- Don't clear FLAG_IS_OUT when emulating open drain/source in
  gpiolib.
- Fix up the usage of nonexclusive GPIO descriptors from device
  trees.
- Fix the incorrect IEC offset when toggling trigger edge in
  the Spreadtrum driver.
- Use the correct unit for debounce settings in the MAX77620
  driver.

----------------------------------------------------------------
Bartosz Golaszewski (1):
      gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source

Bruce Chen (1):
      gpio: eic: sprd: Fix the incorrect EIC offset when toggling

Linus Walleij (1):
      Merge tag 'gpio-v5.4-rc2-fixes-for-linus' of
git://git.kernel.org/.../brgl/linux into fixes

Marco Felsch (1):
      gpio: fix getting nonexclusive gpiods from DT

Thierry Reding (1):
      gpio: max77620: Use correct unit for debounce times

 drivers/gpio/gpio-eic-sprd.c |  7 ++++---
 drivers/gpio/gpio-max77620.c |  6 +++---
 drivers/gpio/gpiolib-of.c    |  2 +-
 drivers/gpio/gpiolib.c       | 27 +++++++++++++++++++--------
 4 files changed, 27 insertions(+), 15 deletions(-)

             reply	other threads:[~2019-10-08  9:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-08  8:59 Linus Walleij [this message]
2019-10-08 18:00 ` [GIT PULL] GPIO fixes for the v5.4 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=CACRpkdYnnZnOko4q+NmLwdKeObT--f8Xgv+e+fBLLXUAWqh7bg@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).