Re: [RFC PATCH 02/11] ARM: DT/kernel: define ARM specific arch_of_get_cpu_node

2013-07-17 Thread Sudeep KarkadaNagesha
On 16/07/13 10:03, Sudeep KarkadaNagesha wrote: > On 15/07/13 20:10, Rob Herring wrote: >> On 07/15/2013 05:22 AM, sudeep.karkadanage...@arm.com wrote: >>> From: Sudeep KarkadaNagesha >>> >>> CPU subsystem now provides architecture specific hook to retrieve the >>> of_node. Most of the cpu DT

Re: [RFC PATCH 02/11] ARM: DT/kernel: define ARM specific arch_of_get_cpu_node

2013-07-17 Thread Sudeep KarkadaNagesha
On 16/07/13 10:03, Sudeep KarkadaNagesha wrote: On 15/07/13 20:10, Rob Herring wrote: On 07/15/2013 05:22 AM, sudeep.karkadanage...@arm.com wrote: From: Sudeep KarkadaNagesha sudeep.karkadanage...@arm.com CPU subsystem now provides architecture specific hook to retrieve the of_node. Most of

Re: [RFC PATCH 02/11] ARM: DT/kernel: define ARM specific arch_of_get_cpu_node

2013-07-16 Thread Sudeep KarkadaNagesha
On 15/07/13 20:10, Rob Herring wrote: > On 07/15/2013 05:22 AM, sudeep.karkadanage...@arm.com wrote: >> From: Sudeep KarkadaNagesha >> >> CPU subsystem now provides architecture specific hook to retrieve the >> of_node. Most of the cpu DT node parsing and initialisation is contained >> in

Re: [RFC PATCH 02/11] ARM: DT/kernel: define ARM specific arch_of_get_cpu_node

2013-07-16 Thread Viresh Kumar
On 16 July 2013 00:40, Rob Herring wrote: > The powermac cpufreq driver could probably also be converted > (arch/powerpc/platforms/powermac/cpufreq_64.c). Its called: drivers/cpufreq/pmac64-cpufreq.c now. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [RFC PATCH 02/11] ARM: DT/kernel: define ARM specific arch_of_get_cpu_node

2013-07-16 Thread Viresh Kumar
On 16 July 2013 00:40, Rob Herring robherri...@gmail.com wrote: The powermac cpufreq driver could probably also be converted (arch/powerpc/platforms/powermac/cpufreq_64.c). Its called: drivers/cpufreq/pmac64-cpufreq.c now. -- To unsubscribe from this list: send the line unsubscribe linux-kernel

Re: [RFC PATCH 02/11] ARM: DT/kernel: define ARM specific arch_of_get_cpu_node

2013-07-16 Thread Sudeep KarkadaNagesha
On 15/07/13 20:10, Rob Herring wrote: On 07/15/2013 05:22 AM, sudeep.karkadanage...@arm.com wrote: From: Sudeep KarkadaNagesha sudeep.karkadanage...@arm.com CPU subsystem now provides architecture specific hook to retrieve the of_node. Most of the cpu DT node parsing and initialisation is

Re: [RFC PATCH 02/11] ARM: DT/kernel: define ARM specific arch_of_get_cpu_node

2013-07-15 Thread Rob Herring
On 07/15/2013 05:22 AM, sudeep.karkadanage...@arm.com wrote: > From: Sudeep KarkadaNagesha > > CPU subsystem now provides architecture specific hook to retrieve the > of_node. Most of the cpu DT node parsing and initialisation is contained > in devtree.c. It's better to contain all CPU device

[RFC PATCH 02/11] ARM: DT/kernel: define ARM specific arch_of_get_cpu_node

2013-07-15 Thread Sudeep . KarkadaNagesha
From: Sudeep KarkadaNagesha CPU subsystem now provides architecture specific hook to retrieve the of_node. Most of the cpu DT node parsing and initialisation is contained in devtree.c. It's better to contain all CPU device node parsing there. arch_of_get_cpu_node is mainly used to assign

[RFC PATCH 02/11] ARM: DT/kernel: define ARM specific arch_of_get_cpu_node

2013-07-15 Thread Sudeep . KarkadaNagesha
From: Sudeep KarkadaNagesha sudeep.karkadanage...@arm.com CPU subsystem now provides architecture specific hook to retrieve the of_node. Most of the cpu DT node parsing and initialisation is contained in devtree.c. It's better to contain all CPU device node parsing there. arch_of_get_cpu_node is

Re: [RFC PATCH 02/11] ARM: DT/kernel: define ARM specific arch_of_get_cpu_node

2013-07-15 Thread Rob Herring
On 07/15/2013 05:22 AM, sudeep.karkadanage...@arm.com wrote: From: Sudeep KarkadaNagesha sudeep.karkadanage...@arm.com CPU subsystem now provides architecture specific hook to retrieve the of_node. Most of the cpu DT node parsing and initialisation is contained in devtree.c. It's better to