All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Rob Lee <rob.lee@linaro.org>
Cc: rjw@sisk.pl, len.brown@intel.com, khilman@ti.com,
	robherring2@gmail.com, Baohua.Song@csr.com,
	amit.kucheria@linaro.org, nicolas.ferre@atmel.com,
	linux@maxim.org.za, kgene.kim@samsung.com,
	amit.kachhap@linaro.org, magnus.damm@gmail.com, nsekhar@ti.com,
	mturquette@linaro.org, vincent.guittot@linaro.org,
	arnd.bergmann@linaro.org, linux-arm-kernel@lists.infradead.org,
	linaro-dev@lists.linaro.org, patches@linaro.org,
	deepthi@linux.vnet.ibm.com, broonie@opensource.wolfsonmicro.com,
	nicolas.pitre@linaro.org, linux@arm.linux.org.uk,
	jean.pihet@newoldbits.com, venki@google.com, ccross@google.com,
	g.trinabh@gmail.com, kernel@wantstofly.org, lethal@linux-sh.org,
	jon-hunter@ti.com, tony@atomide.com, linux-omap@vger.kernel.org,
	linux-sh@vger.kernel.org, linux-pm@vger.kernel.org
Subject: Re: [PATCH v7 0/9] Consolidate cpuidle functionality
Date: Mon, 05 Mar 2012 17:43:07 +0100	[thread overview]
Message-ID: <4F54ED1B.3070404@linaro.org> (raw)
In-Reply-To: <CAMXH7KGJtSyeGwEN4jz9TRPxHUjtreMHRG-4WDChB0BC88P=OA@mail.gmail.com>

On 03/01/2012 09:57 PM, Rob Lee wrote:
> On Wed, Feb 29, 2012 at 6:42 PM, Robert Lee<rob.lee@linaro.org>  wrote:
>> This patch series moves various functionality duplicated in platform
>> cpuidle drivers to the core cpuidle driver. Also, the platform irq
>> disabling was removed as it appears that all calls into
>> cpuidle_call_idle will have already called local_irq_disable().
>>
>
> I'm told that I forgot to add the Acks from the previous v6 to this version:
>
> Acked-by: Jean Pihet<j-pihet@ti.com>  (v6)
> Tested-by: Jean Pihet<j-pihet@ti.com>  (v6, omap3)
> Tested-by: Amit Daniel<amit.kachhap@linaro.org>  (v6, Exynos4)
> For the generic cpuidle changes:
> Reviewed-by: Deepthi Dharwar<deepthi@linux.vnet.ibm.com>

Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>

WARNING: multiple messages have this Message-ID (diff)
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v7 0/9] Consolidate cpuidle functionality
Date: Mon, 05 Mar 2012 16:43:07 +0000	[thread overview]
Message-ID: <4F54ED1B.3070404@linaro.org> (raw)
In-Reply-To: <CAMXH7KGJtSyeGwEN4jz9TRPxHUjtreMHRG-4WDChB0BC88P=OA@mail.gmail.com>

On 03/01/2012 09:57 PM, Rob Lee wrote:
> On Wed, Feb 29, 2012 at 6:42 PM, Robert Lee<rob.lee@linaro.org>  wrote:
>> This patch series moves various functionality duplicated in platform
>> cpuidle drivers to the core cpuidle driver. Also, the platform irq
>> disabling was removed as it appears that all calls into
>> cpuidle_call_idle will have already called local_irq_disable().
>>
>
> I'm told that I forgot to add the Acks from the previous v6 to this version:
>
> Acked-by: Jean Pihet<j-pihet@ti.com>  (v6)
> Tested-by: Jean Pihet<j-pihet@ti.com>  (v6, omap3)
> Tested-by: Amit Daniel<amit.kachhap@linaro.org>  (v6, Exynos4)
> For the generic cpuidle changes:
> Reviewed-by: Deepthi Dharwar<deepthi@linux.vnet.ibm.com>

Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>

WARNING: multiple messages have this Message-ID (diff)
From: daniel.lezcano@linaro.org (Daniel Lezcano)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 0/9] Consolidate cpuidle functionality
Date: Mon, 05 Mar 2012 17:43:07 +0100	[thread overview]
Message-ID: <4F54ED1B.3070404@linaro.org> (raw)
In-Reply-To: <CAMXH7KGJtSyeGwEN4jz9TRPxHUjtreMHRG-4WDChB0BC88P=OA@mail.gmail.com>

