All of lore.kernel.org
 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

end of thread, other threads:[~2017-04-13  9:28 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-04 17:18         ` Alexey Klimov
2017-04-13  9:27   ` [ACPI / CPPC] 3e95abd02e: BUG:unable_to_handle_kernel kernel test robot
2017-04-13  9:27     ` kernel test robot
2017-04-13  9:27     ` 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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.