Re: [PATCH v2 28/44] i2c: designware_i2c: Support ACPI table generation

2020-07-13 Thread Bin Meng
----"Simon Glass" schrieb: ----- > > > > Betreff: [PATCH v2 28/44] i2c: designware_i2c: Support ACPI table > > > > generation > > > > > > > > Update the PCI driver to generate ACPI information so that Linux has the > >

Re: [PATCH v2 28/44] i2c: designware_i2c: Support ACPI table generation

2020-07-12 Thread Bin Meng
Hi Simon, On Mon, Jul 13, 2020 at 1:54 PM Bin Meng wrote: > > On Wed, Jul 8, 2020 at 7:11 PM Wolfgang Wallner > wrote: > > > > Hi Simon, > > > > -"Simon Glass" schrieb: - > > > Betreff: [PATCH v2 28/44] i2c: designware_i2c: Support

Re: [PATCH v2 28/44] i2c: designware_i2c: Support ACPI table generation

2020-07-12 Thread Bin Meng
On Wed, Jul 8, 2020 at 7:11 PM Wolfgang Wallner wrote: > > Hi Simon, > > -"Simon Glass" schrieb: ----- > > Betreff: [PATCH v2 28/44] i2c: designware_i2c: Support ACPI table generation > > > > Update the PCI driver to generate ACPI information so that

Re: [PATCH v2 28/44] i2c: designware_i2c: Support ACPI table generation

2020-07-08 Thread Wolfgang Wallner
Hi Simon, -"Simon Glass" schrieb: - > Betreff: [PATCH v2 28/44] 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 Gl

[PATCH v2 28/44] i2c: designware_i2c: Support ACPI table generation

2020-07-07 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 Reviewed-by: Heiko Schocher --- Changes in v2: - Add a few blank lines - Drop dead code behind if (0) Changes in v1: - Capitalise ACPI_OPS_PTR drivers/i2c