From: MyungJoo Ham <myungjoo.ham@samsung.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>,
Dave Jones <davej@redhat.com>,
linux-pm@vger.kernel.org,
"linux-next@vger.kernel.org" <linux-next@vger.kernel.org>,
Len Brown <len.brown@intel.com>, Pavel Machek <pavel@ucw.cz>,
Kevin Hilman <khilman@ti.com>, Jean Pihet <j-pihet@ti.com>,
markgross <markgross@thegnar.org>,
kyungmin.park@samsung.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3] PM / QoS: Introduce new classes: DMA-Throughput and DVFS-Latency
Date: Fri, 9 Mar 2012 17:17:13 +0900 [thread overview]
Message-ID: <CAJ0PZbRGv2kAMZfTSzt-zjNeN6WBQ195ktXbUfmwFGOTBVobCA@mail.gmail.com> (raw)
In-Reply-To: <CAJ0PZbQSuG2sJngV+MzaveWvvQZM=bm_GxB_725PNv0zAx+H5A@mail.gmail.com>
On Wed, Mar 7, 2012 at 6:36 PM, MyungJoo Ham <myungjoo.ham@samsung.com> wrote:
> 2012/3/7 Rafael J. Wysocki <rjw@sisk.pl>:
>> Hi,
>>
>> Can you please post all of your outstanding PM-related patches that
>> you want me to look at in one series, so that they appear in context?
>>
>> I'm struggling to understand what you need all those changes for.
>>
>
> Hello Rafael,
>
>
> I've put the patches at
>
> - devfreq patches (based on your pm-devfreq branch)
> http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/devfreq-for-next
>
> - pm-qos patches (based on your pm-qos branch)
> http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/pm_qos-for-next
>
>
> - In order to help understand, all related patches are at (do not pull
> from here, please)
> http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/devfreq
> devfreq patches + pm-qos patches + cpufreq patches combined. (based on
> Linux 3.3-rc6 + some test patches.)
> However, it does not include recent PM-QoS patches in pm-qos branch,
> so the patches are not recent and different from the above. So please
> do not pull from here to your branches.
>
Hi Rafael,
Here goes to-be-pulled branches for linux-pm.git of yours (pm-devfreq,
pm-qos); they have some updates since last submissions (like those
mentioned by Mike)
Please use the following addresses if you feel fine for them to be pulled.
Cheers!
MyungJoo.
-------- PM / devfreq (fitted for pm-devfreq branch) ----------
The following changes since commit e4c9d8efe6bdc844071d68960dfa2003c5cf6449:
Merge branch 'devfreq-for-next' of
git://git.infradead.org/users/kmpark/linux-samsung into pm-devfreq
(2012-01-25 00:02:08 +0100)
are available in the git repository at:
git://git.infradead.org/users/kmpark/linux-samsung devfreq-for-next
GITWEB: http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/devfreq-for-next
MyungJoo Ham (2):
PM / devfreq: add PM QoS support
PM / devfreq: add relation of recommended frequency.
drivers/devfreq/devfreq.c | 193 +++++++++++++++++++++++++++++++++++++++--
drivers/devfreq/exynos4_bus.c | 14 ++-
include/linux/devfreq.h | 53 +++++++++++-
3 files changed, 245 insertions(+), 15 deletions(-)
-------- PM / QoS (fitted for pm-qos branch) ----------
The following changes since commit a9b542ee607a8afafa9447292394959fc84ea650:
PM / QoS: unconditionally build the feature (2012-02-13 16:23:42 +0100)
are available in the git repository at:
git://git.infradead.org/users/kmpark/linux-samsung pm_qos-for-next
GITWEB: http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/pm_qos-for-next
MyungJoo Ham (2):
PM / QoS: Introduce new classes: DMA-Throughput and DVFS-Latency
PM / QoS: add pm_qos_update_request_timeout API
include/linux/pm_qos.h | 8 +++++
kernel/power/qos.c | 81 +++++++++++++++++++++++++++++++++++++++++++++++-
--
MyungJoo Ham, Ph.D.
Mobile Software Platform Lab, DMC Business, Samsung Electronics
next prev parent reply other threads:[~2012-03-09 8:17 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-05 1:46 linux-next: build failure after merge of the cpufreq tree MyungJoo Ham
2012-03-07 5:02 ` [PATCH v3] PM / QoS: Introduce new classes: DMA-Throughput and DVFS-Latency MyungJoo Ham
2012-03-07 9:02 ` Rafael J. Wysocki
2012-03-07 9:36 ` MyungJoo Ham
2012-03-09 8:17 ` MyungJoo Ham [this message]
2012-03-10 22:22 ` Rafael J. Wysocki
2012-03-08 3:47 ` mark gross
2012-03-09 5:53 ` MyungJoo Ham
2012-03-10 22:53 ` Rafael J. Wysocki
2012-03-16 8:30 ` MyungJoo Ham
2012-03-17 0:01 ` Rafael J. Wysocki
2012-03-18 17:06 ` mark gross
2012-03-26 12:06 ` MyungJoo Ham
2012-03-26 14:38 ` mark gross
2012-03-18 16:50 ` mark gross
2012-03-10 22:25 ` Rafael J. Wysocki
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=CAJ0PZbRGv2kAMZfTSzt-zjNeN6WBQ195ktXbUfmwFGOTBVobCA@mail.gmail.com \
--to=myungjoo.ham@samsung.com \
--cc=davej@redhat.com \
--cc=j-pihet@ti.com \
--cc=khilman@ti.com \
--cc=kyungmin.park@samsung.com \
--cc=len.brown@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=markgross@thegnar.org \
--cc=myungjoo.ham@gmail.com \
--cc=pavel@ucw.cz \
--cc=rjw@sisk.pl \
--cc=sfr@canb.auug.org.au \
/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;
as well as URLs for NNTP newsgroup(s).