From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Mon, 8 Apr 2013 16:17:31 +0200 Subject: [PATCH v4 0/5] Device Bus support for Marvell EBU SoC In-Reply-To: <1365419194-20871-1-git-send-email-ezequiel.garcia@free-electrons.com> References: <1365419194-20871-1-git-send-email-ezequiel.garcia@free-electrons.com> Message-ID: <201304081617.31644.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 08 April 2013, Ezequiel Garcia wrote: > * Rename devbus,dev-width to devbus,bus-width and changed the > parameter value from bytes to bits: <8>, <16>, ... > Suggested by Arnd Bergmann. > > * As suggested by Jason Gunthorpe and agreed by Arnd Bergmann. > Reworked the whole devbus child chip-select device tree design. > Now there's a separate devbus at addr DT node for each controller > chip select. The impact of this is: > 1. Timing parameters now go into the parent node. > 2. There can only be one child per devbus node. > > * Remove unneeded bank-width parameter read. > Whole series: Acked-by: Arnd Bergmann It may be nicer to use #address-cells=<2> for devbus device nodes now that each of them has only a 32 bit address space, but the current code is correct as well using a 64 bit notation. Arnd