From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH RFC] spi: spi-davinci: Fix DMA API usage in davinci Date: Sat, 24 Mar 2012 16:59:11 +0000 Message-ID: <20120324165911.E850A3E09CC@localhost> References: <1332240009-2011-1-git-send-email-shubhrajyoti@ti.com> <20120320162335.65ACD3E2834@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: "spi-devel-general-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org" , "davinci-linux-open-source-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org" , "Datta, Shubhrajyoti" To: Shubhrajyoti Datta , "Nori, Sekhar" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: Errors-To: davinci-linux-open-source-bounces-VycZQUHpC/PFrsHnngEfi1aTQe2KTcn/@public.gmane.org List-Id: linux-spi.vger.kernel.org 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 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? > > > > Akshay from TI tested this on DA850 EVM. He doesn't have > > this e-mail so posting the tested-by on his behalf: > > > > Tested-by: Shankarmurthy, Akshay < akshay.s-l0cyMroinI0@public.gmane.org> > > Thanks Akshay, Applied, thanks. g.