linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] acpi: cppc optimization patches
@ 2016-01-15 18:43 Prashanth Prakash
  2016-01-15 18:43 ` [PATCH 1/4] ACPI / CPPC: Optimize PCC Read Write operations Prashanth Prakash
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Prashanth Prakash @ 2016-01-15 18:43 UTC (permalink / raw)
  To: rjw, ashwin.chaugule; +Cc: linux-acpi, linaro-acpi, Prashanth Prakash

This series introduces changes to reduce the time required to send a frequency
transition requests to the platform while using the cppc-cpufreq driver.

With these changes we see significant improvement in the average time to send
freq. transition request to the platform. Profiling on an ARM platform showed
that the average transaction time per request reduced from 200us to under 20us.

Ashwin Chaugule (1):
  ACPI / CPPC: Optimize PCC Read Write operations

Prashanth Prakash (3):
  acpi: cppc: optimized cpc_read and cpc_write
  mailbox: pcc: optimized pcc_send_data
  acpi: cppc: replace writeX/readX to PCC with relaxed version

 drivers/acpi/cppc_acpi.c | 184 +++++++++++++++++++++++++++++++++++------------
 drivers/mailbox/pcc.c    | 110 ++++++++++++++++++++++++++--
 2 files changed, 241 insertions(+), 53 deletions(-)

-- 
Qualcomm Technologies, Inc. on behalf
of the Qualcomm Innovation Center, Inc.  The Qualcomm Innovation Center, Inc. 
is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project.


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

end of thread, other threads:[~2016-01-21  0:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-15 18:43 [PATCH 0/4] acpi: cppc optimization patches Prashanth Prakash
2016-01-15 18:43 ` [PATCH 1/4] ACPI / CPPC: Optimize PCC Read Write operations Prashanth Prakash
2016-01-15 18:43 ` [PATCH 2/4] acpi: cppc: optimized cpc_read and cpc_write Prashanth Prakash
2016-01-20 22:17   ` Ashwin Chaugule
2016-01-15 18:43 ` [PATCH 3/4] mailbox: pcc: optimized pcc_send_data Prashanth Prakash
2016-01-15 19:33   ` kbuild test robot
2016-01-20 22:29     ` Ashwin Chaugule
2016-01-21  0:05       ` Prakash, Prashanth
2016-01-15 18:43 ` [PATCH 4/4] acpi: cppc: replace writeX/readX to PCC with relaxed version Prashanth Prakash
2016-01-20 22:18   ` Ashwin Chaugule

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).