Re: [PATCH v8 6/8] OF: i2c: Add OF notifier handler

2014-11-23 Thread Wolfram Sang
I picked up the patch into my tree and made the above changes because they're pretty trivial. If Wolfram is okay with it then I can take the whole series through my tree. Otherwise I'll put the of_reconfig_* empty stubs into a separate branch that he and broonie can both pull. With your fix

Re: [PATCH v8 6/8] OF: i2c: Add OF notifier handler

2014-11-21 Thread Grant Likely
On Thu, 20 Nov 2014 18:03:33 -0800 , Guenter Roeck li...@roeck-us.net wrote: On 11/20/2014 05:53 PM, Grant Likely wrote: On Tue, 28 Oct 2014 22:36:03 +0200 , Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Add OF notifier handler needed for creating/destroying i2c devices

Re: [PATCH v8 6/8] OF: i2c: Add OF notifier handler

2014-11-21 Thread Pantelis Antoniou
Hi Grant, On Nov 21, 2014, at 17:08 , Grant Likely grant.lik...@secretlab.ca wrote: On Thu, 20 Nov 2014 18:03:33 -0800 , Guenter Roeck li...@roeck-us.net wrote: On 11/20/2014 05:53 PM, Grant Likely wrote: On Tue, 28 Oct 2014 22:36:03 +0200 , Pantelis Antoniou

Re: [PATCH v8 6/8] OF: i2c: Add OF notifier handler

2014-11-20 Thread Grant Likely
On Tue, 28 Oct 2014 22:36:03 +0200 , Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Add OF notifier handler needed for creating/destroying i2c devices according to dynamic runtime changes in the DT live tree. Signed-off-by: Pantelis Antoniou pantelis.anton...@konsulko.com ---

Re: [PATCH v8 6/8] OF: i2c: Add OF notifier handler

2014-11-20 Thread Guenter Roeck
On 11/20/2014 05:53 PM, Grant Likely wrote: On Tue, 28 Oct 2014 22:36:03 +0200 , Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Add OF notifier handler needed for creating/destroying i2c devices according to dynamic runtime changes in the DT live tree. Signed-off-by: Pantelis

[PATCH v8 6/8] OF: i2c: Add OF notifier handler

2014-10-28 Thread Pantelis Antoniou
Add OF notifier handler needed for creating/destroying i2c devices according to dynamic runtime changes in the DT live tree. Signed-off-by: Pantelis Antoniou pantelis.anton...@konsulko.com --- drivers/i2c/i2c-core.c | 79 +- 1 file changed, 78