Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758638AbcDEOvi (ORCPT ); Tue, 5 Apr 2016 10:51:38 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:47068 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752992AbcDEOvg (ORCPT ); Tue, 5 Apr 2016 10:51:36 -0400 Subject: Re: [PATCH v2 0/2] dmaengine: omap-dma: Fix polled completion To: Vinod Koul References: <1457616527-979-1-git-send-email-peter.ujfalusi@ti.com> <20160404131822.GA19738@vkoul-mobl.iind.intel.com> CC: , , , , , From: Peter Ujfalusi Message-ID: <5703D0C8.80509@ti.com> Date: Tue, 5 Apr 2016 17:50:48 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <20160404131822.GA19738@vkoul-mobl.iind.intel.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 526 Lines: 24 Hi Vinod, On 04/04/16 16:18, Vinod Koul wrote: > On Thu, Mar 10, 2016 at 03:28:45PM +0200, Peter Ujfalusi wrote: >> Hi, >> >> Based on the discussion on the first version: >> https://lkml.org/lkml/2016/2/25/167 >> >> I have fixed the omap_dma_tx_status() - first patch and added the second patch >> to not disable the interrupts for memcpy so multiple transfers can be queued. > > Hi Peter, > > These do not apply for me. Can you please check. I have resent as v3. > FWIW my fixes is on -rc1 tested with -rc1 -- P?ter