From: Nishanth Menon <nm@ti.com>
To: "Aguirre, Sergio" <saaguirre@ti.com>
Cc: Phil Carmody <ext-phil.2.carmody@nokia.com>,
linux-doc <linux-doc@vger.kernel.org>,
Kevin Hilman <khilman@deeprootsystems.com>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
"H. Peter Anvin" <hpa@zytor.com>,
Jesse Barnes <jbarnes@virtuousgeek.org>,
Randy Dunlap <rdunlap@xenotime.net>, Pavel Machek <pavel@ucw.cz>,
"Chikkature Rajashekar, Madhusudhan" <madhu.cr@ti.com>,
Andi Kleen <ak@linux.intel.com>,
"Sripathy, Vishwanath" <vishwanath.bs@ti.com>,
linux-pm <linux-pm@lists.linux-foundation.org>,
"romit@ti.com" <romit@ti.com>, Matthew Garrett <mjg@redhat.com>,
Len Brown <len.brown@intel.com>,
Eduardo Valentin <eduardo.valentin@nokia.com>,
"Rafael J. Wysocki" <rjw@sisk.pl>,
linux-omap <linux-omap@vger.kernel.org>,
"Gopinath, Thara" <thara@ti.com>,
linux-arm <linux-arm-kernel@lists.infradead.org>,
Linus Walleij <linus.walleij@stericsson.com>,
Paul Walmsley <paul@pws>
Subject: Re: [PATCH] opp: introduce library for device-specific OPPs
Date: Fri, 17 Sep 2010 11:20:10 -0500 [thread overview]
Message-ID: <4C93953A.3010702@ti.com> (raw)
In-Reply-To: <A24693684029E5489D1D202277BE89447260B287@dlee02.ent.ti.com>
Aguirre, Sergio had written, on 09/17/2010 11:15 AM, the following:
>>>>> diff --git a/include/linux/opp.h b/include/linux/opp.h
>>>>> new file mode 100644
>>>>> index 0000000..94a552b
>>>>> --- /dev/null
>>>>> +++ b/include/linux/opp.h
>>>>> @@ -0,0 +1,136 @@
>>>>> +/*
>>>>> + * Generic OPP Interface
>>>>> + *
>>>>> + * Copyright (C) 2009-2010 Texas Instruments Incorporated.
>>>>> + * Nishanth Menon
>>>>> + * Romit Dasgupta <romit@ti.com>
>>>>> + * Copyright (C) 2009 Deep Root Systems, LLC.
>>>>> + * Kevin Hilman
>>>> Just curious why only Romit's e-mail address is there, and not Kevin's
>>> or
>>>> yours...
>>> personal choice I guess, Romit prefered his email id added Kevin and I
>>> did not.
>> OK. No problem then :)
>
> Actually, Romit's e-mail address seems to be invalid... Is he still having that address? (OR is he still working in TI? 8-| )
On an internal thread, I am told to remove the email id - so will remove
Romit's email id and cc from v2 patch.
--
Regards,
Nishanth Menon
WARNING: multiple messages have this Message-ID (diff)
From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] opp: introduce library for device-specific OPPs
Date: Fri, 17 Sep 2010 11:20:10 -0500 [thread overview]
Message-ID: <4C93953A.3010702@ti.com> (raw)
In-Reply-To: <A24693684029E5489D1D202277BE89447260B287@dlee02.ent.ti.com>
Aguirre, Sergio had written, on 09/17/2010 11:15 AM, the following:
>>>>> diff --git a/include/linux/opp.h b/include/linux/opp.h
>>>>> new file mode 100644
>>>>> index 0000000..94a552b
>>>>> --- /dev/null
>>>>> +++ b/include/linux/opp.h
>>>>> @@ -0,0 +1,136 @@
>>>>> +/*
>>>>> + * Generic OPP Interface
>>>>> + *
>>>>> + * Copyright (C) 2009-2010 Texas Instruments Incorporated.
>>>>> + * Nishanth Menon
>>>>> + * Romit Dasgupta <romit@ti.com>
>>>>> + * Copyright (C) 2009 Deep Root Systems, LLC.
>>>>> + * Kevin Hilman
>>>> Just curious why only Romit's e-mail address is there, and not Kevin's
>>> or
>>>> yours...
>>> personal choice I guess, Romit prefered his email id added Kevin and I
>>> did not.
>> OK. No problem then :)
>
> Actually, Romit's e-mail address seems to be invalid... Is he still having that address? (OR is he still working in TI? 8-| )
On an internal thread, I am told to remove the email id - so will remove
Romit's email id and cc from v2 patch.
--
Regards,
Nishanth Menon
next prev parent reply other threads:[~2010-09-17 16:20 UTC|newest]
Thread overview: 105+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <[PATCH 1/4] OMAP: introduce OPP layer for device-specific OPPs>
2010-09-17 1:29 ` [PATCH] opp: introduce library for device-specific OPPs Nishanth Menon
2010-09-17 1:29 ` Nishanth Menon
2010-09-17 1:29 ` Nishanth Menon
2010-09-17 13:41 ` Linus Walleij
2010-09-17 13:41 ` Linus Walleij
2010-09-17 15:05 ` Nishanth Menon
2010-09-17 15:05 ` Nishanth Menon
2010-09-17 15:59 ` Nishanth Menon
2010-09-17 15:59 ` Nishanth Menon
2010-09-17 22:45 ` Rafael J. Wysocki
2010-09-17 22:45 ` Rafael J. Wysocki
2010-09-17 23:19 ` Nishanth Menon
2010-09-17 23:19 ` Nishanth Menon
2010-09-18 19:11 ` Rafael J. Wysocki
2010-09-18 19:11 ` Rafael J. Wysocki
2010-09-18 19:11 ` Rafael J. Wysocki
2010-09-18 19:11 ` Rafael J. Wysocki
2010-09-17 15:59 ` Nishanth Menon
2010-09-17 15:05 ` Nishanth Menon
2010-09-17 14:09 ` Aguirre, Sergio
2010-09-17 14:09 ` Aguirre, Sergio
2010-09-17 15:30 ` Nishanth Menon
2010-09-17 15:30 ` Nishanth Menon
2010-09-17 16:11 ` Aguirre, Sergio
2010-09-17 16:11 ` Aguirre, Sergio
2010-09-17 16:11 ` Aguirre, Sergio
2010-09-17 16:15 ` Aguirre, Sergio
2010-09-17 16:15 ` Aguirre, Sergio
2010-09-17 16:20 ` Nishanth Menon
2010-09-17 16:20 ` Nishanth Menon [this message]
2010-09-17 16:20 ` Nishanth Menon
2010-09-17 16:15 ` Aguirre, Sergio
2010-09-17 15:30 ` Nishanth Menon
2010-09-17 14:09 ` Aguirre, Sergio
2010-09-17 15:36 ` [linux-pm] " Mark Brown
2010-09-17 15:36 ` Mark Brown
2010-09-17 15:36 ` Mark Brown
2010-09-17 15:53 ` Nishanth Menon
2010-09-17 15:53 ` [linux-pm] " Nishanth Menon
2010-09-17 15:53 ` Nishanth Menon
2010-09-17 15:53 ` Nishanth Menon
2010-09-17 15:59 ` Mark Brown
2010-09-17 15:59 ` [linux-pm] " Mark Brown
2010-09-17 15:59 ` Mark Brown
2010-09-17 15:59 ` Mark Brown
2010-09-18 0:37 ` Kevin Hilman
2010-09-18 0:37 ` [linux-pm] " Kevin Hilman
2010-09-18 0:37 ` Kevin Hilman
2010-09-18 10:04 ` Mark Brown
2010-09-18 10:04 ` Mark Brown
2010-09-18 10:04 ` Mark Brown
2010-09-17 22:22 ` Rafael J. Wysocki
2010-09-17 22:22 ` [linux-pm] " Rafael J. Wysocki
2010-09-17 22:22 ` Rafael J. Wysocki
2010-09-17 22:22 ` Rafael J. Wysocki
2010-09-17 22:26 ` Nishanth Menon
2010-09-17 22:26 ` Nishanth Menon
2010-09-17 22:26 ` Nishanth Menon
2010-09-17 22:52 ` Rafael J. Wysocki
2010-09-17 22:52 ` [linux-pm] " Rafael J. Wysocki
2010-09-17 22:52 ` Rafael J. Wysocki
2010-09-17 22:52 ` Rafael J. Wysocki
2010-09-17 22:26 ` Nishanth Menon
2010-09-17 16:45 ` Phil Carmody
2010-09-17 16:45 ` [linux-pm] " Phil Carmody
2010-09-17 16:45 ` Phil Carmody
2010-09-17 16:45 ` Phil Carmody
2010-09-18 10:08 ` Mark Brown
2010-09-18 10:08 ` Mark Brown
2010-09-18 10:08 ` Mark Brown
2010-09-18 10:08 ` Mark Brown
2010-09-17 15:36 ` Mark Brown
2010-09-17 19:19 ` Andrew Morton
2010-09-17 19:19 ` Andrew Morton
2010-09-17 19:19 ` Andrew Morton
2010-09-17 21:23 ` Nishanth Menon
2010-09-17 21:23 ` Nishanth Menon
2010-09-17 22:51 ` Kevin Hilman
2010-09-17 22:51 ` Kevin Hilman
2010-09-17 23:07 ` Rafael J. Wysocki
2010-09-17 23:07 ` Rafael J. Wysocki
2010-09-17 23:33 ` Nishanth Menon
2010-09-17 23:33 ` Nishanth Menon
2010-09-18 18:41 ` Rafael J. Wysocki
2010-09-18 18:41 ` Rafael J. Wysocki
2010-09-18 18:41 ` Rafael J. Wysocki
2010-09-20 15:26 ` Kevin Hilman
2010-09-20 15:26 ` Kevin Hilman
2010-09-20 15:26 ` Kevin Hilman
2010-09-20 15:26 ` Kevin Hilman
2010-09-20 16:38 ` Rafael J. Wysocki
2010-09-20 16:38 ` Rafael J. Wysocki
2010-09-20 17:21 ` Kevin Hilman
2010-09-20 17:21 ` Kevin Hilman
2010-09-20 17:21 ` Kevin Hilman
2010-09-20 17:35 ` Rafael J. Wysocki
2010-09-20 17:35 ` Rafael J. Wysocki
2010-09-20 17:35 ` Rafael J. Wysocki
2010-09-20 16:38 ` Rafael J. Wysocki
2010-09-18 18:41 ` Rafael J. Wysocki
2010-09-19 19:46 ` Mark Brown
2010-09-19 19:46 ` Mark Brown
2010-09-17 21:23 ` Nishanth Menon
2010-09-17 22:07 ` Rafael J. Wysocki
2010-09-17 22:07 ` 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=4C93953A.3010702@ti.com \
--to=nm@ti.com \
--cc=ak@linux.intel.com \
--cc=benh@kernel.crashing.org \
--cc=eduardo.valentin@nokia.com \
--cc=ext-phil.2.carmody@nokia.com \
--cc=hpa@zytor.com \
--cc=jbarnes@virtuousgeek.org \
--cc=khilman@deeprootsystems.com \
--cc=len.brown@intel.com \
--cc=linus.walleij@stericsson.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=madhu.cr@ti.com \
--cc=mjg@redhat.com \
--cc=paul@pws \
--cc=pavel@ucw.cz \
--cc=rdunlap@xenotime.net \
--cc=rjw@sisk.pl \
--cc=romit@ti.com \
--cc=saaguirre@ti.com \
--cc=thara@ti.com \
--cc=vishwanath.bs@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 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.