Re: [Qemu-devel] [PATCH v8 13/24] hw/arm: add FTI2C010 I2C controller support

2013-03-17 Thread Kuo-Jung Su
2013/3/16 Peter Crosthwaite : > On Fri, Mar 15, 2013 at 11:15 PM, Kuo-Jung Su wrote: >> From: Kuo-Jung Su >> >> The FTI2C010 is a simple I2C master controller. >> >> Signed-off-by: Kuo-Jung Su >> --- >> hw/arm/Makefile.objs |1 + >> hw/arm/faraday_a369_soc.c |6 ++ >> hw/arm/fti2c0

Re: [Qemu-devel] [PATCH v8 13/24] hw/arm: add FTI2C010 I2C controller support

2013-03-15 Thread Peter Crosthwaite
On Fri, Mar 15, 2013 at 11:15 PM, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > The FTI2C010 is a simple I2C master controller. > > Signed-off-by: Kuo-Jung Su > --- > hw/arm/Makefile.objs |1 + > hw/arm/faraday_a369_soc.c |6 ++ > hw/arm/fti2c010.c | 212 > ++

[Qemu-devel] [PATCH v8 13/24] hw/arm: add FTI2C010 I2C controller support

2013-03-15 Thread Kuo-Jung Su
From: Kuo-Jung Su The FTI2C010 is a simple I2C master controller. Signed-off-by: Kuo-Jung Su --- hw/arm/Makefile.objs |1 + hw/arm/faraday_a369_soc.c |6 ++ hw/arm/fti2c010.c | 212 + hw/arm/fti2c010.h | 71 +++