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

2019-01-29 Thread Tristan Bastian
On Mon, Jan 28, 2019 at 09:08:15AM +0100, Thierry Reding wrote: > On Sat, Jan 26, 2019 at 01:37:34PM +0100, Tristan Bastian wrote: > > Am 25.01.19 um 14:11 schrieb Thierry Reding: > > > From: Thierry Reding > > > > > > If an I2C adapter doesn't matc

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

2019-01-29 Thread Tristan Bastian
Didn't knew about that line, sorry.. Sure you can include that. I'm hoping patchwork won't thing it got tested twice by me..   Tested-by: Tristan Bastian   Gesendet: Montag, 28. Januar 2019 um 09:10 Uhr Von: "Thierry Reding" An: "Tristan Bastian"

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

2019-01-26 Thread Tristan Bastian
Am 25.01.19 um 14:11 schrieb 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. This fixe