[RFC PATCH 08/13] i2c: core: Add support for 'i2c-bus' subnode

2016-06-20 Thread Jon Hunter
On 17/06/16 17:24, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Fri, Jun 17, 2016 at 01:03:42PM +0100, Jon Hunter wrote: >> If the 'i2c-bus' device-tree node is present for an I2C adapter then >> parse this subnode for I2C slaves. >> >> Signed-off-by: Jon Hunter >> --- >> drive

[RFC PATCH 08/13] i2c: core: Add support for 'i2c-bus' subnode

2016-06-17 Thread Thierry Reding
On Fri, Jun 17, 2016 at 01:03:42PM +0100, Jon Hunter wrote: > If the 'i2c-bus' device-tree node is present for an I2C adapter then > parse this subnode for I2C slaves. > > Signed-off-by: Jon Hunter > --- > drivers/i2c/i2c-core.c | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-)

[RFC PATCH 08/13] i2c: core: Add support for 'i2c-bus' subnode

2016-06-17 Thread Jon Hunter
If the 'i2c-bus' device-tree node is present for an I2C adapter then parse this subnode for I2C slaves. Signed-off-by: Jon Hunter --- drivers/i2c/i2c-core.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c index 952d2