From: Sekhar Nori <nsekhar@ti.com>
To: Olof Johansson <olof@lixom.net>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>,
joelf@ti.com, linux@arm.linux.org.uk, vinod.koul@intel.com,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
arm@kernel.org
Subject: Re: [PATCH] ARM: edma: Clean up and simplify the code around irq request
Date: Tue, 20 May 2014 11:53:41 +0530 [thread overview]
Message-ID: <537AF4ED.9070106@ti.com> (raw)
In-Reply-To: <20140520055741.GR18956@quad.lixom.net>
On Tuesday 20 May 2014 11:27 AM, Olof Johansson wrote:
> On Thu, May 15, 2014 at 05:35:01PM +0530, Sekhar Nori wrote:
>> + ARM SoC team
>>
>> On Tuesday 13 May 2014 12:56 PM, Peter Ujfalusi wrote:
>>> Get the two interrupt line number at the same time by merging the two
>>> instance of if(node){}else{} places.
>>> replace the &pdev->dev with the already existing dev which makes it possible
>>> to collapse lines with devm_request_irq()
>>>
>>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
>>
>> Acked-by: Sekhar Nori <nsekhar@ti.com>
>>
>> Arnd, Olof, Kevin,
>>
>> Do you mind applying this directly for v3.16? I do not have anything
>> else queued ATM so not sending a pull request.
>
> I see it was reposted today as part of a larger patch set with some
> question as to what it applies to.
That 13 patch set from Peter does not include this patch. If you have
not applied this directly, I will send everything together as a pull
request.
> Sekhar, if you just have one patch for us to apply, then feel free to
> resend it to use (git send-email --to=arm@kernel.org) and make it clear
> (below the --- separator) that you want us to apply it directly, and
> we'll be happy to do so.
Okay, will do so in future.
Thanks,
Sekhar
WARNING: multiple messages have this Message-ID (diff)
From: nsekhar@ti.com (Sekhar Nori)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: edma: Clean up and simplify the code around irq request
Date: Tue, 20 May 2014 11:53:41 +0530 [thread overview]
Message-ID: <537AF4ED.9070106@ti.com> (raw)
In-Reply-To: <20140520055741.GR18956@quad.lixom.net>
On Tuesday 20 May 2014 11:27 AM, Olof Johansson wrote:
> On Thu, May 15, 2014 at 05:35:01PM +0530, Sekhar Nori wrote:
>> + ARM SoC team
>>
>> On Tuesday 13 May 2014 12:56 PM, Peter Ujfalusi wrote:
>>> Get the two interrupt line number at the same time by merging the two
>>> instance of if(node){}else{} places.
>>> replace the &pdev->dev with the already existing dev which makes it possible
>>> to collapse lines with devm_request_irq()
>>>
>>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
>>
>> Acked-by: Sekhar Nori <nsekhar@ti.com>
>>
>> Arnd, Olof, Kevin,
>>
>> Do you mind applying this directly for v3.16? I do not have anything
>> else queued ATM so not sending a pull request.
>
> I see it was reposted today as part of a larger patch set with some
> question as to what it applies to.
That 13 patch set from Peter does not include this patch. If you have
not applied this directly, I will send everything together as a pull
request.
> Sekhar, if you just have one patch for us to apply, then feel free to
> resend it to use (git send-email --to=arm at kernel.org) and make it clear
> (below the --- separator) that you want us to apply it directly, and
> we'll be happy to do so.
Okay, will do so in future.
Thanks,
Sekhar
WARNING: multiple messages have this Message-ID (diff)
From: Sekhar Nori <nsekhar@ti.com>
To: Olof Johansson <olof@lixom.net>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>, <joelf@ti.com>,
<linux@arm.linux.org.uk>, <vinod.koul@intel.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <linux-omap@vger.kernel.org>,
<arm@kernel.org>
Subject: Re: [PATCH] ARM: edma: Clean up and simplify the code around irq request
Date: Tue, 20 May 2014 11:53:41 +0530 [thread overview]
Message-ID: <537AF4ED.9070106@ti.com> (raw)
In-Reply-To: <20140520055741.GR18956@quad.lixom.net>
On Tuesday 20 May 2014 11:27 AM, Olof Johansson wrote:
> On Thu, May 15, 2014 at 05:35:01PM +0530, Sekhar Nori wrote:
>> + ARM SoC team
>>
>> On Tuesday 13 May 2014 12:56 PM, Peter Ujfalusi wrote:
>>> Get the two interrupt line number at the same time by merging the two
>>> instance of if(node){}else{} places.
>>> replace the &pdev->dev with the already existing dev which makes it possible
>>> to collapse lines with devm_request_irq()
>>>
>>> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
>>
>> Acked-by: Sekhar Nori <nsekhar@ti.com>
>>
>> Arnd, Olof, Kevin,
>>
>> Do you mind applying this directly for v3.16? I do not have anything
>> else queued ATM so not sending a pull request.
>
> I see it was reposted today as part of a larger patch set with some
> question as to what it applies to.
That 13 patch set from Peter does not include this patch. If you have
not applied this directly, I will send everything together as a pull
request.
> Sekhar, if you just have one patch for us to apply, then feel free to
> resend it to use (git send-email --to=arm@kernel.org) and make it clear
> (below the --- separator) that you want us to apply it directly, and
> we'll be happy to do so.
Okay, will do so in future.
Thanks,
Sekhar
next prev parent reply other threads:[~2014-05-20 6:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-13 7:26 [PATCH] ARM: edma: Clean up and simplify the code around irq request Peter Ujfalusi
2014-05-13 7:26 ` Peter Ujfalusi
2014-05-13 7:26 ` Peter Ujfalusi
2014-05-15 12:05 ` Sekhar Nori
2014-05-15 12:05 ` Sekhar Nori
2014-05-15 12:05 ` Sekhar Nori
2014-05-20 5:57 ` Olof Johansson
2014-05-20 5:57 ` Olof Johansson
2014-05-20 6:23 ` Sekhar Nori [this message]
2014-05-20 6:23 ` Sekhar Nori
2014-05-20 6:23 ` Sekhar Nori
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=537AF4ED.9070106@ti.com \
--to=nsekhar@ti.com \
--cc=arm@kernel.org \
--cc=joelf@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=olof@lixom.net \
--cc=peter.ujfalusi@ti.com \
--cc=vinod.koul@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.