Re: [PATCH] dma: cppi41: Switch to using managed resource in probe

2014-09-23 Thread Kiran Padwal
On Tuesday 23 September 2014 09:10 PM, Vinod Koul wrote: > On Tue, Sep 23, 2014 at 06:20:46PM +0530, Kiran Padwal wrote: >> This change uses managed resource APIs to allocate resources such as, >> mem, irq in order to simplify the driver unload or failure cases. >> >> Signed-off-by: Kiran Padwal

Re: [PATCH] dma: cppi41: Switch to using managed resource in probe

2014-09-23 Thread Vinod Koul
On Tue, Sep 23, 2014 at 06:20:46PM +0530, Kiran Padwal wrote: > This change uses managed resource APIs to allocate resources such as, > mem, irq in order to simplify the driver unload or failure cases. > > Signed-off-by: Kiran Padwal > --- > drivers/dma/cppi41.c | 15 --- > 1 file

[PATCH] dma: cppi41: Switch to using managed resource in probe

2014-09-23 Thread Kiran Padwal
This change uses managed resource APIs to allocate resources such as, mem, irq in order to simplify the driver unload or failure cases. Signed-off-by: Kiran Padwal --- drivers/dma/cppi41.c | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git

[PATCH] dma: cppi41: Switch to using managed resource in probe

2014-09-23 Thread Kiran Padwal
This change uses managed resource APIs to allocate resources such as, mem, irq in order to simplify the driver unload or failure cases. Signed-off-by: Kiran Padwal kiran.pad...@smartplayin.com --- drivers/dma/cppi41.c | 15 --- 1 file changed, 4 insertions(+), 11 deletions(-) diff

Re: [PATCH] dma: cppi41: Switch to using managed resource in probe

2014-09-23 Thread Vinod Koul
On Tue, Sep 23, 2014 at 06:20:46PM +0530, Kiran Padwal wrote: This change uses managed resource APIs to allocate resources such as, mem, irq in order to simplify the driver unload or failure cases. Signed-off-by: Kiran Padwal kiran.pad...@smartplayin.com --- drivers/dma/cppi41.c | 15

Re: [PATCH] dma: cppi41: Switch to using managed resource in probe

2014-09-23 Thread Kiran Padwal
On Tuesday 23 September 2014 09:10 PM, Vinod Koul wrote: On Tue, Sep 23, 2014 at 06:20:46PM +0530, Kiran Padwal wrote: This change uses managed resource APIs to allocate resources such as, mem, irq in order to simplify the driver unload or failure cases. Signed-off-by: Kiran Padwal