From: Linus Walleij Subject: Re: [PATCH 22/39] usb: musb: ux500: take the dma_mask from coherent_dma_mask Date: Thu, 30 May 2013 10:32:29 +0200 Message-ID: References: <1368611522-9984-1-git-send-email-lee.jones@linaro.org> <1368611522-9984-23-git-send-email-lee.jones@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: "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 , Vinod Koul , Arnd Bergmann , Linus WALLEIJ , Srinidhi KASAGAR To: Lee Jones Return-path: Received: from mail-ie0-f173.google.com ([209.85.223.173]:34241 "EHLO mail-ie0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967839Ab3E3Ica (ORCPT ); Thu, 30 May 2013 04:32:30 -0400 Received: by mail-ie0-f173.google.com with SMTP id k13so8007307iea.32 for ; Thu, 30 May 2013 01:32:29 -0700 (PDT) In-Reply-To: <1368611522-9984-23-git-send-email-lee.jones@linaro.org> Sender: linux-crypto-owner@vger.kernel.org List-ID: On Wed, May 15, 2013 at 11:51 AM, Lee Jones wrote: > The dma_mask will always be the same as the coherent_dma_mask, so let's > cut down on the platform_data burden and set it as such in the driver. > This also saves us from supporting it separately when we come to enable > this driver for Device Tree. > > Cc: Felipe Balbi > Cc: linux-usb@vger.kernel.org > Acked-by: Linus Walleij > Acked-by: Fabio Baltieri > Signed-off-by: Lee Jones Tentatively applied with Felipe's ACK. Yours, Linus Walleij