Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756011AbYLVScc (ORCPT ); Mon, 22 Dec 2008 13:32:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755832AbYLVSbb (ORCPT ); Mon, 22 Dec 2008 13:31:31 -0500 Received: from mail.gmx.net ([213.165.64.20]:55102 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1755808AbYLVSba (ORCPT ); Mon, 22 Dec 2008 13:31:30 -0500 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX1/LKqVsde/LCrvKw/TsXGRASYXAs144ESfSGSjG+W 4jISRr2bmPRCKA Date: Mon, 22 Dec 2008 19:31:41 +0100 (CET) From: Guennadi Liakhovetski To: linux-kernel@vger.kernel.org cc: linux-fbdev-devel@lists.sourceforge.net, adaplas@gmail.com, Sascha Hauer , linux-arm-kernel@lists.arm.linux.org.uk, Dan Williams Subject: [PATCH 0/4 v5] i.MX31: dmaengine and framebuffer drivers Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Y-GMX-Trusted: 0 X-FuHaFi: 0.59 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1147 Lines: 32 Hi, This is version 5 of dmaengine and framebuffer drivers for i.MX31. Changes since version 4: addressed comments from Sascha Hauer, apart from: the idmac driver still uses two locks - a mutex and a spinlock, the "ugly" construction like "to_ipu(to_idmac(ichan->dma_chan.device));" is still there, still all 144 IRQs are registered. So now the driver is under drivers/dma, also fixed all docbook comments. Changes since version 3: fixed idmac_issue_pending() to not reset the current buffer, fixed return value from idmac_tx_submit(), fixed framebuffer panning. Changes since version 2: now uses a tasklet to clean up completed transaction descriptors, as suggested by Dan Williams. Changes since version 1: rebased on the updated dmaengine framework. Aimed at 2.6.29. Based on linux-next as of commit f0e0e8954d03b414927650a6129ace01d554afdc. Thanks Guennadi --- Guennadi Liakhovetski -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/