Re: [PATCH 5/5] aspeed/i2c: Add trace events

2019-10-22 Thread Philippe Mathieu-Daudé
Hi Cédric, Sorry for the late reply. On 10/17/19 1:52 PM, Cédric Le Goater wrote: Hello Philippe, On 17/10/2019 12:22, Philippe Mathieu-Daudé wrote: Hi Cédric, On 10/16/19 10:50 AM, Cédric Le Goater wrote: Signed-off-by: Cédric Le Goater ---   hw/i2c/aspeed_i2c.c | 93

Re: [PATCH 5/5] aspeed/i2c: Add trace events

2019-10-17 Thread Cédric Le Goater
Hello Philippe, On 17/10/2019 12:22, Philippe Mathieu-Daudé wrote: > Hi Cédric, > > On 10/16/19 10:50 AM, Cédric Le Goater wrote: >> Signed-off-by: Cédric Le Goater >> --- >>   hw/i2c/aspeed_i2c.c | 93 ++--- >>   hw/i2c/trace-events |  9 + >>   2

Re: [PATCH 5/5] aspeed/i2c: Add trace events

2019-10-17 Thread Philippe Mathieu-Daudé
Hi Cédric, On 10/16/19 10:50 AM, Cédric Le Goater wrote: Signed-off-by: Cédric Le Goater --- hw/i2c/aspeed_i2c.c | 93 ++--- hw/i2c/trace-events | 9 + 2 files changed, 89 insertions(+), 13 deletions(-) diff --git a/hw/i2c/aspeed_i2c.c

Re: [PATCH 5/5] aspeed/i2c: Add trace events

2019-10-16 Thread Jae Hyun Yoo
On 10/16/2019 1:50 AM, Cédric Le Goater wrote: Signed-off-by: Cédric Le Goater Tested-by: Jae Hyun Yoo Thanks for the implementation! -Jae

Re: [PATCH 5/5] aspeed/i2c: Add trace events

2019-10-16 Thread Joel Stanley
On Wed, 16 Oct 2019 at 08:50, Cédric Le Goater wrote: > > Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley

[PATCH 5/5] aspeed/i2c: Add trace events

2019-10-16 Thread Cédric Le Goater
Signed-off-by: Cédric Le Goater --- hw/i2c/aspeed_i2c.c | 93 ++--- hw/i2c/trace-events | 9 + 2 files changed, 89 insertions(+), 13 deletions(-) diff --git a/hw/i2c/aspeed_i2c.c b/hw/i2c/aspeed_i2c.c index 030d9c56be65..2da04a4bff30 100644 ---