Re: [PATCH 2/5] aspeed/i2c: Check SRAM enablement on A2500

2019-10-16 Thread Jae Hyun Yoo
On 10/16/2019 1:50 AM, Cédric Le Goater wrote: The SRAM must be enabled before using the Buffer Pool mode or the DMA mode. This is not required on other SoCs. Signed-off-by: Cédric Le Goater Tested-by: Jae Hyun Yoo

Re: [PATCH 2/5] aspeed/i2c: Check SRAM enablement on A2500

2019-10-16 Thread Joel Stanley
On Wed, 16 Oct 2019 at 08:50, Cédric Le Goater wrote: > > The SRAM must be enabled before using the Buffer Pool mode or the DMA > mode. This is not required on other SoCs. > > Signed-off-by: Cédric Le Goater Reviewed-by: Joel Stanley

[PATCH 2/5] aspeed/i2c: Check SRAM enablement on A2500

2019-10-16 Thread Cédric Le Goater
The SRAM must be enabled before using the Buffer Pool mode or the DMA mode. This is not required on other SoCs. Signed-off-by: Cédric Le Goater --- include/hw/i2c/aspeed_i2c.h | 3 +++ hw/i2c/aspeed_i2c.c | 37 + 2 files changed, 40 insertions(+) dif