Re: [PATCH v8 7/8] of: spi: Export single device registration method and accessors

2014-10-29 Thread Pantelis Antoniou
Hi Alexander, > On Oct 29, 2014, at 09:44 , Alexander Sverdlin > wrote: > > Hello Pantelis, > > I've pointed to this already, but anyway: > > On 28/10/14 21:36, ext Pantelis Antoniou wrote: >> Dynamically inserting spi device nodes requires the use of a single >> device registration method.

Re: [PATCH v8 7/8] of: spi: Export single device registration method and accessors

2014-10-29 Thread Alexander Sverdlin
Hello Pantelis, I've pointed to this already, but anyway: On 28/10/14 21:36, ext Pantelis Antoniou wrote: > Dynamically inserting spi device nodes requires the use of a single > device registration method. Rework and export it. > > Methods to lookup a device/master using a device node are added

Re: [PATCH v8 7/8] of: spi: Export single device registration method and accessors

2014-10-29 Thread Alexander Sverdlin
Hello Pantelis, I've pointed to this already, but anyway: On 28/10/14 21:36, ext Pantelis Antoniou wrote: Dynamically inserting spi device nodes requires the use of a single device registration method. Rework and export it. Methods to lookup a device/master using a device node are added as

Re: [PATCH v8 7/8] of: spi: Export single device registration method and accessors

2014-10-29 Thread Pantelis Antoniou
Hi Alexander, On Oct 29, 2014, at 09:44 , Alexander Sverdlin alexander.sverd...@nsn.com wrote: Hello Pantelis, I've pointed to this already, but anyway: On 28/10/14 21:36, ext Pantelis Antoniou wrote: Dynamically inserting spi device nodes requires the use of a single device

[PATCH v8 7/8] of: spi: Export single device registration method and accessors

2014-10-28 Thread Pantelis Antoniou
Dynamically inserting spi device nodes requires the use of a single device registration method. Rework and export it. Methods to lookup a device/master using a device node are added as well, of_find_spi_master_by_node() & of_find_spi_device_by_node(). Signed-off-by: Pantelis Antoniou ---

[PATCH v8 7/8] of: spi: Export single device registration method and accessors

2014-10-28 Thread Pantelis Antoniou
Dynamically inserting spi device nodes requires the use of a single device registration method. Rework and export it. Methods to lookup a device/master using a device node are added as well, of_find_spi_master_by_node() of_find_spi_device_by_node(). Signed-off-by: Pantelis Antoniou