From: Prashanth Prakash <pprakash@codeaurora.org>
To: rjw@rjwysocki.net
Cc: ashwin.chaugule@linaro.org, linux-acpi@vger.kernel.org,
linaro-acpi@lists.linaro.org, alexey.klimov@arm.com,
Prashanth Prakash <pprakash@codeaurora.org>
Subject: [PATCH V4 0/5] acpi: cppc optimization patches
Date: Wed, 17 Feb 2016 13:20:58 -0700 [thread overview]
Message-ID: <1455740463-19192-1-git-send-email-pprakash@codeaurora.org> (raw)
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.
next reply other threads:[~2016-02-17 20:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-17 20:20 Prashanth Prakash [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1455740463-19192-1-git-send-email-pprakash@codeaurora.org \
--to=pprakash@codeaurora.org \
--cc=alexey.klimov@arm.com \
--cc=ashwin.chaugule@linaro.org \
--cc=linaro-acpi@lists.linaro.org \
--cc=linux-acpi@vger.kernel.org \
--cc=rjw@rjwysocki.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox