From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753828AbdA3Rrn (ORCPT ); Mon, 30 Jan 2017 12:47:43 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:58866 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753587AbdA3Rrl (ORCPT ); Mon, 30 Jan 2017 12:47:41 -0500 Date: Mon, 30 Jan 2017 18:47:21 +0100 From: Boris Brezillon To: Vinod Koul Cc: Richard Weinberger , linux-mtd@lists.infradead.org, Linus Walleij , Alexandre Courbot , linux-gpio@vger.kernel.org, Dan Williams , dmaengine@vger.kernel.org, Nicolas Ferre , Alexandre Belloni , Wenyou Yang , Josh Wu , Haavard Skinnemoen , Hans-Christian Egtvedt , linux-kernel@vger.kernel.org, David Woodhouse , Brian Norris , Marek Vasut , Cyrille Pitchen , linux-arm-kernel@lists.infradead.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org Subject: Re: [PATCH RESEND 2/5] dmaengine: Provide a wrapper for memcpy operations Message-ID: <20170130184721.072c0de1@bbrezillon> In-Reply-To: <20170130165417.GF19244@localhost> References: <1485535324-28393-1-git-send-email-boris.brezillon@free-electrons.com> <1485535324-28393-3-git-send-email-boris.brezillon@free-electrons.com> <20170130165417.GF19244@localhost> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Vinod, On Mon, 30 Jan 2017 22:24:17 +0530 Vinod Koul wrote: > On Fri, Jan 27, 2017 at 05:42:01PM +0100, Boris Brezillon wrote: > > Almost all ->device_prep_dma_xx() methods have a wrapper defined in > > dmaengine.h. Add one for ->device_prep_dma_memcpy(). > > Looks good to me. > > Acked-by: Vinod Koul > > Maybe you can take this patch directly (the NAND related bits are for 4.12).