linux-gpio.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-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Alexandre Courbot <gnurou@gmail.com>
Subject: [GIT PULL] GPIO fixes for the v4.4 series
Date: Wed, 2 Dec 2015 15:13:53 +0100	[thread overview]
Message-ID: <CACRpkdaF_PJR4H9A2nK3mBA4TkdhLGDQPFCS2hedFrhG60FxNw@mail.gmail.com> (raw)

Hi Linus,

here is a slew of GPIO fixes for the v4.4 series. I should have sent
some of them earlier but well. Some more details in the signed tag.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

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

for you to fetch changes up to 000255b7dfc3119c13f388f179d6fc19cd00eada:

  gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacks
(2015-11-30 13:50:21 +0100)

----------------------------------------------------------------
Some GPIO fixes for the v4.4 series:

- Fix a bunch of possible NULL references found by Coccinelle
  jockeys.
- Stop creating Tegra's debugfs on everything and it's dog.
  This is an ARM multiplatform kernel issue.
- Fix an oops in gpiolib for NULL names on named GPIOs.
- Fix a complex OMAP1 bug in the OMAP driver.

----------------------------------------------------------------
Grygorii Strashko (1):
      gpio: omap: drop omap1 mpuio specific irq_mask/unmask callbacks

LABBE Corentin (3):
      gpio: 74xx: fix a possible NULL dereference
      gpio: syscon: fix a possible NULL dereference
      gpio: palmas: fix a possible NULL dereference

Suzuki K. Poulose (1):
      gpio-tegra: Do not create the debugfs entry by default

Vladimir Zapolskiy (1):
      gpiolib: fix oops, if gpio name is NULL

 drivers/gpio/gpio-74xx-mmio.c |   7 ++-
 drivers/gpio/gpio-omap.c      |   2 -
 drivers/gpio/gpio-palmas.c    |   2 +
 drivers/gpio/gpio-syscon.c    |   6 ++-
 drivers/gpio/gpio-tegra.c     | 105 ++++++++++++++++++++++--------------------
 drivers/gpio/gpiolib.c        |   2 +-
 6 files changed, 69 insertions(+), 55 deletions(-)

                 reply	other threads:[~2015-12-02 14:13 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=CACRpkdaF_PJR4H9A2nK3mBA4TkdhLGDQPFCS2hedFrhG60FxNw@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=gnurou@gmail.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).