public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V4 0/5] acpi: cppc optimization patches
@ 2016-02-17 20:20 Prashanth Prakash
  2016-02-17 20:20 ` [PATCH V4 1/5] ACPI / CPPC: Optimize PCC Read Write operations Prashanth Prakash
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Prashanth Prakash @ 2016-02-17 20:20 UTC (permalink / raw)
  To: rjw
  Cc: ashwin.chaugule, linux-acpi, linaro-acpi, alexey.klimov,
	Prashanth Prakash

Changes in V4: 
[1] Added another patch which decides if or when to send a request to the 
platform based on the Minimum Request Turnaround Time(MRTT) and Maximum 
Periodic Access Rate(MPAR) to make sure the implementation is compliant
to ACPI spec
[2] Fixed the condition for pr_debug message in cppc_chan_tx_done() 

Changes in V3: Addressed the review comments from Alexey, Ashwin and Timur

Changes in V2: Fixed compilation error on i386

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 (4):
  acpi: cppc: optimized cpc_read and cpc_write
  mailbox: pcc: optimized pcc_send_data
  acpi: cppc: replace writeX/readX to PCC with relaxed version
  acpi/cppc: use MRTT/MPAR to decide if/when a req can be sent

 drivers/acpi/cppc_acpi.c | 237 ++++++++++++++++++++++++++++++++++++++---------
 drivers/mailbox/pcc.c    | 111 ++++++++++++++++++++--
 2 files changed, 295 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] 9+ messages in thread

end of thread, other threads:[~2016-03-11  1:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 20:20 [PATCH V4 0/5] acpi: cppc optimization patches Prashanth Prakash
2016-02-17 20:20 ` [PATCH V4 1/5] ACPI / CPPC: Optimize PCC Read Write operations Prashanth Prakash
2016-02-17 20:21 ` [PATCH V4 2/5] acpi: cppc: optimized cpc_read and cpc_write Prashanth Prakash
2016-02-17 20:21 ` [PATCH V4 3/5] mailbox: pcc: optimized pcc_send_data Prashanth Prakash
2016-02-17 20:21 ` [PATCH V4 4/5] acpi: cppc: replace writeX/readX to PCC with relaxed version Prashanth Prakash
2016-02-17 20:21 ` [PATCH V4 5/5] acpi/cppc: use MRTT/MPAR to decide if/when a req can be sent Prashanth Prakash
2016-02-18 19:57   ` Ashwin Chaugule
2016-03-10 23:36 ` [PATCH V4 0/5] acpi: cppc optimization patches Rafael J. Wysocki
2016-03-11  1:29   ` Ashwin Chaugule

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