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
>
> 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
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
>
>
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
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/
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)
>> +
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_
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
8 matches
Mail list logo