Re: [U-Boot] [PATCH v2 05/12] spi: add Faraday FTSPI010 SPI controller support

2013-10-03 Thread Jagan Teki
Any update on this. On Mon, Aug 12, 2013 at 6:07 AM, Kuo-Jung Su wrote: >> >> Please see the comments on below patch >> http://patchwork.ozlabs.org/patch/265683/ >> >> -- > > Got it, thanks > > > -- > Best wishes, > Kuo-Jung Su -- Thanks, Jagan. Jagannadha Sutradharudu Teki, E: jagan

Re: [U-Boot] [PATCH v2 05/12] spi: add Faraday FTSPI010 SPI controller support

2013-08-11 Thread Kuo-Jung Su
> > Please see the comments on below patch > http://patchwork.ozlabs.org/patch/265683/ > > -- Got it, thanks -- Best wishes, Kuo-Jung Su ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH v2 05/12] spi: add Faraday FTSPI010 SPI controller support

2013-08-09 Thread Jagan Teki
On Fri, Aug 9, 2013 at 6:17 AM, Kuo-Jung Su wrote: > Hi Jagan: > > Thanks for the comments, but the [spi bus controller: ftssp010] > > has been scheduled after the [Faraday A36x platform support] get approved. > > In this way, the entire patch itself looks much better & clean. > > Best Wishes > >

Re: [U-Boot] [PATCH v2 05/12] spi: add Faraday FTSPI010 SPI controller support

2013-08-08 Thread Kuo-Jung Su
Hi Jagan: Thanks for the comments, but the [spi bus controller: ftssp010] has been scheduled after the [Faraday A36x platform support] get approved. In this way, the entire patch itself looks much better & clean. Best Wishes Dante Su 2013/8/8 Jagan Teki : > Hi Kuo-Jung Su, > > Please fix the

Re: [U-Boot] [PATCH v2 05/12] spi: add Faraday FTSPI010 SPI controller support

2013-08-08 Thread Jagan Teki
Hi Kuo-Jung Su, Please fix the comments I sent on v4. http://patchwork.ozlabs.org/patch/242023/ Feel free to ask for any quires. Thanks, Jagan. On Thu, Apr 18, 2013 at 2:55 PM, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > The Faraday FTSSP010 is a multi-function controller > which supports I2S/

Re: [U-Boot] [PATCH v2 05/12] spi: add Faraday FTSPI010 SPI controller support

2013-04-21 Thread Kuo-Jung Su
2013/4/18 Wolfgang Denk : > Dear Kuo-Jung Su, > > In message <1366277139-29728-6-git-send-email-dant...@gmail.com> you wrote: > ... >> +/* Register access macros */ >> +#define SPI_READ(r) le32_to_cpu(readl(r)) >> +#define SPI_WRITE(v, r) writel(cpu_to_le32(v), r) >> +

Re: [U-Boot] [PATCH v2 05/12] spi: add Faraday FTSPI010 SPI controller support

2013-04-18 Thread Wolfgang Denk
Dear Kuo-Jung Su, In message <1366277139-29728-6-git-send-email-dant...@gmail.com> you wrote: ... > +/* Register access macros */ > +#define SPI_READ(r) le32_to_cpu(readl(r)) > +#define SPI_WRITE(v, r) writel(cpu_to_le32(v), r) > +#define SPI_SETBITS(m, r)setbits_

[U-Boot] [PATCH v2 05/12] spi: add Faraday FTSPI010 SPI controller support

2013-04-18 Thread Kuo-Jung Su
From: Kuo-Jung Su The Faraday FTSSP010 is a multi-function controller which supports I2S/SPI/SSP/AC97/SPDIF. This patch simpily implements the SPI mode only. BTW the DMA and CS/Clock control logic has been altered since revision 1.19.0. So this patch would 1st detects the revision id of the under