From: Kevin Hilman <khilman@ti.com>
To: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Colin Cross <ccross@android.com>, Rob Lee <rob.lee@linaro.org>,
Lists Linaro-dev <linaro-dev@lists.linaro.org>,
Peter De Schrijver <pdeschrijver@nvidia.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Amit Kucheria <amit.kucheria@linaro.org>,
linux-acpi@vger.kernel.org, linux-next@vger.kernel.org,
linux-pm@lists.linux-foundation.org,
Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [linux-pm] cpuidle future and improvements
Date: Wed, 11 Jul 2012 07:00:19 -0700 [thread overview]
Message-ID: <87a9z6pfd8.fsf@ti.com> (raw)
In-Reply-To: <4FE85F6A.80307@linaro.org> (Daniel Lezcano's message of "Mon, 25 Jun 2012 14:54:02 +0200")
Daniel Lezcano <daniel.lezcano@linaro.org> writes:
> On 06/18/2012 08:15 PM, Colin Cross wrote:
>> On Mon, Jun 18, 2012 at 1:40 AM, Daniel Lezcano
>> <daniel.lezcano@linaro.org> wrote:
>>> I propose to host a cpuidle-next tree where all these modifications will
>>> be and where people can send patches against, preventing last minutes
>>> conflicts and perhaps Lenb will agree to pull from this tree. In the
>>> meantime, the tree will be part of the linux-next, the patches will be
>>> more widely tested and could be fixed earlier.
>>
>> My coupled cpuidle patches were acked and temporarily in Len's
>> next/Linus pull branch, but were later dropped when the first pull
>> request to Linus was rejected. I asked Len to either put the coupled
>> cpuidle patches into his next branch, or let me host them so people
>> could base SoC branches off of them and let Len pull them later, but
>> got no response. If you do start a cpuidle for-next branch, can you
>> pull my coupled-cpuidle branch:
>>
>> The following changes since commit 76e10d158efb6d4516018846f60c2ab5501900bc:
>>
>> Linux 3.4 (2012-05-20 15:29:13 -0700)
>>
>> are available in the git repository at:
>> https://android.googlesource.com/kernel/common.git coupled-cpuidle
>>
>> Colin Cross (4):
>> cpuidle: refactor out cpuidle_enter_state
>> cpuidle: fix error handling in __cpuidle_register_device
>> cpuidle: add support for states that affect multiple cpus
>> cpuidle: coupled: add parallel barrier function
>>
>> drivers/cpuidle/Kconfig | 3 +
>> drivers/cpuidle/Makefile | 1 +
>> drivers/cpuidle/coupled.c | 715 +++++++++++++++++++++++++++++++++++++++++++++
>> drivers/cpuidle/cpuidle.c | 68 ++++-
>> drivers/cpuidle/cpuidle.h | 32 ++
>> include/linux/cpuidle.h | 11 +
>> 6 files changed, 813 insertions(+), 17 deletions(-)
>> create mode 100644 drivers/cpuidle/coupled.c
>
>
> Done.
>
> http://git.linaro.org/gitweb?p=people/dlezcano/cpuidle-next.git;a=shortlog;h=refs/heads/cpuidle-next
Great!
Daniel, thanks for tracking this. Are you planning to submit a pull
request to Rafael so we finally can get this into linux-next and merged
for v3.6?
Looks like there will be a slight problem to sort out though. Len's
'next' branch[1] is already included in linux-next and as some version
of the coupled CPUidle already merged.
I hope we can sort this out in time for v3.6 because this series has
been well reviewed, well tested and ready for merge since before the
v3.5 merge window.
Kevin
[1] git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux next
prev parent reply other threads:[~2012-07-11 14:00 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-18 8:40 cpuidle future and improvements Daniel Lezcano
2012-06-18 11:54 ` Deepthi Dharwar
2012-06-18 12:35 ` Daniel Lezcano
2012-06-18 12:53 ` Peter De Schrijver
2012-06-18 12:55 ` Daniel Lezcano
2012-06-18 13:06 ` Jean Pihet
2012-06-18 13:26 ` Daniel Lezcano
2012-06-18 13:30 ` [linux-pm] " a0393909
2012-06-25 12:58 ` Shilimkar, Santosh
2012-06-25 13:10 ` Daniel Lezcano
2012-06-25 13:17 ` Shilimkar, Santosh
2012-06-25 13:27 ` linux-next : cpuidle - could you add my tree please Daniel Lezcano
2012-06-25 22:53 ` Stephen Rothwell
2012-07-02 9:09 ` Linus Walleij
2012-07-02 12:51 ` Daniel Lezcano
2012-07-02 19:49 ` Rafael J. Wysocki
2012-07-02 22:14 ` Daniel Lezcano
2012-07-03 8:59 ` Rafael J. Wysocki
2012-07-03 12:56 ` Daniel Lezcano
2012-07-03 13:19 ` Stephen Rothwell
2012-07-03 13:25 ` Daniel Lezcano
2012-07-03 16:54 ` Rafael J. Wysocki
2012-07-05 13:33 ` Daniel Lezcano
2012-07-03 19:20 ` Linus Walleij
2012-07-03 19:33 ` Rafael J. Wysocki
2012-07-02 20:04 ` Rafael J. Wysocki
2012-06-18 18:15 ` cpuidle future and improvements Colin Cross
2012-06-18 19:00 ` Daniel Lezcano
2012-06-25 12:54 ` Daniel Lezcano
2012-07-11 14:00 ` Kevin Hilman [this message]
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=87a9z6pfd8.fsf@ti.com \
--to=khilman@ti.com \
--cc=akpm@linux-foundation.org \
--cc=amit.kucheria@linaro.org \
--cc=ccross@android.com \
--cc=daniel.lezcano@linaro.org \
--cc=linaro-dev@lists.linaro.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=pdeschrijver@nvidia.com \
--cc=rob.lee@linaro.org \
--cc=torvalds@linux-foundation.org \
/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).