From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 02/39] dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg() Date: Mon, 20 May 2013 14:01:06 +0200 Message-ID: References: <1368611522-9984-1-git-send-email-lee.jones@linaro.org> <1368611522-9984-3-git-send-email-lee.jones@linaro.org> <20130516063546.GD14863@intel.com> <20130516072557.GD3269@gmail.com> <20130516094014.GJ14863@intel.com> <20130516105959.GI3269@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Vinod Koul , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Felipe Balbi , "linux-usb@vger.kernel.org" , "linux-crypto@vger.kernel.org" , "David S. Miller" , Herbert Xu , Arnd Bergmann , Linus WALLEIJ , Srinidhi KASAGAR To: Lee Jones Return-path: Received: from mail-ia0-f181.google.com ([209.85.210.181]:43391 "EHLO mail-ia0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751228Ab3ETMBQ (ORCPT ); Mon, 20 May 2013 08:01:16 -0400 Received: by mail-ia0-f181.google.com with SMTP id y25so7381213iay.40 for ; Mon, 20 May 2013 05:01:15 -0700 (PDT) In-Reply-To: <20130516105959.GI3269@gmail.com> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Thu, May 16, 2013 at 12:59 PM, Lee Jones wrote: > On Thu, 16 May 2013, Vinod Koul wrote: > >> On Thu, May 16, 2013 at 08:25:57AM +0100, Lee Jones wrote: >> > On Thu, 16 May 2013, Vinod Koul wrote: >> > >> > > On Wed, May 15, 2013 at 10:51:25AM +0100, Lee Jones wrote: >> > > > All configuration left in d40_phy_cfg() is runtime configurable and >> > > > there is already a call into it from d40_runtime_config(), so let's >> > > > rely on that. >> > > > >> > > > Acked-by: Vinod Koul >> > > That needs up update! >> > >> > Ah, where did I get that from that? >> > >> > Was that my mistake, or was this in the MAINTAINERS file? >> Certainly not in MAINTAINERS file :) > > My bad then, sorry. > > Linus, > > Would you be kind enough to fix it please, as it's in your tree now. I've fixed it up! Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755361Ab3ETMBT (ORCPT ); Mon, 20 May 2013 08:01:19 -0400 Received: from mail-ia0-f169.google.com ([209.85.210.169]:50299 "EHLO mail-ia0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752796Ab3ETMBQ (ORCPT ); Mon, 20 May 2013 08:01:16 -0400 MIME-Version: 1.0 In-Reply-To: <20130516105959.GI3269@gmail.com> References: <1368611522-9984-1-git-send-email-lee.jones@linaro.org> <1368611522-9984-3-git-send-email-lee.jones@linaro.org> <20130516063546.GD14863@intel.com> <20130516072557.GD3269@gmail.com> <20130516094014.GJ14863@intel.com> <20130516105959.GI3269@gmail.com> Date: Mon, 20 May 2013 14:01:06 +0200 Message-ID: Subject: Re: [PATCH 02/39] dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg() From: Linus Walleij To: Lee Jones Cc: Vinod Koul , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Felipe Balbi , "linux-usb@vger.kernel.org" , "linux-crypto@vger.kernel.org" , "David S. Miller" , Herbert Xu , Arnd Bergmann , Linus WALLEIJ , Srinidhi KASAGAR 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, May 16, 2013 at 12:59 PM, Lee Jones wrote: > On Thu, 16 May 2013, Vinod Koul wrote: > >> On Thu, May 16, 2013 at 08:25:57AM +0100, Lee Jones wrote: >> > On Thu, 16 May 2013, Vinod Koul wrote: >> > >> > > On Wed, May 15, 2013 at 10:51:25AM +0100, Lee Jones wrote: >> > > > All configuration left in d40_phy_cfg() is runtime configurable and >> > > > there is already a call into it from d40_runtime_config(), so let's >> > > > rely on that. >> > > > >> > > > Acked-by: Vinod Koul >> > > That needs up update! >> > >> > Ah, where did I get that from that? >> > >> > Was that my mistake, or was this in the MAINTAINERS file? >> Certainly not in MAINTAINERS file :) > > My bad then, sorry. > > Linus, > > Would you be kind enough to fix it please, as it's in your tree now. I've fixed it up! Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Mon, 20 May 2013 14:01:06 +0200 Subject: [PATCH 02/39] dmaengine: ste_dma40: Remove unnecessary call to d40_phy_cfg() In-Reply-To: <20130516105959.GI3269@gmail.com> References: <1368611522-9984-1-git-send-email-lee.jones@linaro.org> <1368611522-9984-3-git-send-email-lee.jones@linaro.org> <20130516063546.GD14863@intel.com> <20130516072557.GD3269@gmail.com> <20130516094014.GJ14863@intel.com> <20130516105959.GI3269@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, May 16, 2013 at 12:59 PM, Lee Jones wrote: > On Thu, 16 May 2013, Vinod Koul wrote: > >> On Thu, May 16, 2013 at 08:25:57AM +0100, Lee Jones wrote: >> > On Thu, 16 May 2013, Vinod Koul wrote: >> > >> > > On Wed, May 15, 2013 at 10:51:25AM +0100, Lee Jones wrote: >> > > > All configuration left in d40_phy_cfg() is runtime configurable and >> > > > there is already a call into it from d40_runtime_config(), so let's >> > > > rely on that. >> > > > >> > > > Acked-by: Vinod Koul >> > > That needs up update! >> > >> > Ah, where did I get that from that? >> > >> > Was that my mistake, or was this in the MAINTAINERS file? >> Certainly not in MAINTAINERS file :) > > My bad then, sorry. > > Linus, > > Would you be kind enough to fix it please, as it's in your tree now. I've fixed it up! Yours, Linus Walleij