On 03/01/2012 09:57 PM, Rob Lee wrote:
> On Wed, Feb 29, 2012 at 6:42 PM, Robert Lee<rob.lee@linaro.org>  wrote:
>> This patch series moves various functionality duplicated in platform
>> cpuidle drivers to the core cpuidle driver. Also, the platform irq
>> disabling was removed as it appears that all calls into
>> cpuidle_call_idle will have already called local_irq_disable().
>>
>
> I'm told that I forgot to add the Acks from the previous v6 to this version:
>
> Acked-by: Jean Pihet<j-pihet@ti.com>  (v6)
> Tested-by: Jean Pihet<j-pihet@ti.com>  (v6, omap3)
> Tested-by: Amit Daniel<amit.kachhap@linaro.org>  (v6, Exynos4)
> For the generic cpuidle changes:
> Reviewed-by: Deepthi Dharwar<deepthi@linux.vnet.ibm.com>

Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>

  reply	other threads:[~2012-03-05 16:43 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-01  0:42 [PATCH v7 0/9] Consolidate cpuidle functionality Robert Lee
2012-03-01  0:42 ` Robert Lee
2012-03-01  0:42 ` Robert Lee
2012-03-01  0:42 ` [PATCH v7 1/9] cpuidle: Add common time keeping and irq enabling Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  4:15   ` Deepthi Dharwar
2012-03-01  4:27     ` Deepthi Dharwar
2012-03-01  4:15     ` Deepthi Dharwar
2012-03-01 20:42     ` Rob Lee
2012-03-01 20:42       ` Rob Lee
2012-03-01 20:42       ` Rob Lee
2012-03-01  0:42 ` [PATCH v7 2/9] ARM: at91: Consolidate time keeping and irq enable Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42 ` [PATCH v7 3/9] ARM: exynos: " Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42 ` [PATCH v7 4/9] ARM: kirkwood: " Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42 ` [PATCH v7 5/9] ARM: davinci: " Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42 ` [PATCH v7 6/9] ARM: omap: Consolidate OMAP3 " Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42 ` [PATCH v7 7/9] ARM: omap: Consolidate OMAP4 " Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42 ` [PATCH v7 8/9] ARM: shmobile: Consolidate " Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42 ` [PATCH v7 9/9] SH: " Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01  0:42   ` Robert Lee
2012-03-01 20:57 ` [PATCH v7 0/9] Consolidate cpuidle functionality Rob Lee
2012-03-01 20:57   ` Rob Lee
2012-03-01 20:57   ` Rob Lee
2012-03-05 16:43   ` Daniel Lezcano [this message]
2012-03-05 16:43     ` Daniel Lezcano
2012-03-05 16:43     ` Daniel Lezcano
2012-03-05 21:33 ` Kevin Hilman
2012-03-05 21:33   ` Kevin Hilman
2012-03-05 21:33   ` Kevin Hilman
2012-03-09  1:58   ` [git pull] " Rob Lee
2012-03-09  1:58     ` Rob Lee
2012-03-09  6:40     ` Stephen Rothwell
2012-03-09  6:40       ` Stephen Rothwell
2012-03-09  6:40       ` Stephen Rothwell
2012-03-12 18:45       ` Rob Lee
2012-03-12 18:45         ` Rob Lee
2012-03-12 18:45         ` Rob Lee

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=4F54ED1B.3070404@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=Baohua.Song@csr.com \
    --cc=amit.kachhap@linaro.org \
    --cc=amit.kucheria@linaro.org \
    --cc=arnd.bergmann@linaro.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=ccross@google.com \
    --cc=deepthi@linux.vnet.ibm.com \
    --cc=g.trinabh@gmail.com \
    --cc=jean.pihet@newoldbits.com \
    --cc=jon-hunter@ti.com \
    --cc=kernel@wantstofly.org \
    --cc=kgene.kim@samsung.com \
    --cc=khilman@ti.com \
    --cc=len.brown@intel.com \
    --cc=lethal@linux-sh.org \
    --cc=linaro-dev@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=linux@maxim.org.za \
    --cc=magnus.damm@gmail.com \
    --cc=mturquette@linaro.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=nicolas.pitre@linaro.org \
    --cc=nsekhar@ti.com \
    --cc=patches@linaro.org \
    --cc=rjw@sisk.pl \
    --cc=rob.lee@linaro.org \
    --cc=robherring2@gmail.com \
    --cc=tony@atomide.com \
    --cc=venki@google.com \
    --cc=vincent.guittot@linaro.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 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.