Re: [U-Boot] [WIP PATCH 1/4 v2] spi: Add Cadence QSPI driver used by SoCFPGA

2014-09-23 Thread Marek Vasut
On Tuesday, September 23, 2014 at 10:05:58 PM, Pavel Machek wrote: > Hi! > > > +++ b/drivers/spi/cadence_qspi.c > > @@ -0,0 +1,355 @@ > > +/* > > + * Copyright (C) 2012 > > + * Altera Corporation > > + * > > + * See file CREDITS for list of people who contributed to this > > + * project. > > + *

Re: [U-Boot] [WIP PATCH 1/4 v2] spi: Add Cadence QSPI driver used by SoCFPGA

2014-09-23 Thread Pavel Machek
Hi! > +++ b/drivers/spi/cadence_qspi.c > @@ -0,0 +1,355 @@ > +/* > + * Copyright (C) 2012 > + * Altera Corporation > + * > + * See file CREDITS for list of people who contributed to this > + * project. > + * > + * This program is free software; you can redistribute it and/or modify > + * it under

[U-Boot] [WIP PATCH 1/4 v2] spi: Add Cadence QSPI driver used by SoCFPGA

2014-09-23 Thread Stefan Roese
This driver is copied directly from the Altera Rockerboard.org U-Boot repository. I used this git tag: ACDS14.0.1_REL_GSRD_RC2. With minimal changes to enable compilation in mainline U-Boot. Signed-off-by: Stefan Roese Cc: Chin Liang See Cc: Dinh Nguyen Cc: Vince Bridgers Cc: Marek Vasut Cc: