Re: [PATCH v3 03/16] driver/core: cpu: initialize of_node in cpu's device struture

2013-08-15 Thread Sudeep KarkadaNagesha
On 15/08/13 12:35, Tomasz Figa wrote: > Hi Sudeep, > > On Monday 22 of July 2013 12:32:14 Sudeep KarkadaNagesha wrote: >> From: Sudeep KarkadaNagesha >> >> CPUs are also registered as devices but the of_node in these cpu >> devices are not initialized. Currently different drivers requiring >> to

Re: [PATCH v3 03/16] driver/core: cpu: initialize of_node in cpu's device struture

2013-08-15 Thread Tomasz Figa
Hi Sudeep, On Monday 22 of July 2013 12:32:14 Sudeep KarkadaNagesha wrote: > From: Sudeep KarkadaNagesha > > CPUs are also registered as devices but the of_node in these cpu > devices are not initialized. Currently different drivers requiring > to access cpu device node are parsing the nodes the

[PATCH v3 03/16] driver/core: cpu: initialize of_node in cpu's device struture

2013-07-22 Thread Sudeep KarkadaNagesha
From: Sudeep KarkadaNagesha CPUs are also registered as devices but the of_node in these cpu devices are not initialized. Currently different drivers requiring to access cpu device node are parsing the nodes themselves and initialising the of_node in cpu device. The of_node in all the cpu device