From: Kevin Hilman <khilman@ti.com>
To: Benoit Cousson <b-cousson@ti.com>
Cc: grant.likely@secretlab.ca, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/6] gpio/omap: Cleanup and adaptation to Device Tree
Date: Mon, 27 Feb 2012 17:22:59 -0800 [thread overview]
Message-ID: <87linnrbt8.fsf@ti.com> (raw)
In-Reply-To: <1330122091-28113-1-git-send-email-b-cousson@ti.com> (Benoit Cousson's message of "Fri, 24 Feb 2012 23:21:25 +0100")
Benoit Cousson <b-cousson@ti.com> writes:
> Hi Grant,
>
> Here are a couple of GPIO cleanup + the DT adaptation patches.
> This update (compared to v1 [1]) is adding an extra fix for SPARSE_IRQ support
> and add the second cell in the binding for GPIO IRQ type that was missing
> previously whereas the driver does support it.
For the OMAP GPIO changes,
Reviewed-by: Kevin Hilman <khilman@ti.com>
However, I had some problems trying to merge this to test it.
I'm also curious how/who we should merge this. Since it depends on
stuff that Grant is queueing (or has queued), I suppose it should go
through his tree.
> This series is based on 3.3-rc4 + for_3.4/dt_base branch to get
> the needed cleanup and fixes for OMAP.
>
> The interrupt controller support is using irq_domain_add_legacy for
> the moment and will be updated next to use irqchip irq_domain.
It appears your current dt_gpio branch is based on some older version of
your dt_irq_domain branch than the one you just submitted for a pull request.
> It requires the irq_domain generalization and refinement series
> available at:
> git://git.secretlab.ca/git/linux-2.6 irqdomain/next
>
> It requires as well Tarun's GPIO cleanup series available at:
> git://gitorious.org/~tarunkanti/omap-sw-develoment/tarunkantis-linux-omap-dev for_3.4/gpio_cleanup_fixes_v9
Rather than Tarun's branch, can you use Grant's GPIO branch, which has
the final version he pulled from my for_3.4/gpio/runtime-pm-cleanup
branch. Tarun's branch causes some merge conflicts with what Grant has
already merged.
Kevin
> This series is available here for reference:
> git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.4/dt_gpio
WARNING: multiple messages have this Message-ID (diff)
From: khilman@ti.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/6] gpio/omap: Cleanup and adaptation to Device Tree
Date: Mon, 27 Feb 2012 17:22:59 -0800 [thread overview]
Message-ID: <87linnrbt8.fsf@ti.com> (raw)
In-Reply-To: <1330122091-28113-1-git-send-email-b-cousson@ti.com> (Benoit Cousson's message of "Fri, 24 Feb 2012 23:21:25 +0100")
Benoit Cousson <b-cousson@ti.com> writes:
> Hi Grant,
>
> Here are a couple of GPIO cleanup + the DT adaptation patches.
> This update (compared to v1 [1]) is adding an extra fix for SPARSE_IRQ support
> and add the second cell in the binding for GPIO IRQ type that was missing
> previously whereas the driver does support it.
For the OMAP GPIO changes,
Reviewed-by: Kevin Hilman <khilman@ti.com>
However, I had some problems trying to merge this to test it.
I'm also curious how/who we should merge this. Since it depends on
stuff that Grant is queueing (or has queued), I suppose it should go
through his tree.
> This series is based on 3.3-rc4 + for_3.4/dt_base branch to get
> the needed cleanup and fixes for OMAP.
>
> The interrupt controller support is using irq_domain_add_legacy for
> the moment and will be updated next to use irqchip irq_domain.
It appears your current dt_gpio branch is based on some older version of
your dt_irq_domain branch than the one you just submitted for a pull request.
> It requires the irq_domain generalization and refinement series
> available at:
> git://git.secretlab.ca/git/linux-2.6 irqdomain/next
>
> It requires as well Tarun's GPIO cleanup series available at:
> git://gitorious.org/~tarunkanti/omap-sw-develoment/tarunkantis-linux-omap-dev for_3.4/gpio_cleanup_fixes_v9
Rather than Tarun's branch, can you use Grant's GPIO branch, which has
the final version he pulled from my for_3.4/gpio/runtime-pm-cleanup
branch. Tarun's branch causes some merge conflicts with what Grant has
already merged.
Kevin
> This series is available here for reference:
> git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.4/dt_gpio
next prev parent reply other threads:[~2012-02-28 1:23 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-24 22:21 [PATCH v2 0/6] gpio/omap: Cleanup and adaptation to Device Tree Benoit Cousson
2012-02-24 22:21 ` Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 1/6] gpio/omap: Remove bank->id information and misc cleanup Benoit Cousson
2012-02-24 22:21 ` Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 2/6] gpio/omap: Use devm_ API and add request_mem_region Benoit Cousson
2012-02-24 22:21 ` Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 3/6] gpio/omap: Add DT support to GPIO driver Benoit Cousson
2012-02-24 22:21 ` Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 4/6] gpio/omap: Fix IRQ handling for SPARSE_IRQ Benoit Cousson
2012-02-24 22:21 ` Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 5/6] arm/dts: OMAP4: Add gpio nodes Benoit Cousson
2012-02-24 22:21 ` Benoit Cousson
2012-02-24 22:21 ` [PATCH v2 6/6] arm/dts: OMAP3: " Benoit Cousson
2012-02-24 22:21 ` Benoit Cousson
2012-02-28 1:22 ` Kevin Hilman [this message]
2012-02-28 1:22 ` [PATCH v2 0/6] gpio/omap: Cleanup and adaptation to Device Tree Kevin Hilman
2012-02-28 10:02 ` Cousson, Benoit
2012-02-28 10:02 ` Cousson, Benoit
2012-03-05 22:33 ` Cousson, Benoit
2012-03-05 22:33 ` Cousson, Benoit
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=87linnrbt8.fsf@ti.com \
--to=khilman@ti.com \
--cc=b-cousson@ti.com \
--cc=grant.likely@secretlab.ca \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.