Re: [PATCH] i2c: of: Try to find an I2C adapter matching the parent

2018-12-11 Thread Wolfram Sang
Any update on this patch? I thought it was interesting. BTW adding Rob (finally) to CC... On Mon, Oct 01, 2018 at 01:02:30AM +0200, Wolfram Sang wrote: > On Tue, Sep 25, 2018 at 06:06:11PM +0200, Thierry Reding wrote: > > From: Thierry Reding > > > > If an I2C adapter doesn't match the

Re: [PATCH] i2c: of: Try to find an I2C adapter matching the parent

2018-10-02 Thread Andrzej Hajda
On 25.09.2018 18:06, Thierry Reding wrote: > From: Thierry Reding > > If an I2C adapter doesn't match the provided device tree node, also try > matching the parent's device tree node. This allows finding an adapter > based on the device node of the parent device that was used to register > it. >

Re: [PATCH] i2c: of: Try to find an I2C adapter matching the parent

2018-09-30 Thread Wolfram Sang
On Tue, Sep 25, 2018 at 06:06:11PM +0200, Thierry Reding wrote: > From: Thierry Reding > > If an I2C adapter doesn't match the provided device tree node, also try > matching the parent's device tree node. This allows finding an adapter > based on the device node of the parent device that was

Re: [PATCH] i2c: of: Try to find an I2C adapter matching the parent

2018-09-27 Thread Vlado Plaga
Tested-by: Vlado Plaga This patch works for me - without it my screen stays black (Acer CB5-311). On 25/09/2018 18:06, Thierry Reding wrote: > From: Thierry Reding > > If an I2C adapter doesn't match the provided device tree node, also try > matching the parent's device tree node. This allows

[PATCH] i2c: of: Try to find an I2C adapter matching the parent

2018-09-25 Thread Thierry Reding
From: Thierry Reding If an I2C adapter doesn't match the provided device tree node, also try matching the parent's device tree node. This allows finding an adapter based on the device node of the parent device that was used to register it. Signed-off-by: Thierry Reding --- Hi Wolfram, This is