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>
Subject: [GIT PULL] GPIO fixes for v4.17 take one
Date: Tue, 8 May 2018 14:36:51 +0200	[thread overview]
Message-ID: <CACRpkdY27sJ_kFg95ORKXBLrpzv3Yo-oc+c4tULJXvC-YP18mg@mail.gmail.com> (raw)

Hi Linus,

sorry for lagging behind on sending the first batch of GPIO fixes for
this cycle. Just too busy conferencing and the weather was too nice.

Here it is anyway: some real important polishing on the error path
facing userspace (tagged for stable as well) and some normal
driver fixes.

Please pull it in!

Yours,
Linus Walleij


The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-v4.17-2

for you to fetch changes up to e026646c178d8292de563fbecc247bada059c282:

  gpio: pcie-idio-24: Fix off-by-one error in get_multiple loop
(2018-04-30 10:48:08 +0200)

----------------------------------------------------------------
GPIO fixes for v4.17:

- Fix proper IRQ unmasking in the Aspeed driver.

- Do not free unrequested descriptors on the errorpath when
  creating line handles from the userspace chardev
  requested GPIO lines.

- Also fix the errorpath in the linehandle creation function.

- Fix the get/set multiple GPIO lines for a few of the
  funky industrial GPIO cards on the ISA bus.

----------------------------------------------------------------
Govert Overgaauw (1):
      gpio: fix aspeed_gpio unmask irq

Timur Tabi (1):
      gpioib: do not free unrequested descriptors

Uwe Kleine-König (1):
      gpio: fix error path in lineevent_create

William Breathitt Gray (3):
      gpio: pci-idio-16: Fix port memory offset for get_multiple callback
      gpio: pcie-idio-24: Fix port memory offset for
get_multiple/set_multiple callbacks
      gpio: pcie-idio-24: Fix off-by-one error in get_multiple loop

 drivers/gpio/gpio-aspeed.c       |  2 +-
 drivers/gpio/gpio-pci-idio-16.c  |  8 ++++----
 drivers/gpio/gpio-pcie-idio-24.c | 22 +++++++++++-----------
 drivers/gpio/gpiolib.c           |  7 ++++---
 4 files changed, 20 insertions(+), 19 deletions(-)

                 reply	other threads:[~2018-05-08 12:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CACRpkdY27sJ_kFg95ORKXBLrpzv3Yo-oc+c4tULJXvC-YP18mg@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --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).