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: Bartosz Golaszewski <bgolaszewski@baylibre.com>,
	"open list:GPIO SUBSYSTEM" <linux-gpio@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] GPIO fixes for the v5.3 series
Date: Thu, 1 Aug 2019 10:53:48 +0200	[thread overview]
Message-ID: <CACRpkdYN=GzAa6E+krY3+kMq2NgM=U26FQe1SJzGbbsnOO6V9g@mail.gmail.com> (raw)

Hi Linus,

here are some three GPIO fixes for v5.3, all touching
the core, so quite important fixes.

Please pull them in!

Yours,
Linus Walleij


The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d95da993383c78f7efd25957ba3af23af4b1c613:

  gpiolib: Preserve desc->flags when setting state (2019-07-29 00:57:39 +0200)

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

- Fix the request of active low GPIO line events.

- Don't issue WARN() stuff on NULL descriptors if
  the GPIOLIB is disabled.

- Preserve the descriptor flags when setting the
  initial direction on lines.

----------------------------------------------------------------
Bartosz Golaszewski (1):
      gpio: don't WARN() on NULL descs if gpiolib is disabled

Chris Packham (1):
      gpiolib: Preserve desc->flags when setting state

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

Michael Wu (1):
      gpiolib: fix incorrect IRQ requesting of an active-low lineevent

 drivers/gpio/gpiolib.c        | 23 ++++++++++------
 include/linux/gpio/consumer.h | 64 +++++++++++++++++++++----------------------
 2 files changed, 47 insertions(+), 40 deletions(-)

             reply	other threads:[~2019-08-01  8:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-01  8:53 Linus Walleij [this message]
2019-08-01 13:45 ` [GIT PULL] GPIO fixes for the v5.3 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='CACRpkdYN=GzAa6E+krY3+kMq2NgM=U26FQe1SJzGbbsnOO6V9g@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).