All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@deeprootsystems.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Nishanth Menon <nm@ti.com>,
	linux-pm <linux-pm@lists.linux-foundation.org>,
	lkml <linux-kernel@vger.kernel.org>,
	l-o <linux-omap@vger.kernel.org>,
	l-a <linux-arm-kernel@lists.infradead.org>,
	Paul <paulmck@linux.vnet.ibm.com>
Subject: Re: [PATCH v7] power: introduce library for device-specific OPPs
Date: Mon, 11 Oct 2010 07:43:45 -0700	[thread overview]
Message-ID: <878w24u6vy.fsf@deeprootsystems.com> (raw)
In-Reply-To: <201010100059.20964.rjw@sisk.pl> (Rafael J. Wysocki's message of "Sun, 10 Oct 2010 00:59:20 +0200")

"Rafael J. Wysocki" <rjw@sisk.pl> writes:

> On Friday, October 08, 2010, Nishanth Menon wrote:
>> SoCs have a standard set of tuples consisting of frequency and
>> voltage pairs that the device will support per voltage domain. These
>> are called Operating Performance Points or OPPs. The actual
>> definitions of OPP varies over silicon versions. For a specific domain,
>> we can have a set of {frequency, voltage} pairs. As the kernel boots
>> and more information is available, a default set of these are activated
>> based on the precise nature of device. Further on operation, based on
>> conditions prevailing in the system (such as temperature), some OPP
>> availability may be temporarily controlled by the SoC frameworks.
>> 
>> To implement an OPP, some sort of power management support is necessary
>> hence this library depends on CONFIG_PM.
>> 
>> Contributions include:
>> Sanjeev Premi for the initial concept:
>> 	http://patchwork.kernel.org/patch/50998/
>> Kevin Hilman for converting original design to device-based
>> Kevin Hilman and Paul Walmsey for cleaning up many of the function
>> abstractions, improvements and data structure handling
>> Romit Dasgupta for using enums instead of opp pointers
>> Thara Gopinath, Eduardo Valentin and Vishwanath BS for fixes and
>> cleanups.
>> Linus Walleij for recommending this layer be made generic for usage
>> in other architectures beyond OMAP and ARM.
>> Mark Brown, Andrew Morton, Rafael J Wysocki, Paul E McKenney for valuable
>> improvements.
>> 
>> Discussions and comments from:
>> http://marc.info/?l=linux-omap&m=126033945313269&w=2
>> http://marc.info/?l=linux-omap&m=125482970102327&w=2
>> http://marc.info/?t=125809247500002&r=1&w=2
>> http://marc.info/?l=linux-omap&m=126025973426007&w=2
>> http://marc.info/?t=128152609200064&r=1&w=2
>> http://marc.info/?t=128468723000002&r=1&w=2
>> incorporated.
>> 
>> Cc: Benoit Cousson <b-cousson@ti.com>
>> Cc: Madhusudhan Chikkature Rajashekar <madhu.cr@ti.com>
>> Cc: Phil Carmody <ext-phil.2.carmody@nokia.com>
>> Cc: Roberto Granados Dorado <x0095451@ti.com>
>> Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
>> Cc: Sergio Alberto Aguirre Rodriguez <saaguirre@ti.com>
>> Cc: Tero Kristo <Tero.Kristo@nokia.com>
>> Cc: Eduardo Valentin <eduardo.valentin@nokia.com>
>> Cc: Paul Walmsley <paul@pwsan.com>
>> Cc: Sanjeev Premi <premi@ti.com>
>> Cc: Thara Gopinath <thara@ti.com>
>> Cc: Vishwanath BS <vishwanath.bs@ti.com>
>> Cc: Linus Walleij <linus.walleij@stericsson.com>
>> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
>> Cc: Andrew Morton <akpm@linux-foundation.org>
>> Cc: Rafael J. Wysocki <rjw@sisk.pl>
>> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
>> 
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>
> OK
>
> Your error messages are a bit inconsistent (e.g. some of them print the
> error code while others don't), but I guess I can fix that up.
>
> Still, to apply the patch I need a copyright notice for the doc too.
>
>> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
>
> Kevin, your sign-off here means you endorse the patch as the maintainer.
> Is that correct?

Correct.

Thanks,

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: khilman@deeprootsystems.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7] power: introduce library for device-specific OPPs
Date: Mon, 11 Oct 2010 07:43:45 -0700	[thread overview]
Message-ID: <878w24u6vy.fsf@deeprootsystems.com> (raw)
In-Reply-To: <201010100059.20964.rjw@sisk.pl> (Rafael J. Wysocki's message of "Sun, 10 Oct 2010 00:59:20 +0200")

"Rafael J. Wysocki" <rjw@sisk.pl> writes:

> On Friday, October 08, 2010, Nishanth Menon wrote:
>> SoCs have a standard set of tuples consisting of frequency and
>> voltage pairs that the device will support per voltage domain. These
>> are called Operating Performance Points or OPPs. The actual
>> definitions of OPP varies over silicon versions. For a specific domain,
>> we can have a set of {frequency, voltage} pairs. As the kernel boots
>> and more information is available, a default set of these are activated
>> based on the precise nature of device. Further on operation, based on
>> conditions prevailing in the system (such as temperature), some OPP
>> availability may be temporarily controlled by the SoC frameworks.
>> 
>> To implement an OPP, some sort of power management support is necessary
>> hence this library depends on CONFIG_PM.
>> 
>> Contributions include:
>> Sanjeev Premi for the initial concept:
>> 	http://patchwork.kernel.org/patch/50998/
>> Kevin Hilman for converting original design to device-based
>> Kevin Hilman and Paul Walmsey for cleaning up many of the function
>> abstractions, improvements and data structure handling
>> Romit Dasgupta for using enums instead of opp pointers
>> Thara Gopinath, Eduardo Valentin and Vishwanath BS for fixes and
>> cleanups.
>> Linus Walleij for recommending this layer be made generic for usage
>> in other architectures beyond OMAP and ARM.
>> Mark Brown, Andrew Morton, Rafael J Wysocki, Paul E McKenney for valuable
>> improvements.
>> 
>> Discussions and comments from:
>> http://marc.info/?l=linux-omap&m=126033945313269&w=2
>> http://marc.info/?l=linux-omap&m=125482970102327&w=2
>> http://marc.info/?t=125809247500002&r=1&w=2
>> http://marc.info/?l=linux-omap&m=126025973426007&w=2
>> http://marc.info/?t=128152609200064&r=1&w=2
>> http://marc.info/?t=128468723000002&r=1&w=2
>> incorporated.
>> 
>> Cc: Benoit Cousson <b-cousson@ti.com>
>> Cc: Madhusudhan Chikkature Rajashekar <madhu.cr@ti.com>
>> Cc: Phil Carmody <ext-phil.2.carmody@nokia.com>
>> Cc: Roberto Granados Dorado <x0095451@ti.com>
>> Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>
>> Cc: Sergio Alberto Aguirre Rodriguez <saaguirre@ti.com>
>> Cc: Tero Kristo <Tero.Kristo@nokia.com>
>> Cc: Eduardo Valentin <eduardo.valentin@nokia.com>
>> Cc: Paul Walmsley <paul@pwsan.com>
>> Cc: Sanjeev Premi <premi@ti.com>
>> Cc: Thara Gopinath <thara@ti.com>
>> Cc: Vishwanath BS <vishwanath.bs@ti.com>
>> Cc: Linus Walleij <linus.walleij@stericsson.com>
>> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
>> Cc: Andrew Morton <akpm@linux-foundation.org>
>> Cc: Rafael J. Wysocki <rjw@sisk.pl>
>> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
>> 
>> Signed-off-by: Nishanth Menon <nm@ti.com>
>
> OK
>
> Your error messages are a bit inconsistent (e.g. some of them print the
> error code while others don't), but I guess I can fix that up.
>
> Still, to apply the patch I need a copyright notice for the doc too.
>
>> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
>
> Kevin, your sign-off here means you endorse the patch as the maintainer.
> Is that correct?

Correct.

Thanks,

Kevin

  parent reply	other threads:[~2010-10-11 14:43 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <[PATCH] power: introduce library for device-specific OPPs>
2010-10-08  3:02 ` [PATCH v7] power: introduce library for device-specific OPPs Nishanth Menon
2010-10-08  3:02   ` Nishanth Menon
2010-10-09 22:59   ` Rafael J. Wysocki
2010-10-09 22:59   ` Rafael J. Wysocki
2010-10-09 22:59     ` Rafael J. Wysocki
2010-10-11 14:43     ` Kevin Hilman
2010-10-11 14:43     ` Kevin Hilman [this message]
2010-10-11 14:43       ` Kevin Hilman
2010-10-11 15:00     ` Nishanth Menon
2010-10-11 15:00       ` Nishanth Menon
2010-10-11 22:08       ` Rafael J. Wysocki
2010-10-11 22:08         ` Rafael J. Wysocki
2010-10-12 23:25         ` Rafael J. Wysocki
2010-10-12 23:25           ` Rafael J. Wysocki
2010-10-12 23:57           ` Nishanth Menon
2010-10-12 23:57           ` Nishanth Menon
2010-10-12 23:57             ` Nishanth Menon
2010-10-12 23:25         ` Rafael J. Wysocki
2010-10-11 22:08       ` Rafael J. Wysocki
2010-10-11 15:00     ` Nishanth Menon
2010-10-08  3:02 ` Nishanth Menon

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=878w24u6vy.fsf@deeprootsystems.com \
    --to=khilman@deeprootsystems.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pm@lists.linux-foundation.org \
    --cc=nm@ti.com \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=rjw@sisk.pl \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.