From: Grygorii Strashko <grygorii.strashko@ti.com>
To: Samuel Ortiz <sameo@linux.intel.com>
Cc: Graeme Gregory <gg@slimlogic.co.uk>,
Lee Jones <lee.jones@linaro.org>,
Kevin Hilman <khilman@linaro.org>,
linux-omap@vger.kernel.org,
Ruslan Bilovol <ruslan.bilovol@ti.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 0/5] mfd: twl6030-irq: rework and add twl6032 support
Date: Tue, 20 Aug 2013 19:39:16 +0300 [thread overview]
Message-ID: <52139BB4.9000604@ti.com> (raw)
In-Reply-To: <20130820081824.GA7994@zurbaran>
On 08/20/2013 11:18 AM, Samuel Ortiz wrote:
> On Tue, Aug 20, 2013 at 08:13:54AM +0100, Graeme Gregory wrote:
>> On 20/08/13 02:01, Samuel Ortiz wrote:
>>> Hi Grygorii,
>>>
>>> On Thu, Jul 25, 2013 at 04:15:46PM +0300, Grygorii Strashko wrote:
>>>> This patch series intorduces twl6030-irq module rework to use Threaded IRQ and
>>>> linear irq_domain, and adds support for PMIC TWL6032 IRQs.
>>>>
>>>> After this patch series TWL6030/6032 IRQs will be supported only for DT boot mode.
>>>>
>>>> Changes since v1:
>>>> - Added new patch "mfd: twl6030-irq: create struct twl6030_irq"
>>>> which introduces "struct twl6030_irq" to store all local variables inside it.
>>>> - Patch "mfd: twl6030-irq: migrate to IRQ threaded handler":
>>>> Minor comments applied; fixed twl6030_exit_irq();
>>>> The Parent IRQ has been set for each nested IRQ.
>>>> - Patch "mfd: twl6030-irq: convert to use linear irq_domain":
>>>> The irq_find_mapping() is used in twl6030_mmc_card_detect_config()
>>>> to get virtual IRQ number.
>>> This looks good to me. Kevin, Graeme, any further comments/ACKs ?
>>>
>>> Cheers,
>>> Samuel.
>>>
>> Yes, it looked good to me as well.
>>
>> Acked-by: Graeme Gregory <gg@slimlogic.co.uk>
> Thanks. All 5 patches applied to mfd-next.
>
> Cheers,
> Samuel.
>
Thanks.
Regards,
-grygorii
WARNING: multiple messages have this Message-ID (diff)
From: Grygorii Strashko <grygorii.strashko@ti.com>
To: Samuel Ortiz <sameo@linux.intel.com>
Cc: Graeme Gregory <gg@slimlogic.co.uk>,
Lee Jones <lee.jones@linaro.org>,
Kevin Hilman <khilman@linaro.org>, <linux-omap@vger.kernel.org>,
Ruslan Bilovol <ruslan.bilovol@ti.com>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 0/5] mfd: twl6030-irq: rework and add twl6032 support
Date: Tue, 20 Aug 2013 19:39:16 +0300 [thread overview]
Message-ID: <52139BB4.9000604@ti.com> (raw)
In-Reply-To: <20130820081824.GA7994@zurbaran>
On 08/20/2013 11:18 AM, Samuel Ortiz wrote:
> On Tue, Aug 20, 2013 at 08:13:54AM +0100, Graeme Gregory wrote:
>> On 20/08/13 02:01, Samuel Ortiz wrote:
>>> Hi Grygorii,
>>>
>>> On Thu, Jul 25, 2013 at 04:15:46PM +0300, Grygorii Strashko wrote:
>>>> This patch series intorduces twl6030-irq module rework to use Threaded IRQ and
>>>> linear irq_domain, and adds support for PMIC TWL6032 IRQs.
>>>>
>>>> After this patch series TWL6030/6032 IRQs will be supported only for DT boot mode.
>>>>
>>>> Changes since v1:
>>>> - Added new patch "mfd: twl6030-irq: create struct twl6030_irq"
>>>> which introduces "struct twl6030_irq" to store all local variables inside it.
>>>> - Patch "mfd: twl6030-irq: migrate to IRQ threaded handler":
>>>> Minor comments applied; fixed twl6030_exit_irq();
>>>> The Parent IRQ has been set for each nested IRQ.
>>>> - Patch "mfd: twl6030-irq: convert to use linear irq_domain":
>>>> The irq_find_mapping() is used in twl6030_mmc_card_detect_config()
>>>> to get virtual IRQ number.
>>> This looks good to me. Kevin, Graeme, any further comments/ACKs ?
>>>
>>> Cheers,
>>> Samuel.
>>>
>> Yes, it looked good to me as well.
>>
>> Acked-by: Graeme Gregory <gg@slimlogic.co.uk>
> Thanks. All 5 patches applied to mfd-next.
>
> Cheers,
> Samuel.
>
Thanks.
Regards,
-grygorii
next prev parent reply other threads:[~2013-08-20 16:39 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-25 13:15 [PATCH v2 0/5] mfd: twl6030-irq: rework and add twl6032 support Grygorii Strashko
2013-07-25 13:15 ` Grygorii Strashko
2013-07-25 13:15 ` [PATCH v2 1/5] mfd: twl6030-irq: migrate to IRQ threaded handler Grygorii Strashko
2013-07-25 13:15 ` Grygorii Strashko
2013-07-25 13:15 ` [PATCH v2 2/5] mfd: twl6030-irq: add error check when IRQs are masked initially Grygorii Strashko
2013-07-25 13:15 ` Grygorii Strashko
2013-07-25 13:15 ` [PATCH v2 3/5] mfd: twl6030-irq: convert to use linear irq_domain Grygorii Strashko
2013-07-25 13:15 ` Grygorii Strashko
2013-07-25 13:15 ` [PATCH v2 4/5] mfd: twl6030-irq: create struct twl6030_irq Grygorii Strashko
2013-07-25 13:15 ` Grygorii Strashko
2013-07-25 13:15 ` [PATCH v2 5/5] mfd: twl6030-irq: Add interrupt mapping table for the twl6032 Grygorii Strashko
2013-07-25 13:15 ` Grygorii Strashko
2013-08-20 1:01 ` [PATCH v2 0/5] mfd: twl6030-irq: rework and add twl6032 support Samuel Ortiz
2013-08-20 7:13 ` Graeme Gregory
2013-08-20 8:18 ` Samuel Ortiz
2013-08-20 16:39 ` Grygorii Strashko [this message]
2013-08-20 16:39 ` Grygorii Strashko
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=52139BB4.9000604@ti.com \
--to=grygorii.strashko@ti.com \
--cc=gg@slimlogic.co.uk \
--cc=khilman@linaro.org \
--cc=lee.jones@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=ruslan.bilovol@ti.com \
--cc=sameo@linux.intel.com \
/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.