Re: [PATCH RFC] spi: spi-davinci: Fix DMA API usage in davinci

2012-03-24 Thread Grant Likely
On Thu, 22 Mar 2012 21:31:03 +0530, Shubhrajyoti Datta wrote: > Hi Sekhar, > > On Thu, Mar 22, 2012 at 8:08 PM, Nori, Sekhar wrote: > > Hi Grant, > > > > On Tue, Mar 20, 2012 at 21:53:34, Grant Likely wrote: > >> On Tue, 20 Mar 2012 16:10:09 +0530, Shubhrajyoti D > >> wrote: > >> > The driver

Re: [PATCH RFC] spi: spi-davinci: Fix DMA API usage in davinci

2012-03-22 Thread Shubhrajyoti Datta
Hi Sekhar, On Thu, Mar 22, 2012 at 8:08 PM, Nori, Sekhar wrote: > Hi Grant, > > On Tue, Mar 20, 2012 at 21:53:34, Grant Likely wrote: >> On Tue, 20 Mar 2012 16:10:09 +0530, Shubhrajyoti D >> wrote: >> > The driver uses NULL for dma_unmap_single instead of >> > the struct device that the API exp

RE: [PATCH RFC] spi: spi-davinci: Fix DMA API usage in davinci

2012-03-22 Thread Nori, Sekhar
Hi Grant, On Tue, Mar 20, 2012 at 21:53:34, Grant Likely wrote: > On Tue, 20 Mar 2012 16:10:09 +0530, Shubhrajyoti D > wrote: > > The driver uses NULL for dma_unmap_single instead of > > the struct device that the API expects. > > > > Signed-off-by: Shubhrajyoti D > > --- > > I do not have the

Re: [PATCH RFC] spi: spi-davinci: Fix DMA API usage in davinci

2012-03-20 Thread Grant Likely
On Tue, 20 Mar 2012 16:10:09 +0530, Shubhrajyoti D wrote: > The driver uses NULL for dma_unmap_single instead of > the struct device that the API expects. > > Signed-off-by: Shubhrajyoti D > --- > I do not have the board ,untested. Can someone with this hardware please test? g. > > drivers/

[PATCH RFC] spi: spi-davinci: Fix DMA API usage in davinci

2012-03-20 Thread Shubhrajyoti D
The driver uses NULL for dma_unmap_single instead of the struct device that the API expects. Signed-off-by: Shubhrajyoti D --- I do not have the board ,untested. drivers/spi/spi-davinci.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/spi/spi-davinci.c b/d