Re: [PATCH 15/21] aspeed/i2c: Add AST2600 support

2019-09-19 Thread Joel Stanley
On Thu, 19 Sep 2019 at 05:51, Cédric Le Goater wrote: > > The I2C controller of the AST2400 and AST2500 SoCs have one IRQ shared > by all I2C busses. The AST2600 SoC I2C controller has one IRQ per bus > and 16 busses. > > Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley

[Qemu-devel] [PATCH 15/21] aspeed/i2c: Add AST2600 support

2019-09-18 Thread Cédric Le Goater
The I2C controller of the AST2400 and AST2500 SoCs have one IRQ shared by all I2C busses. The AST2600 SoC I2C controller has one IRQ per bus and 16 busses. Signed-off-by: Cédric Le Goater --- include/hw/i2c/aspeed_i2c.h | 5 +++- hw/i2c/aspeed_i2c.c | 46