Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751418AbcCJN3g (ORCPT ); Thu, 10 Mar 2016 08:29:36 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:40214 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751530AbcCJN33 (ORCPT ); Thu, 10 Mar 2016 08:29:29 -0500 From: Peter Ujfalusi To: , CC: , , , , Subject: [PATCH v2 0/2] dmaengine: omap-dma: Fix polled completion Date: Thu, 10 Mar 2016 15:28:45 +0200 Message-ID: <1457616527-979-1-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 2.7.2 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 544 Lines: 21 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. Regards, Peter --- Peter Ujfalusi (2): dmaengine: omap-dma: Fix polled channel completion detection and handling dmaengine: omap-dma: Do not suppress interrupts for memcpy drivers/dma/omap-dma.c | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) -- 2.7.2