public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ACPI: Add the T-state coordination
@ 2008-01-28  5:50 Zhao Yakui
  2008-01-29 16:18 ` Len Brown
  2008-02-02  7:40 ` Len Brown
  0 siblings, 2 replies; 4+ messages in thread
From: Zhao Yakui @ 2008-01-28  5:50 UTC (permalink / raw)
  To: lenb; +Cc: linux-acpi

Hi, all,

This patch series is for T-state coordination.
Patch 01 Set the bit of ACPI_PDC_SMP_T_SWCOORD.
Patch 02 Check the parameter when calling the function of
acpi_processor_get/set_throttling. 
Patch 03 Update the T-state coordination after obtaining _TSD info
Patch 04 Add the t-state event notifier function
Patch 05 Update the t-state for every affected cpu when t-state is
changed 

I've tested this patch set on t61 laptop. It can work on the three
T-state control mode(MSR, SystemIO, FADT).


Thanks,
Yakui


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] ACPI: Add the T-state coordination
  2008-01-28  5:50 [PATCH 0/5] ACPI: Add the T-state coordination Zhao Yakui
@ 2008-01-29 16:18 ` Len Brown
  2008-01-30  0:46   ` Zhao Yakui
  2008-02-02  7:40 ` Len Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Len Brown @ 2008-01-29 16:18 UTC (permalink / raw)
  To: Zhao Yakui; +Cc: linux-acpi

On Monday 28 January 2008 00:50, Zhao Yakui wrote:
> Hi, all,
> 
> This patch series is for T-state coordination.
> Patch 01 Set the bit of ACPI_PDC_SMP_T_SWCOORD.

shouldn't we be setting the PSD bit _last_ in this series
rather than first?

> Patch 02 Check the parameter when calling the function of
> acpi_processor_get/set_throttling. 
> Patch 03 Update the T-state coordination after obtaining _TSD info
> Patch 04 Add the t-state event notifier function
> Patch 05 Update the t-state for every affected cpu when t-state is
> changed 
> 
> I've tested this patch set on t61 laptop. It can work on the three
> T-state control mode(MSR, SystemIO, FADT).
> 
> 
> Thanks,
> Yakui
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] ACPI: Add the T-state coordination
  2008-01-29 16:18 ` Len Brown
@ 2008-01-30  0:46   ` Zhao Yakui
  0 siblings, 0 replies; 4+ messages in thread
From: Zhao Yakui @ 2008-01-30  0:46 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-acpi

On Tue, 2008-01-29 at 11:18 -0500, Len Brown wrote:
> On Monday 28 January 2008 00:50, Zhao Yakui wrote:
> > Hi, all,
> > 
> > This patch series is for T-state coordination.
> > Patch 01 Set the bit of ACPI_PDC_SMP_T_SWCOORD.
> 
> shouldn't we be setting the PSD bit _last_ in this series
> rather than first?
> 
Thanks. 
Both are OK. Maybe it is more appropriate to put it in the first because
it tells that the T_SWCOORD bit is related to T-state coordination.
> > Patch 02 Check the parameter when calling the function of
> > acpi_processor_get/set_throttling. 
> > Patch 03 Update the T-state coordination after obtaining _TSD info
> > Patch 04 Add the t-state event notifier function
> > Patch 05 Update the t-state for every affected cpu when t-state is
> > changed 
> > 
> > I've tested this patch set on t61 laptop. It can work on the three
> > T-state control mode(MSR, SystemIO, FADT).
> > 
> > 
> > Thanks,
> > Yakui
> > 
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 0/5] ACPI: Add the T-state coordination
  2008-01-28  5:50 [PATCH 0/5] ACPI: Add the T-state coordination Zhao Yakui
  2008-01-29 16:18 ` Len Brown
@ 2008-02-02  7:40 ` Len Brown
  1 sibling, 0 replies; 4+ messages in thread
From: Len Brown @ 2008-02-02  7:40 UTC (permalink / raw)
  To: Zhao Yakui; +Cc: linux-acpi

Series applied to acpi-test

thanks,
-Len

On Monday 28 January 2008 00:50, Zhao Yakui wrote:
> Hi, all,
> 
> This patch series is for T-state coordination.
> Patch 01 Set the bit of ACPI_PDC_SMP_T_SWCOORD.
> Patch 02 Check the parameter when calling the function of
> acpi_processor_get/set_throttling. 
> Patch 03 Update the T-state coordination after obtaining _TSD info
> Patch 04 Add the t-state event notifier function
> Patch 05 Update the t-state for every affected cpu when t-state is
> changed 
> 
> I've tested this patch set on t61 laptop. It can work on the three
> T-state control mode(MSR, SystemIO, FADT).
> 
> 
> Thanks,
> Yakui
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-02-02  7:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28  5:50 [PATCH 0/5] ACPI: Add the T-state coordination Zhao Yakui
2008-01-29 16:18 ` Len Brown
2008-01-30  0:46   ` Zhao Yakui
2008-02-02  7:40 ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox