Re: [PATCH v8 5/8] of: i2c: Export single device registration method

2014-11-23 Thread Wolfram Sang
On Fri, Nov 21, 2014 at 01:46:31AM +, Grant Likely wrote: > On Tue, 28 Oct 2014 22:36:02 +0200 > , Pantelis Antoniou > wrote: > > Dynamically inserting i2c client device nodes requires the use > > of a single device registration method. Rework and export it. > > > > Signed-off-by: Pantelis

Re: [PATCH v8 5/8] of: i2c: Export single device registration method

2014-11-23 Thread Wolfram Sang
On Fri, Nov 21, 2014 at 01:46:31AM +, Grant Likely wrote: On Tue, 28 Oct 2014 22:36:02 +0200 , Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Dynamically inserting i2c client device nodes requires the use of a single device registration method. Rework and export it.

Re: [PATCH v8 5/8] of: i2c: Export single device registration method

2014-11-20 Thread Grant Likely
On Tue, 28 Oct 2014 22:36:02 +0200 , Pantelis Antoniou wrote: > Dynamically inserting i2c client device nodes requires the use > of a single device registration method. Rework and export it. > > Signed-off-by: Pantelis Antoniou Acked-by: Grant Likely Wolfram, this patch and the next one

Re: [PATCH v8 5/8] of: i2c: Export single device registration method

2014-11-20 Thread Grant Likely
On Tue, 28 Oct 2014 22:36:02 +0200 , Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Dynamically inserting i2c client device nodes requires the use of a single device registration method. Rework and export it. Signed-off-by: Pantelis Antoniou pantelis.anton...@konsulko.com Acked-by:

[PATCH v8 5/8] of: i2c: Export single device registration method

2014-10-28 Thread Pantelis Antoniou
Dynamically inserting i2c client device nodes requires the use of a single device registration method. Rework and export it. Signed-off-by: Pantelis Antoniou --- drivers/i2c/i2c-core.c | 99 +++--- include/linux/i2c.h| 10 + 2 files changed,

[PATCH v8 5/8] of: i2c: Export single device registration method

2014-10-28 Thread Pantelis Antoniou
Dynamically inserting i2c client device nodes requires the use of a single device registration method. Rework and export it. Signed-off-by: Pantelis Antoniou pantelis.anton...@konsulko.com --- drivers/i2c/i2c-core.c | 99 +++--- include/linux/i2c.h