Re: [net-next,v4 0/2] Enable SFP on ACPI based systems
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-05-29 15:51:41
Also in:
linux-acpi, linux-i2c, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2019-05-29 15:51:41
Also in:
linux-acpi, linux-i2c, lkml
On Wed, May 29, 2019 at 12:48:18PM +0300, Mika Westerberg wrote:
On Tue, May 28, 2019 at 04:02:31PM -0700, Ruslan Babayev wrote:quoted
Changes: v2: - more descriptive commit body v3: - made 'i2c_acpi_find_adapter_by_handle' static inline v4: - don't initialize i2c_adapter to NULL. Instead see below... - handle the case of neither DT nor ACPI present as invalid. - alphabetical includes. - use has_acpi_companion(). - use the same argument name in i2c_acpi_find_adapter_by_handle() in both stubbed and non-stubbed cases. Ruslan Babayev (2): i2c: acpi: export i2c_acpi_find_adapter_by_handle net: phy: sfp: enable i2c-bus detection on ACPI based systemsFor the series, Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Hi Mika
Are you happy for the i2c patch to be merged via net-next?
Andrew