Re: [PATCH v3 11/35] acpi: Support generation of I2C descriptor

2020-06-28 Thread Bin Meng
Hi Simon, On Sun, Jun 14, 2020 at 10:55 AM Simon Glass wrote: > > Add a function to write a GPIO descriptor to the generated ACPI code. > > Reviewed-by: Wolfgang Wallner > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Update comment in acpi_device_set_i2c() to talk about scope paramet

[PATCH v3 11/35] acpi: Support generation of I2C descriptor

2020-06-13 Thread Simon Glass
Add a function to write a GPIO descriptor to the generated ACPI code. Reviewed-by: Wolfgang Wallner Signed-off-by: Simon Glass --- Changes in v3: - Update comment in acpi_device_set_i2c() to talk about scope parameter Changes in v2: - Fix memset of I2C descriptor drivers/i2c/sandbox_i2c.c |