linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids
@ 2017-03-31  6:24 George Cherian
  2017-03-31  6:24 ` [PATCH 1/2] mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header file George Cherian
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: George Cherian @ 2017-03-31  6:24 UTC (permalink / raw)
  To: linux-acpi, linux-kernel, devel
  Cc: ashwin.chaugule, rjw, lenb, jassisinghbrar, robert.moore,
	lv.zheng, George Cherian

The current cppc acpi driver works with only one pcc subspace id.
It maintains and registers only one pcc channel even if the acpi table has 
different pcc subspace ids. The series tries to address the same by making 
cppc acpi driver aware of multiple possible pcc subspace ids.

Patch 1 : In preparation to share the MAX_PCC_SUBSPACE definition with cppc acpi
	  driver
Patch 2 : Make the cppc acpi driver aware of multiple pcc subspace ids.

George Cherian (2):
  mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header file
  ACPI / CPPC: Make cppc acpi driver aware of pcc subspace ids

 drivers/acpi/cppc_acpi.c | 186 ++++++++++++++++++++++++++---------------------
 drivers/mailbox/pcc.c    |   1 -
 include/acpi/pcc.h       |   1 +
 3 files changed, 103 insertions(+), 85 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids
@ 2017-06-13 14:17 George Cherian
  2017-06-13 14:17 ` [PATCH 2/2] ACPI / CPPC: " George Cherian
  0 siblings, 1 reply; 13+ messages in thread
From: George Cherian @ 2017-06-13 14:17 UTC (permalink / raw)
  To: linux-acpi, linux-kernel, devel
  Cc: rjw, lenb, jassisinghbrar, robert.moore, lv.zheng, George Cherian

The current cppc acpi driver works with only one pcc subspace id.
It maintains and registers only one pcc channel even if the acpi table has 
different pcc subspace ids. 

As per ACPI 6.2 spec  all PCC registers, for all processors in the same 
performance domain (as defined by _PSD), must be defined to be in the same
subspace. The series tries to address the same by making cppc acpi driver 
aware of multiple possible pcc subspace ids.

Patch 1 : In preparation to share the MAX_PCC_SUBSPACE definition with cppc acpi
          driver
Patch 2 : Make the cppc acpi driver aware of multiple pcc subspace ids.


George Cherian (2):
  mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header file
  ACPI / CPPC: Make cppc acpi driver aware of pcc subspace ids

 drivers/acpi/cppc_acpi.c | 179 +++++++++++++++++++++++++----------------------
 drivers/mailbox/pcc.c    |   1 -
 include/acpi/pcc.h       |   1 +
 3 files changed, 97 insertions(+), 84 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2017-07-14 11:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-31  6:24 [PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids George Cherian
2017-03-31  6:24 ` [PATCH 1/2] mailbox: PCC: Move the MAX_PCC_SUBSPACES definition to header file George Cherian
2017-03-31  6:24 ` [PATCH 2/2] ACPI / CPPC: Make cppc acpi driver aware of pcc subspace ids George Cherian
2017-04-03 17:37   ` Alexey Klimov
2017-04-04 10:51     ` George Cherian
2017-04-04 17:18       ` Alexey Klimov
2017-04-13  9:27   ` [ACPI / CPPC] 3e95abd02e: BUG:unable_to_handle_kernel kernel test robot
2017-04-03 16:44 ` [PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids Prakash, Prashanth
2017-04-03 17:50   ` Hoan Tran
2017-04-04 10:53     ` George Cherian
2017-06-13 14:17 George Cherian
2017-06-13 14:17 ` [PATCH 2/2] ACPI / CPPC: " George Cherian
2017-07-13 21:44   ` Prakash, Prashanth
2017-07-14 11:02     ` George Cherian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).