Re: [RFC v2 1/1] i2c: acpi: scan ACPI enumerated I2C mux channels

2015-10-09 Thread Wolfram Sang
> I'm working on a revision that incorporates Mika's suggested patch I > think you'll want to wait just a bit for that. I'll happily do. Thanks! signature.asc Description: Digital signature

Re: [RFC v2 1/1] i2c: acpi: scan ACPI enumerated I2C mux channels

2015-10-09 Thread Dustin Byford
Hi Wolfram, On Fri Oct 09 22:42, Wolfram Sang wrote: > On Fri, Aug 14, 2015 at 12:31:33PM -0700, Dustin Byford wrote: > > > > Set an ACPI companion for I2C mux channels enumerated through ACPI and > > ensure they are scanned for devices. > > > > Signed-off-by: Dustin Byford > > Mika, is this o

Re: [RFC v2 1/1] i2c: acpi: scan ACPI enumerated I2C mux channels

2015-10-09 Thread Wolfram Sang
On Fri, Aug 14, 2015 at 12:31:33PM -0700, Dustin Byford wrote: > > Set an ACPI companion for I2C mux channels enumerated through ACPI and > ensure they are scanned for devices. > > Signed-off-by: Dustin Byford Mika, is this one okay with you? > --- > drivers/i2c/i2c-core.c | 10 ++ >

[RFC v2 1/1] i2c: acpi: scan ACPI enumerated I2C mux channels

2015-08-14 Thread Dustin Byford
Set an ACPI companion for I2C mux channels enumerated through ACPI and ensure they are scanned for devices. Signed-off-by: Dustin Byford --- drivers/i2c/i2c-core.c | 10 ++ drivers/i2c/i2c-mux.c | 8 2 files changed, 18 insertions(+) diff --git a/drivers/i2c/i2c-core.c b/dri