linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	Bartosz Golaszewski <brgl@bgdev.pl>
Subject: [PATCH 0/6] gpio: use devres for irq generic chip
Date: Wed,  2 Aug 2017 09:51:20 +0200	[thread overview]
Message-ID: <20170802075126.17637-1-brgl@bgdev.pl> (raw)

We now provide resource managed versions of irq_alloc_generic_chip()
and irq_setup_generic_chip(). Use them in all relevant gpio drivers.

Bartosz Golaszewski (6):
  gpio: sta2x11: use devres for irq generic chip
  gpio: ml-ioh: use devres for irq generic chip
  gpio: pch: use devres for irq generic chip
  gpio: mxc: use devres for irq generic chip
  gpio: mxs: use devres for irq generic chip
  gpio: sodaville: use devres for irq generic chip

 drivers/gpio/gpio-ml-ioh.c    | 12 +++++++-----
 drivers/gpio/gpio-mxc.c       | 15 ++++++++++-----
 drivers/gpio/gpio-mxs.c       | 14 +++++++++-----
 drivers/gpio/gpio-pch.c       | 12 +++++++-----
 drivers/gpio/gpio-sodaville.c | 15 ++++++++++-----
 drivers/gpio/gpio-sta2x11.c   | 13 +++++++++----
 6 files changed, 52 insertions(+), 29 deletions(-)

-- 
2.13.2

             reply	other threads:[~2017-08-02  7:51 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-02  7:51 Bartosz Golaszewski [this message]
2017-08-02  7:51 ` [PATCH 1/6] gpio: sta2x11: use devres for irq generic chip Bartosz Golaszewski
2017-08-02 11:38   ` Linus Walleij
2017-08-02  7:51 ` [PATCH 2/6] gpio: ml-ioh: " Bartosz Golaszewski
2017-08-02 11:39   ` Linus Walleij
2017-08-02  7:51 ` [PATCH 3/6] gpio: pch: " Bartosz Golaszewski
2017-08-02 11:39   ` Linus Walleij
2017-08-02  7:51 ` [PATCH 4/6] gpio: mxc: " Bartosz Golaszewski
2017-08-02  8:09   ` Alexander Stein
2017-08-02  8:26     ` Bartosz Golaszewski
2017-08-02  8:32     ` Andy Shevchenko
2017-08-02 11:41       ` Linus Walleij
2017-08-02 11:54         ` Bartosz Golaszewski
2017-08-02  7:51 ` [PATCH 5/6] gpio: mxs: " Bartosz Golaszewski
2017-08-02  7:51 ` [PATCH 6/6] gpio: sodaville: " Bartosz Golaszewski
2017-08-20 21:56 ` [PATCH 0/6] gpio: " Linus Walleij

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=20170802075126.17637-1-brgl@bgdev.pl \
    --to=brgl@bgdev.pl \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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).