Re: [PATCH V2] i2c: xgene: Set ACPI_COMPANION_I2C

2017-05-17 Thread Wolfram Sang
On Wed, May 17, 2017 at 11:25:34AM +0700, Tin Huynh wrote: > With ACPI, i2c-core requires ACPI companion to be set in order for it > to create slave device. > This patch sets the ACPI companion accordingly. > > Signed-off-by: Tin Huynh > Perfect! Applied to for-current, thanks! signature.asc

[PATCH V2] i2c: xgene: Set ACPI_COMPANION_I2C

2017-05-16 Thread Tin Huynh
With ACPI, i2c-core requires ACPI companion to be set in order for it to create slave device. This patch sets the ACPI companion accordingly. Signed-off-by: Tin Huynh --- drivers/i2c/busses/i2c-xgene-slimpro.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) Change from V1: - Add S