Re: [PATCH v1 28/43] i2c: designware_i2c: Support ACPI table generation

2020-07-07 Thread Simon Glass
Hi Wolfgang, On Thu, 25 Jun 2020 at 06:46, Wolfgang Wallner wrote: > > Hi Simon, > > -"Simon Glass" schrieb: ----- > > Betreff: [PATCH v1 28/43] i2c: designware_i2c: Support ACPI table generation > > > > Update the PCI driver to generate ACPI in

Re: [PATCH v1 28/43] i2c: designware_i2c: Support ACPI table generation

2020-07-03 Thread Heiko Schocher
Hello Simon, Am 15.06.2020 um 05:57 schrieb Simon Glass: Update the PCI driver to generate ACPI information so that Linux has the full information about each I2C bus. Signed-off-by: Simon Glass --- Changes in v1: - Capitalise ACPI_OPS_PTR drivers/i2c/designware_i2c.c | 25

Re: [PATCH v1 28/43] i2c: designware_i2c: Support ACPI table generation

2020-06-25 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v1 28/43] i2c: designware_i2c: Support ACPI table generation > > Update the PCI driver to generate ACPI information so that Linux has the > full information about each I2C bus. > > Signed-off-by: Simon

[PATCH v1 28/43] i2c: designware_i2c: Support ACPI table generation

2020-06-14 Thread Simon Glass
Update the PCI driver to generate ACPI information so that Linux has the full information about each I2C bus. Signed-off-by: Simon Glass --- Changes in v1: - Capitalise ACPI_OPS_PTR drivers/i2c/designware_i2c.c | 25 drivers/i2c/designware_i2c.h | 15 +