Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932543AbaLAV3Y (ORCPT ); Mon, 1 Dec 2014 16:29:24 -0500 Received: from mout.kundenserver.de ([212.227.126.130]:60305 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932378AbaLAV3W (ORCPT ); Mon, 1 Dec 2014 16:29:22 -0500 From: Arnd Bergmann To: Boris Brezillon Cc: linux-arm-kernel@lists.infradead.org, Nicolas Ferre , Jean-Christophe Plagniol-Villard , Alexandre Belloni , Andrew Victor , Samuel Ortiz , Lee Jones , Mark Rutland , devicetree@vger.kernel.org, Jean-Jacques Hiblot , Pawel Moll , Ian Campbell , linux-kernel@vger.kernel.org, Rob Herring , Kumar Gala Subject: Re: [PATCH v3 05/11] memory: add Atmel EBI (External Bus Interface) driver Date: Mon, 01 Dec 2014 22:28:39 +0100 Message-ID: <2153824.ln4mvSCK1X@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20141201212820.6a7fc4b0@bbrezillon> References: <1417429647-3419-1-git-send-email-boris.brezillon@free-electrons.com> <2476626.8iiXDzb2Te@wuerfel> <20141201212820.6a7fc4b0@bbrezillon> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V02:K0:SfAjEecnh8b6HsxtsU5wTQvp+IKQNFPMw/mu7Y3wD7Q g6bJQIy3nP9CZwPXbuDeWzqXfYHmV4pVy4z+OhKJPP9xvqaz1f kU4JC1AaIDWVMkxzy4yUQOJofIdFPHR8PrZVASkWN9+b1nPlGF H6Kp28yHVdPmly2KfNllmhKW4a2b9VN/Y7vYmNX1fKFXUGIZiL cAoAAqDQ6j0qFAAMCYVV9kflnWmMEHSpiR/ZX5snzwvlRGSQ/V lCpXelnN6aCJmE5y+mPRwdHQxNWAzN/KIgCPJ6JZUFKWsv8xNG 8to6WymG1CWPQgt6R8hbkkzLfKgYa3GO5wVipLw4qSVzvH89DG 73ELgCzhyxdK3/E3P6QE= X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday 01 December 2014 21:28:20 Boris Brezillon wrote: > > On Monday 01 December 2014 19:29:23 Boris Brezillon wrote: > > > On Mon, 01 Dec 2014 17:26:27 +0100 Arnd Bergmann wrote: > > > > > > #define AT91_EBICSA_REGFIELD(off) \ > > > REG_FIELD(ebicsa_off, AT91_MATRIX_EBI_NUM_CS - 1) > > > > > > > That would be acceptable too, but what I really meant is one step further: > > > > static const struct reg_field at91sam9260_ebi_csa = > > REG_FIELD(AT91SAM9260_MATRIX_EBICSA_OFF, 0, AT91_MATRIX_EBI_NUM_CS - 1); > > That's what I did in the first place (in a version I didn't submitted), > and I guess I'll go for that one unless you really prefer the > alternative (I ran into a lot of trouble with DT bindings ABI > stability, and I'd prefer to keep DT bindings as simple as > possible). Ok, that's good then. Arnd -- 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/