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 <brgl@bgdev.pl>,
	Hans de Goede <hdegoede@redhat.com>
Subject: [GIT PULL] GPIO fixes for v4.20
Date: Fri, 21 Dec 2018 09:59:10 +0100	[thread overview]
Message-ID: <CACRpkdYn7hPt5Etb5oeD-pTW6ME4QAwnTZEXu8siGNxi-OgQew@mail.gmail.com> (raw)

Hi Linus,

this is the hopefully last round of GPIO fixes.

The ACPI patch is pretty important for some laptop users, the
rest is driver-specific for embedded (mostly ARM) systems.

I took out one ACPI patch that wasn't critical enough because I
couldn't justify sending it at this point, and that is why the commit
date is today, but the patches have been in linux-next.

Sorry for not sending some of them earlier :(

Notice that we have a co-maintainer for GPIO now, Bartosz
Golaszewski, and he might jump in and make some pull requests
at times when I am off.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:

  Linux 4.20-rc4 (2018-11-25 14:19:31 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c8da642d41a6811c21177c9994aa7dc35be67d46:

  gpio: mvebu: only fail on missing clk if pwm is actually to be used
(2018-12-21 09:23:46 +0100)

----------------------------------------------------------------
GPIO fixes for v4.20:
- ACPI IRQ request deferral
- OMAP: revert deferred wakeup quirk
- MAX7301: fix DMA safe memory handling
- MVEBU: selective probe failure on missing clk

----------------------------------------------------------------
Christophe Leroy (1):
      gpio: max7301: fix driver for use with CONFIG_VMAP_STACK

Hans de Goede (1):
      gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers

Tony Lindgren (1):
      gpio: gpio-omap: Revert deferred wakeup quirk handling for regressions

Uwe Kleine-König (1):
      gpio: mvebu: only fail on missing clk if pwm is actually to be used

 drivers/gpio/gpio-max7301.c |  12 +---
 drivers/gpio/gpio-mvebu.c   |   6 +-
 drivers/gpio/gpio-omap.c    |  64 ++------------------
 drivers/gpio/gpiolib-acpi.c | 144 ++++++++++++++++++++++++++------------------
 4 files changed, 95 insertions(+), 131 deletions(-)

             reply	other threads:[~2018-12-21  8:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-21  8:59 Linus Walleij [this message]
2018-12-21 19:30 ` [GIT PULL] GPIO fixes for v4.20 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=CACRpkdYn7hPt5Etb5oeD-pTW6ME4QAwnTZEXu8siGNxi-OgQew@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=brgl@bgdev.pl \
    --cc=hdegoede@redhat.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).