Re: [Qemu-devel] [PATCH v9 16/24] The FTSSP010 is a multi-function synchronous serial port interface controller which supports SSP, SPI, I2S, AC97 and SPDIF.

2013-03-31 Thread Kuo-Jung Su
2013/3/31 Peter Crosthwaite : > Hi Kuo-Jung > > I think you may have accidentally dropped your subject line and > promoted your long commit message to subject line. Looks better in > previous versions. > Yes, it's an accident, I'll fix it later. > On Mon, Mar 25, 2013 at 10:09 PM, Kuo-Jung Su wr

Re: [Qemu-devel] [PATCH v9 16/24] The FTSSP010 is a multi-function synchronous serial port interface controller which supports SSP, SPI, I2S, AC97 and SPDIF.

2013-03-30 Thread Peter Crosthwaite
Hi Kuo-Jung I think you may have accidentally dropped your subject line and promoted your long commit message to subject line. Looks better in previous versions. On Mon, Mar 25, 2013 at 10:09 PM, Kuo-Jung Su wrote: > > From: Kuo-Jung Su > > Only I2S and SPI protocol have been implemented in thi

[Qemu-devel] [PATCH v9 16/24] The FTSSP010 is a multi-function synchronous serial port interface controller which supports SSP, SPI, I2S, AC97 and SPDIF.

2013-03-25 Thread Kuo-Jung Su
From: Kuo-Jung Su Only I2S and SPI protocol have been implemented in this patch. Signed-off-by: Kuo-Jung Su --- hw/arm/Makefile.objs|3 +- hw/arm/ftplat_a369.c| 31 +++ hw/arm/ftplat_a369soc.c | 17 ++ hw/faraday.h|3 + hw/ftssp010.c | 504 +++