[PATCH v8 0/7] power management patch set

2012-07-20 Thread Zhao Chenhui
Changes for v8: * Separated the cpu hotplug patch into three patches, as follows [PATCH v8 1/7] powerpc/smp: use a struct epapr_spin_table to replace macros [PATCH v8 2/7] powerpc/smp: add generic_set_cpu_up() to set cpu_state as CPU_UP_PREPARE [PATCH v8 4/7] powerpc/85xx: add HOTPLUG_CPU su

Re: [PATCH v8 0/7] power management patch set

2012-07-26 Thread Li Yang
On Fri, Jul 20, 2012 at 8:42 PM, Zhao Chenhui wrote: > Changes for v8: > * Separated the cpu hotplug patch into three patches, as follows > [PATCH v8 1/7] powerpc/smp: use a struct epapr_spin_table to replace macros > [PATCH v8 2/7] powerpc/smp: add generic_set_cpu_up() to set cpu_state as >

Re: [PATCH v8 0/7] power management patch set

2012-07-26 Thread Kumar Gala
On Jul 26, 2012, at 9:02 AM, Li Yang wrote: > On Fri, Jul 20, 2012 at 8:42 PM, Zhao Chenhui > wrote: >> Changes for v8: >> * Separated the cpu hotplug patch into three patches, as follows >> [PATCH v8 1/7] powerpc/smp: use a struct epapr_spin_table to replace macros >> [PATCH v8 2/7] powerpc/smp

Re: [PATCH v8 0/7] power management patch set

2012-07-26 Thread Scott Wood
On 07/26/2012 09:02 AM, Li Yang wrote: > On Fri, Jul 20, 2012 at 8:42 PM, Zhao Chenhui > wrote: >> Changes for v8: >> * Separated the cpu hotplug patch into three patches, as follows >> [PATCH v8 1/7] powerpc/smp: use a struct epapr_spin_table to replace macros >> [PATCH v8 2/7] powerpc/smp: a

Re: [PATCH v8 0/7] power management patch set

2012-07-26 Thread Li Yang
On Fri, Jul 27, 2012 at 1:29 AM, Kumar Gala wrote: > > On Jul 26, 2012, at 9:02 AM, Li Yang wrote: > >> On Fri, Jul 20, 2012 at 8:42 PM, Zhao Chenhui >> wrote: >>> Changes for v8: >>> * Separated the cpu hotplug patch into three patches, as follows >>> [PATCH v8 1/7] powerpc/smp: use a struct epa

Re: [PATCH v8 0/7] power management patch set

2012-07-27 Thread Kumar Gala
On Jul 26, 2012, at 10:14 PM, Li Yang wrote: > On Fri, Jul 27, 2012 at 1:29 AM, Kumar Gala wrote: >> >> On Jul 26, 2012, at 9:02 AM, Li Yang wrote: >> >>> On Fri, Jul 20, 2012 at 8:42 PM, Zhao Chenhui >>> wrote: Changes for v8: * Separated the cpu hotplug patch into three patches, a