Re: [PATCH] i2c: move of helpers into the core

2013-08-19 Thread Stephen Warren
On 08/19/2013 05:04 PM, Rafael J. Wysocki wrote: > On Monday, August 19, 2013 03:19:18 PM Wolfram Sang wrote: >> I2C of helpers used to live in of_i2c.c but experience (from SPI) shows >> that it is much cleaner to have this in the core. This also removes a >> circular dependency between the helper

Re: [PATCH] i2c: move of helpers into the core

2013-08-19 Thread Rafael J. Wysocki
On Monday, August 19, 2013 03:19:18 PM Wolfram Sang wrote: > I2C of helpers used to live in of_i2c.c but experience (from SPI) shows > that it is much cleaner to have this in the core. This also removes a > circular dependency between the helpers and the core, and so we can > finally register child

[PATCH] i2c: move of helpers into the core

2013-08-19 Thread Wolfram Sang
I2C of helpers used to live in of_i2c.c but experience (from SPI) shows that it is much cleaner to have this in the core. This also removes a circular dependency between the helpers and the core, and so we can finally register child nodes in the core instead of doing this manually in each driver. S