Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756403Ab1CMUUn (ORCPT ); Sun, 13 Mar 2011 16:20:43 -0400 Received: from mail-qw0-f46.google.com ([209.85.216.46]:44020 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755434Ab1CMUUm convert rfc822-to-8bit (ORCPT ); Sun, 13 Mar 2011 16:20:42 -0400 MIME-Version: 1.0 In-Reply-To: References: <1298975579-1594-1-git-send-email-per.forlin@stericsson.com> <1299112955.6974.155.camel@vkoul-udesk3> Date: Sun, 13 Mar 2011 21:20:41 +0100 Message-ID: Subject: Re: [PATCH] ste_dma40: assign device_prep_dma_sg for dma_memcpy From: Per Forlin To: Dan Williams Cc: Linus Walleij , Per Forlin , linux-kernel@vger.kernel.org, "Koul, Vinod" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1925 Lines: 43 On 11 March 2011 23:52, Dan Williams wrote: > On Wed, Mar 2, 2011 at 4:42 PM, Koul, Vinod wrote: >> On Tue, 2011-03-01 at 11:32 +0100, Per Forlin wrote: >>> From: Per Forlin >>> >>> Signed-off-by: Per Forlin >>> Acked-by: Linus Walleij >>> --- >>> ?drivers/dma/ste_dma40.c | ? ?2 +- >>> ?1 files changed, 1 insertions(+), 1 deletions(-) >>> >>> diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c >>> index 6e1d46a..1dd8ea3 100644 >>> --- a/drivers/dma/ste_dma40.c >>> +++ b/drivers/dma/ste_dma40.c >>> @@ -2496,7 +2496,7 @@ static int __init d40_dmaengine_init(struct d40_base *base, >>> ? ? ? base->dma_memcpy.device_alloc_chan_resources = d40_alloc_chan_resources; >>> ? ? ? base->dma_memcpy.device_free_chan_resources = d40_free_chan_resources; >>> ? ? ? base->dma_memcpy.device_prep_dma_memcpy = d40_prep_memcpy; >>> - ? ? base->dma_slave.device_prep_dma_sg = d40_prep_sg; >>> + ? ? base->dma_memcpy.device_prep_dma_sg = d40_prep_sg; >>> ? ? ? base->dma_memcpy.device_prep_slave_sg = d40_prep_slave_sg; >>> ? ? ? base->dma_memcpy.device_tx_status = d40_tx_status; >>> ? ? ? base->dma_memcpy.device_issue_pending = d40_issue_pending; >> >> Please copy the MAINTAINERS, or your patches can get missed... >> >> Applied, Thanks >> > > While preparing the 2.6.39 tree this patch no longer applies, it looks > like it is not needed after the pending conversion patches from Rabin. > ?Ok to drop, or was this urgent for 2.6.38-final? ?If the latter the > changelog did not indicate. It is not urgent for 2.6.38-final, please drop it. Thanks Per -- 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/