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

2016-01-13 Thread Marek Vasut
On Monday, December 08, 2014 at 09:14:29 AM, Stefan Roese wrote: > On 06.12.2014 13:56, Marek Vasut wrote: > > On Saturday, November 08, 2014 at 01:18:31 PM, Stefan Roese wrote: > >> On 07.11.2014 20:56, Dinh Nguyen wrote: > >>> +CC: Graham Moore > >>> > >>> On 11/07/2014 09:26 AM, Stefan Roese

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

2014-12-08 Thread Stefan Roese
On 06.12.2014 13:56, Marek Vasut wrote: On Saturday, November 08, 2014 at 01:18:31 PM, Stefan Roese wrote: On 07.11.2014 20:56, Dinh Nguyen wrote: +CC: Graham Moore On 11/07/2014 09:26 AM, Stefan Roese wrote: Hi Dinh, Hi Vince! snip Could we not just use a plain GPL (v2) license here as

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

2014-12-06 Thread Marek Vasut
On Saturday, November 08, 2014 at 01:18:31 PM, Stefan Roese wrote: On 07.11.2014 20:56, Dinh Nguyen wrote: +CC: Graham Moore On 11/07/2014 09:26 AM, Stefan Roese wrote: Hi Dinh, Hi Vince! snip Could we not just use a plain GPL (v2) license here as well. Especially since the

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

2014-11-08 Thread Stefan Roese
On 07.11.2014 20:56, Dinh Nguyen wrote: +CC: Graham Moore On 11/07/2014 09:26 AM, Stefan Roese wrote: Hi Dinh, Hi Vince! snip Could we not just use a plain GPL (v2) license here as well. Especially since the other files in this driver are just normal GPL files. Comments welcome. Graham

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

2014-11-07 Thread Stefan Roese
This driver is cloned from the Altera Rockerboard.org U-Boot repository. I used this git tag: ACDS14.0.1_REL_GSRD_RC2. With Some modification to support the U-Boot driver model (DM). As mentioned above, in this new version I ported this driver to the new driver model (DM). One big advantage of

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

2014-11-07 Thread Marek Vasut
On Friday, November 07, 2014 at 12:37:49 PM, Stefan Roese wrote: Hi! This driver is cloned from the Altera Rockerboard.org U-Boot repository. I used this git tag: ACDS14.0.1_REL_GSRD_RC2. With Some modification to support the U-Boot driver model (DM). As mentioned above, in this new

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

2014-11-07 Thread Stefan Roese
Hi Dinh, Hi Vince! a quick question for you: On 07.11.2014 16:04, Marek Vasut wrote: snip diff --git a/drivers/spi/cadence_qspi_apb.c b/drivers/spi/cadence_qspi_apb.c new file mode 100644 index 000..00a115f --- /dev/null +++ b/drivers/spi/cadence_qspi_apb.c @@ -0,0 +1,898 @@ +/* +

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

2014-11-07 Thread Simon Glass
Hi Stefan, On 7 November 2014 04:37, Stefan Roese s...@denx.de wrote: This driver is cloned from the Altera Rockerboard.org U-Boot repository. I used this git tag: ACDS14.0.1_REL_GSRD_RC2. With Some modification to support the U-Boot driver model (DM). As mentioned above, in this new

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

2014-11-07 Thread Dinh Nguyen
+CC: Graham Moore On 11/07/2014 09:26 AM, Stefan Roese wrote: Hi Dinh, Hi Vince! a quick question for you: On 07.11.2014 16:04, Marek Vasut wrote: snip diff --git a/drivers/spi/cadence_qspi_apb.c b/drivers/spi/cadence_qspi_apb.c new file mode 100644 index 000..00a115f ---