From: Greg KH <gregkh@suse.de>
To: "Jiejing.Zhang " <kzjeef@gmail.com>
Cc: Nishanth Menon <nm@ti.com>, Len Brown <len.brown@intel.com>,
Kevin Hilman <khilman@deeprootsystems.com>,
Kyungmin Park <kyungmin.park@samsung.com>,
MyungJoo Ham <myungjoo.ham@samsung.com>,
linux-pm@lists.linux-foundation.org
Subject: Re: [RFC PATCH] PM: Introduce generic DVFS framework with device-specific OPPs
Date: Tue, 26 Apr 2011 13:54:30 -0700 [thread overview]
Message-ID: <20110426205430.GA20381@suse.de> (raw)
In-Reply-To: <BANLkTi=VFPZinH+1x0xBTP9o_s6+2gsA7w@mail.gmail.com>
On Tue, Apr 26, 2011 at 10:45:18PM +0800, Jiejing.Zhang wrote:
> Hi Greg,
>
> I think DVFS here means “Dynamic voltage and frequency scaling”, refering the
> first google's result:
Ok, if so, please spell it out.
Also, don't use 'dvfs' as a prefix in the kernel, too many other people
will think it is a filesystem. How about "dynvolt"?
Or anything else, just no 'fs' in the name otherwise confusion will
reign.
> a dynamic voltage and frequency scaling (DVFS) *technique that minimizes the
> total system energy consumption for performing a task while satisfying
> a given execution time constraint. We first show that in order to
> guarantee minimum energy for task execution by using DVFS it is
> essential to divide the system power into active and standby power
> components. Next, we present a new DVFS technique, which considers not
> only the active power, but also the standby component of the system
> power.
Please put this in the changelog entry, you need to explain it to those
of us who have never seen it.
thanks,
greg k-h
_______________________________________________
linux-pm mailing list
linux-pm@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/linux-pm
next prev parent reply other threads:[~2011-04-26 20:54 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-26 8:43 [RFC PATCH] PM: Introduce generic DVFS framework with device-specific OPPs MyungJoo Ham
2011-04-26 11:09 ` Rafael J. Wysocki
2011-04-27 5:22 ` MyungJoo Ham
2011-04-27 13:46 ` Rafael J. Wysocki
2011-04-28 6:54 ` MyungJoo Ham
2011-04-28 19:19 ` Rafael J. Wysocki
2011-04-27 17:49 ` Colin Cross
2011-04-27 18:07 ` Menon, Nishanth
2011-04-27 18:34 ` Mark Brown
2011-04-27 18:45 ` Colin Cross
2011-04-27 18:58 ` Mark Brown
[not found] ` <BANLkTin4rrniJpOheLH=JE0jq7vFpdDbrA@mail.gmail.com>
2011-04-27 18:29 ` Colin Cross
[not found] ` <BANLkTi=WWASxk3Fz83324k40Lbq+ccAPeA@mail.gmail.com>
2011-04-27 18:37 ` Colin Cross
2011-04-27 18:48 ` Menon, Nishanth
[not found] ` <BANLkTikEtTDp3Cpj0D5z34wA0_G_DWwKFg@mail.gmail.com>
2011-04-27 18:54 ` Colin Cross
2011-04-27 19:26 ` Thomas Gleixner
[not found] ` <alpine.LFD.2.02.1104272104390.3323@ionos>
2011-04-27 20:48 ` Colin Cross
[not found] ` <BANLkTinWD0ktYKzR_jnQSE76AuW+Z1PSLw@mail.gmail.com>
2011-04-28 6:12 ` MyungJoo Ham
[not found] ` <BANLkTi=Be3DrAUoPmgHpjhAVmN-Pi5Au7g@mail.gmail.com>
2011-04-28 6:44 ` Colin Cross
[not found] ` <BANLkTiniJUgTTDh7SF8yNMeSMa+JYM21wA@mail.gmail.com>
2011-04-28 6:50 ` MyungJoo Ham
[not found] ` <BANLkTimzWyvcBV2ymxaMf=HmRhGYBboB1w@mail.gmail.com>
2011-04-28 7:06 ` Colin Cross
[not found] ` <BANLkTik6L8HkJ0YjQYjh_3eEmbffyk1kRA@mail.gmail.com>
2011-04-28 7:34 ` MyungJoo Ham
2011-04-28 12:19 ` Mark Brown
[not found] ` <BANLkTinP0_qpF3sp8CzDy42i24wqqo7ohw@mail.gmail.com>
2011-04-28 5:59 ` MyungJoo Ham
[not found] ` <BANLkTin-OMyrz=McN6X4TAZrvv3ehVBGew@mail.gmail.com>
2011-04-28 6:43 ` Colin Cross
[not found] ` <BANLkTikVHs1n8fXEAZh6Q4io39eD9PG14w@mail.gmail.com>
2011-04-28 7:16 ` MyungJoo Ham
2011-04-27 19:00 ` Thomas Gleixner
2011-04-26 13:22 ` Greg KH
2011-04-26 14:45 ` Jiejing.Zhang
2011-04-26 20:54 ` Greg KH [this message]
2011-04-27 5:33 ` MyungJoo Ham
2011-04-27 13:49 ` Rafael J. Wysocki
2011-04-27 13:36 ` Mark Brown
2011-04-26 19:45 ` Pavel Machek
2011-04-26 15:07 ` Mark Brown
2011-04-27 5:24 ` MyungJoo Ham
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=20110426205430.GA20381@suse.de \
--to=gregkh@suse.de \
--cc=khilman@deeprootsystems.com \
--cc=kyungmin.park@samsung.com \
--cc=kzjeef@gmail.com \
--cc=len.brown@intel.com \
--cc=linux-pm@lists.linux-foundation.org \
--cc=myungjoo.ham@samsung.com \
--cc=nm@ti.com \
/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