Re: [PATCH] of: i2c: Export single device registration method

2014-01-13 Thread Pantelis Antoniou
Hi Wolfram, On Jan 13, 2014, at 2:17 PM, Wolfram Sang wrote: > On Tue, Nov 05, 2013 at 07:57:20PM +0200, Pantelis Antoniou wrote: >> Dynamically inserting i2c client device nodes requires the use >> of a single device registration method. Rework and export it. >> >> Don't be put off by the

Re: [PATCH] of: i2c: Export single device registration method

2014-01-13 Thread Wolfram Sang
On Tue, Nov 05, 2013 at 07:57:20PM +0200, Pantelis Antoniou wrote: > Dynamically inserting i2c client device nodes requires the use > of a single device registration method. Rework and export it. > > Don't be put off by the weird patch format, it's a simple move > of the operations applied on

Re: [PATCH] of: i2c: Export single device registration method

2014-01-13 Thread Wolfram Sang
On Tue, Nov 05, 2013 at 07:57:20PM +0200, Pantelis Antoniou wrote: Dynamically inserting i2c client device nodes requires the use of a single device registration method. Rework and export it. Don't be put off by the weird patch format, it's a simple move of the operations applied on each

Re: [PATCH] of: i2c: Export single device registration method

2014-01-13 Thread Pantelis Antoniou
Hi Wolfram, On Jan 13, 2014, at 2:17 PM, Wolfram Sang wrote: On Tue, Nov 05, 2013 at 07:57:20PM +0200, Pantelis Antoniou wrote: Dynamically inserting i2c client device nodes requires the use of a single device registration method. Rework and export it. Don't be put off by the weird patch

Re: [PATCH] of: i2c: Export single device registration method

2013-11-06 Thread Alexander Sverdlin
Hi! On 05/11/13 18:57, ext Pantelis Antoniou wrote: > Dynamically inserting i2c client device nodes requires the use > of a single device registration method. Rework and export it. > > Don't be put off by the weird patch format, it's a simple move > of the operations applied on each device to a

Re: [PATCH] of: i2c: Export single device registration method

2013-11-06 Thread Alexander Sverdlin
Hi! On 05/11/13 18:57, ext Pantelis Antoniou wrote: Dynamically inserting i2c client device nodes requires the use of a single device registration method. Rework and export it. Don't be put off by the weird patch format, it's a simple move of the operations applied on each device to a

[PATCH] of: i2c: Export single device registration method

2013-11-05 Thread Pantelis Antoniou
Dynamically inserting i2c client device nodes requires the use of a single device registration method. Rework and export it. Don't be put off by the weird patch format, it's a simple move of the operations applied on each device to a function. Signed-off-by: Pantelis Antoniou ---

[PATCH] of: i2c: Export single device registration method

2013-11-05 Thread Pantelis Antoniou
Dynamically inserting i2c client device nodes requires the use of a single device registration method. Rework and export it. Don't be put off by the weird patch format, it's a simple move of the operations applied on each device to a function. Signed-off-by: Pantelis Antoniou