From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752028AbdECLJ6 (ORCPT ); Wed, 3 May 2017 07:09:58 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:64847 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751061AbdECLJu (ORCPT ); Wed, 3 May 2017 07:09:50 -0400 Subject: Re: [RESEND v2 PATCH] v4l: omap_vout: vrfb: Convert to dmaengine To: References: <20170503110851.8335-1-peter.ujfalusi@ti.com> CC: , , , , , , From: Peter Ujfalusi Message-ID: Date: Wed, 3 May 2017 14:09:41 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170503110851.8335-1-peter.ujfalusi@ti.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2017-05-03 14:08, Peter Ujfalusi wrote: > The dmaengine driver for sDMA now have support for interleaved transfer. > This trasnfer type was open coded with the legacy omap-dma API, but now > we can move it to dmaengine. > > Signed-off-by: Peter Ujfalusi > --- > Hi, > > changes since RESEND (27.10.2016): > - rebased on next-20170503 > > I can not test it on real HW (still), but I have validated [1] that the change > is correct and should not cause any regression. > > Laurent: can you verify the patch on a real hardware? [1] https://github.com/omap-audio/linux-audio/blob/peter/linux-next-wip/drivers/misc/ovv_dmaengine.c > > Regards, > Peter > > drivers/media/platform/omap/omap_vout_vrfb.c | 133 ++++++++++++++++----------- > drivers/media/platform/omap/omap_voutdef.h | 6 +- > 2 files changed, 83 insertions(+), 56 deletions(-) > > diff --git a/drivers/media/platform/omap/omap_vout_vrfb.c b/drivers/media/platform/omap/omap_vout_vrfb.c > index 92c4e1826356..45a553d4f5b2 100644 > --- a/drivers/media/platform/omap/omap_vout_vrfb.c > +++ b/drivers/media/platform/omap/omap_vout_vrfb.c > @@ -16,7 +16,6 @@ > #include > #include > > -#include > #include