From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756210Ab3DXOor (ORCPT ); Wed, 24 Apr 2013 10:44:47 -0400 Received: from mail-ie0-f182.google.com ([209.85.223.182]:43890 "EHLO mail-ie0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755816Ab3DXOoo (ORCPT ); Wed, 24 Apr 2013 10:44:44 -0400 MIME-Version: 1.0 In-Reply-To: <1366279934-30761-3-git-send-email-lee.jones@linaro.org> References: <1366279934-30761-1-git-send-email-lee.jones@linaro.org> <1366279934-30761-3-git-send-email-lee.jones@linaro.org> Date: Wed, 24 Apr 2013 16:44:44 +0200 Message-ID: Subject: Re: [PATCH 02/32] dmaengine: ste_dma40: Move default memcpy configs into the driver From: Linus Walleij To: Lee Jones Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Arnd Bergmann , Linus WALLEIJ , Vinod Koul , Dan Williams , Per Forlin , Rabin Vincent Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 18, 2013 at 12:11 PM, Lee Jones wrote: > There are only two default memcpy configurations used for the DMA40 > driver; one for physical memcpy and one for logical memcpy. Instead > of invariably passing the same configurations though platform data, > we're moving them into the driver instead. > > Cc: Vinod Koul > Cc: Dan Williams > Cc: Per Forlin > Cc: Rabin Vincent > Acked-by: Arnd Bergmann > Signed-off-by: Lee Jones Nice! Acked-by: Linus Walleij Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Wed, 24 Apr 2013 16:44:44 +0200 Subject: [PATCH 02/32] dmaengine: ste_dma40: Move default memcpy configs into the driver In-Reply-To: <1366279934-30761-3-git-send-email-lee.jones@linaro.org> References: <1366279934-30761-1-git-send-email-lee.jones@linaro.org> <1366279934-30761-3-git-send-email-lee.jones@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Apr 18, 2013 at 12:11 PM, Lee Jones wrote: > There are only two default memcpy configurations used for the DMA40 > driver; one for physical memcpy and one for logical memcpy. Instead > of invariably passing the same configurations though platform data, > we're moving them into the driver instead. > > Cc: Vinod Koul > Cc: Dan Williams > Cc: Per Forlin > Cc: Rabin Vincent > Acked-by: Arnd Bergmann > Signed-off-by: Lee Jones Nice! Acked-by: Linus Walleij Yours, Linus Walleij