Re: [PATCH] ARM: edma: Clean up and simplify the code around irq request

2014-05-19 Thread Sekhar Nori
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){}el

Re: [PATCH] ARM: edma: Clean up and simplify the code around irq request

2014-05-19 Thread Olof Johansson
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 ex

Re: [PATCH] ARM: edma: Clean up and simplify the code around irq request

2014-05-15 Thread Sekhar Nori
+ 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_

[PATCH] ARM: edma: Clean up and simplify the code around irq request

2014-05-13 Thread Peter Ujfalusi
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 --- arch/arm/common/edma.c | 26