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

2020-06-09 Thread Simon Glass
Hi Wolfgang, On Tue, 19 May 2020 at 05:58, Wolfgang Wallner wrote: > > Hi Simon, > > -"Simon Glass" schrieb: ----- > > Betreff: [PATCH v2 11/35] acpi: Support generation of I2C descriptor > > > > Add a function to write a GPIO descriptor to the ge

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

2020-05-19 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v2 11/35] acpi: Support generation of I2C descriptor > > Add a function to write a GPIO descriptor to the generated ACPI code. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Fix

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

2020-05-10 Thread Simon Glass
Add a function to write a GPIO descriptor to the generated ACPI code. Signed-off-by: Simon Glass --- Changes in v2: - Fix memset of I2C descriptor Changes in v1: None drivers/i2c/sandbox_i2c.c | 11 drivers/rtc/sandbox_rtc.c | 13 + include/acpi/acpi_device.h | 36 +