From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 6 Apr 2016 15:43:23 +0200 Subject: [U-Boot] [PATCH v3] spi: kirkwood_spi: Add support for multiple chip-selects on MVEBU In-Reply-To: References: <1459943650-10478-1-git-send-email-sr@denx.de> <570501A9.5030005@denx.de> Message-ID: <5705127B.4050505@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06.04.2016 15:31, Jagan Teki wrote: > > On Apr 6, 2016 6:01 PM, "Stefan Roese" > > wrote: > > > > On 06.04.2016 14:25, Jagan Teki wrote: > >> > >> On 6 April 2016 at 17:24, Stefan Roese > wrote: > >>> > >>> Currently only chip-select 0 is supported by the kirkwood SPI driver. > >>> The Armada XP / 38x SoCs also use this driver and support multiple chip > >>> selects. This patch adds support for multiple CS on MVEBU. > >>> > >>> The register definitions are restructured a bit with this patch. > Grouping > >>> them to the corresponding registers. > >>> > >>> Signed-off-by: Stefan Roese > > >>> Cc: Luka Perkov > > >>> Cc: Jagan Teki > > >>> --- > >>> v3: > >>> - Remove unnecessary #ifdef > >> > >> > >> Does this mean dm for this driver will operate only for MVEBU now? > > > > > > Not sure. The Kirkwood platform has not been ported to DM yet. But > > I can't see anything right now that should prevent Kirkwood to > > using this driver also once its ported to DM. Not sure why I had > > this #ifdef in this patch - its been a while since I first started > > this patch. > > > > Reviewed-by: Jagan Teki > > > > Are you okay with this patch now? If yes, should I push it via the > > Marvell repository? > > Ok. Applied to u-boot-marvell/master. Thanks, Stefan