From: javier@dowhile0.org (Javier Martinez Canillas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] pinctrl: sirf: switch to one gpiolib and gpiolib_irqchip helpers
Date: Wed, 16 Apr 2014 11:54:35 +0200 [thread overview]
Message-ID: <CABxcv=khupV0gpnCUOPeRON_v2wcRCNkL2Ao1B5dOB9-OB0wyQ@mail.gmail.com> (raw)
In-Reply-To: <1397544229-20545-1-git-send-email-21cnbao@gmail.com>
Hello Barry,
On Tue, Apr 15, 2014 at 8:43 AM, Barry Song <21cnbao@gmail.com> wrote:
> From: Barry Song <Baohua.Song@csr.com>
>
> This patchset depends on Linus Walleij's "pinctrl: sirf: rename inlined accessor".
> and "pinctrl: sirf: switch driver to use gpiolib irqchip helpers" is rebased
> from Linus Walleij's patch too.
>
> Barry Song (3):
> pinctrl: sirf: wrap all gpio banks into one gpio_chip
> gpio: make handler_data configurable while using gpiolib_irqchip
> pinctrl: sirf: move to use irq_get_handler_data
> Linus Walleij (1):
> pinctrl: sirf: switch driver to use gpiolib irqchip helpers
>
> drivers/gpio/gpiolib.c | 10 +-
> drivers/pinctrl/Kconfig | 1 +
> drivers/pinctrl/sirf/pinctrl-sirf.c | 264 ++++++++++++-----------------------
> include/linux/gpio/driver.h | 2 +-
> 4 files changed, 97 insertions(+), 180 deletions(-)
>
> --
> 1.7.5.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Maybe you can first do the parameter change to
gpiochip_set_chained_irqchip() and then just convert to gpiolib
irqchip passing the struct sirfsoc_gpio_bank pointer instead of a
struct gpio_chip. I think there is no need to split PATCH 2 and PATCH
4 but it is up to you.
The series looks good to me:
Reviewed-by: Javier Martinez Canillas <javier@dowhile0.org>
next prev parent reply other threads:[~2014-04-16 9:54 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-15 6:43 [PATCH 0/4] pinctrl: sirf: switch to one gpiolib and gpiolib_irqchip helpers Barry Song
2014-04-15 6:43 ` [PATCH 1/4] pinctrl: sirf: wrap all gpio banks into one gpio_chip Barry Song
2014-04-22 18:27 ` Linus Walleij
2014-04-23 20:03 ` Linus Walleij
2014-04-15 6:43 ` [PATCH 2/4] pinctrl: sirf: switch driver to use gpiolib irqchip helpers Barry Song
2014-04-23 20:04 ` Linus Walleij
2014-04-15 6:43 ` [PATCH 3/4] gpio: make handler_data configurable while using gpiolib_irqchip Barry Song
2014-04-23 20:13 ` Linus Walleij
2014-04-23 22:55 ` Barry Song
2014-04-23 23:09 ` Linus Walleij
2014-04-23 23:23 ` Barry Song
2014-04-24 13:06 ` Linus Walleij
2014-04-24 15:43 ` Barry Song
2014-04-15 6:43 ` [PATCH 4/4] pinctrl: sirf: move to use irq_get_handler_data Barry Song
2014-04-23 20:17 ` Linus Walleij
2014-04-23 22:59 ` Barry Song
2014-04-24 12:59 ` Linus Walleij
2014-04-24 15:45 ` Barry Song
2014-04-16 9:54 ` Javier Martinez Canillas [this message]
2014-04-16 10:05 ` [PATCH 0/4] pinctrl: sirf: switch to one gpiolib and gpiolib_irqchip helpers Barry Song
2014-04-16 10:20 ` Javier Martinez Canillas
2014-04-22 21:47 ` Linus Walleij
2014-04-23 12:09 ` Barry Song
2014-04-23 20:02 ` 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='CABxcv=khupV0gpnCUOPeRON_v2wcRCNkL2Ao1B5dOB9-OB0wyQ@mail.gmail.com' \
--to=javier@dowhile0.org \
--cc=linux-arm-kernel@lists.infradead.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).