* [PATCH 1/9] ARM: cpuidle: remove useless declaration
@ 2013-04-03 10:56 Daniel Lezcano
[not found] ` <515C0AFB.80203-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 15+ messages in thread
From: Daniel Lezcano @ 2013-04-03 10:56 UTC (permalink / raw)
To: rjw-KKrjLPT3xs0
Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA, patches-QSEj5FYQhm4dnm+yROfE0A,
linaro-kernel-cunTk1MwBs8s++Sfvej+rw,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-lFZ/pmaqli7XmaaqVzeoHQ, rnayak-l0cyMroinI0,
swarren-3lzwWm7+Weoh9ZMKESR00Q,
linux-tegra-u79uwXL29TY76Z2rM5mHXA,
horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ,
santosh.shilimkar-l0cyMroinI0, arnd-r2nGTMty4D4,
lenb-DgEjT+Ai2ygdnm+yROfE0A, nsekhar-l0cyMroinI0
[-- Attachment #1: Type: text/plain, Size: 243 bytes --]
Hi Rafael,
I noticed this patchset went to the linux-arm-project in patchwork but
it was addressed to you / linux-pm. AFAIU, you rely on patchwork to
manage the patches, I was wondering if you could have missed them ?
Thanks
-- Daniel
[-- Attachment #2: Attached Message Part --]
[-- Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH 1/9] ARM: cpuidle: remove useless declaration
@ 2013-04-03 12:15 Daniel Lezcano
2013-04-03 12:23 ` Daniel Lezcano
[not found] ` <1364991322-20585-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
0 siblings, 2 replies; 15+ messages in thread
From: Daniel Lezcano @ 2013-04-03 12:15 UTC (permalink / raw)
To: rjw
Cc: linux-pm, patches, linaro-kernel, linux-arm-kernel, linux, rnayak,
swarren, linux-tegra, horms+renesas, santosh.shilimkar, arnd,
lenb, nsekhar, josephl, deepthi
The noop functions code is not necessary because the header file is
included in files which are compiled when CONFIG_CPU_IDLE is on.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
arch/arm/include/asm/cpuidle.h | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/arch/arm/include/asm/cpuidle.h b/arch/arm/include/asm/cpuidle.h
index 2fca60a..7367787 100644
--- a/arch/arm/include/asm/cpuidle.h
+++ b/arch/arm/include/asm/cpuidle.h
@@ -1,13 +1,8 @@
#ifndef __ASM_ARM_CPUIDLE_H
#define __ASM_ARM_CPUIDLE_H
-#ifdef CONFIG_CPU_IDLE
extern int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
- struct cpuidle_driver *drv, int index);
-#else
-static inline int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
- struct cpuidle_driver *drv, int index) { return -ENODEV; }
-#endif
+ struct cpuidle_driver *drv, int index);
/* Common ARM WFI state */
#define ARM_CPUIDLE_WFI_STATE_PWR(p) {\
--
1.7.9.5
^ permalink raw reply related [flat|nested] 15+ messages in thread* Re: [PATCH 1/9] ARM: cpuidle: remove useless declaration
2013-04-03 12:15 Daniel Lezcano
@ 2013-04-03 12:23 ` Daniel Lezcano
2013-04-08 20:50 ` Rafael J. Wysocki
2013-04-18 14:13 ` Russell King - ARM Linux
[not found] ` <1364991322-20585-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
1 sibling, 2 replies; 15+ messages in thread
From: Daniel Lezcano @ 2013-04-03 12:23 UTC (permalink / raw)
To: rjw
Cc: deepthi, linaro-kernel, linux, swarren, patches, linux-pm, rnayak,
nsekhar, josephl, linux-tegra, horms+renesas, linux-arm-kernel,
lenb
On 04/03/2013 02:15 PM, Daniel Lezcano wrote:
> The noop functions code is not necessary because the header file is
> included in files which are compiled when CONFIG_CPU_IDLE is on.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
I have been involved in the development of this file. I know Rob is no
longer working on this neither monitoring the code.
Russell are you ok with this patch ? Rafael needs your ack to take this
patch into its tree.
Thanks
-- Daniel
> ---
> arch/arm/include/asm/cpuidle.h | 7 +------
> 1 file changed, 1 insertion(+), 6 deletions(-)
>
> diff --git a/arch/arm/include/asm/cpuidle.h b/arch/arm/include/asm/cpuidle.h
> index 2fca60a..7367787 100644
> --- a/arch/arm/include/asm/cpuidle.h
> +++ b/arch/arm/include/asm/cpuidle.h
> @@ -1,13 +1,8 @@
> #ifndef __ASM_ARM_CPUIDLE_H
> #define __ASM_ARM_CPUIDLE_H
>
> -#ifdef CONFIG_CPU_IDLE
> extern int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
> - struct cpuidle_driver *drv, int index);
> -#else
> -static inline int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
> - struct cpuidle_driver *drv, int index) { return -ENODEV; }
> -#endif
> + struct cpuidle_driver *drv, int index);
>
> /* Common ARM WFI state */
> #define ARM_CPUIDLE_WFI_STATE_PWR(p) {\
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: [PATCH 1/9] ARM: cpuidle: remove useless declaration
2013-04-03 12:23 ` Daniel Lezcano
@ 2013-04-08 20:50 ` Rafael J. Wysocki
2013-04-08 20:53 ` Daniel Lezcano
2013-04-18 14:13 ` Russell King - ARM Linux
1 sibling, 1 reply; 15+ messages in thread
From: Rafael J. Wysocki @ 2013-04-08 20:50 UTC (permalink / raw)
To: Daniel Lezcano
Cc: Russell King - ARM Linux, deepthi, linaro-kernel, swarren,
patches, linux-pm, rnayak, nsekhar, josephl, linux-tegra,
horms+renesas, linux-arm-kernel, lenb
On Wednesday, April 03, 2013 02:23:23 PM Daniel Lezcano wrote:
> On 04/03/2013 02:15 PM, Daniel Lezcano wrote:
> > The noop functions code is not necessary because the header file is
> > included in files which are compiled when CONFIG_CPU_IDLE is on.
> >
> > Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
>
> I have been involved in the development of this file. I know Rob is no
> longer working on this neither monitoring the code.
>
> Russell are you ok with this patch ? Rafael needs your ack to take this
> patch into its tree.
Well, since nothing in the cpuidle directory seems to really depend on this
patch, my suggestion is to merge it through the ARM tree when suitable.
Thanks,
Rafael
> > ---
> > arch/arm/include/asm/cpuidle.h | 7 +------
> > 1 file changed, 1 insertion(+), 6 deletions(-)
> >
> > diff --git a/arch/arm/include/asm/cpuidle.h b/arch/arm/include/asm/cpuidle.h
> > index 2fca60a..7367787 100644
> > --- a/arch/arm/include/asm/cpuidle.h
> > +++ b/arch/arm/include/asm/cpuidle.h
> > @@ -1,13 +1,8 @@
> > #ifndef __ASM_ARM_CPUIDLE_H
> > #define __ASM_ARM_CPUIDLE_H
> >
> > -#ifdef CONFIG_CPU_IDLE
> > extern int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
> > - struct cpuidle_driver *drv, int index);
> > -#else
> > -static inline int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
> > - struct cpuidle_driver *drv, int index) { return -ENODEV; }
> > -#endif
> > + struct cpuidle_driver *drv, int index);
> >
> > /* Common ARM WFI state */
> > #define ARM_CPUIDLE_WFI_STATE_PWR(p) {\
>
>
>
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: [PATCH 1/9] ARM: cpuidle: remove useless declaration
2013-04-08 20:50 ` Rafael J. Wysocki
@ 2013-04-08 20:53 ` Daniel Lezcano
0 siblings, 0 replies; 15+ messages in thread
From: Daniel Lezcano @ 2013-04-08 20:53 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Russell King - ARM Linux, deepthi, linaro-kernel, swarren,
patches, linux-pm, rnayak, nsekhar, josephl, linux-tegra,
horms+renesas, linux-arm-kernel, lenb
On 04/08/2013 10:50 PM, Rafael J. Wysocki wrote:
> On Wednesday, April 03, 2013 02:23:23 PM Daniel Lezcano wrote:
>> On 04/03/2013 02:15 PM, Daniel Lezcano wrote:
>>> The noop functions code is not necessary because the header file is
>>> included in files which are compiled when CONFIG_CPU_IDLE is on.
>>>
>>> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
>>
>> I have been involved in the development of this file. I know Rob is no
>> longer working on this neither monitoring the code.
>>
>> Russell are you ok with this patch ? Rafael needs your ack to take this
>> patch into its tree.
>
> Well, since nothing in the cpuidle directory seems to really depend on this
> patch, my suggestion is to merge it through the ARM tree when suitable.
Ok.
>>> ---
>>> arch/arm/include/asm/cpuidle.h | 7 +------
>>> 1 file changed, 1 insertion(+), 6 deletions(-)
>>>
>>> diff --git a/arch/arm/include/asm/cpuidle.h b/arch/arm/include/asm/cpuidle.h
>>> index 2fca60a..7367787 100644
>>> --- a/arch/arm/include/asm/cpuidle.h
>>> +++ b/arch/arm/include/asm/cpuidle.h
>>> @@ -1,13 +1,8 @@
>>> #ifndef __ASM_ARM_CPUIDLE_H
>>> #define __ASM_ARM_CPUIDLE_H
>>>
>>> -#ifdef CONFIG_CPU_IDLE
>>> extern int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
>>> - struct cpuidle_driver *drv, int index);
>>> -#else
>>> -static inline int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
>>> - struct cpuidle_driver *drv, int index) { return -ENODEV; }
>>> -#endif
>>> + struct cpuidle_driver *drv, int index);
>>>
>>> /* Common ARM WFI state */
>>> #define ARM_CPUIDLE_WFI_STATE_PWR(p) {\
>>
>>
>>
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 1/9] ARM: cpuidle: remove useless declaration
2013-04-03 12:23 ` Daniel Lezcano
2013-04-08 20:50 ` Rafael J. Wysocki
@ 2013-04-18 14:13 ` Russell King - ARM Linux
2013-04-18 14:31 ` Daniel Lezcano
1 sibling, 1 reply; 15+ messages in thread
From: Russell King - ARM Linux @ 2013-04-18 14:13 UTC (permalink / raw)
To: Daniel Lezcano
Cc: rjw, deepthi, linaro-kernel, swarren, patches, linux-pm, rnayak,
nsekhar, josephl, linux-tegra, horms+renesas, linux-arm-kernel,
lenb
On Wed, Apr 03, 2013 at 02:23:23PM +0200, Daniel Lezcano wrote:
> On 04/03/2013 02:15 PM, Daniel Lezcano wrote:
> > The noop functions code is not necessary because the header file is
> > included in files which are compiled when CONFIG_CPU_IDLE is on.
> >
> > Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
>
> I have been involved in the development of this file. I know Rob is no
> longer working on this neither monitoring the code.
>
> Russell are you ok with this patch ? Rafael needs your ack to take this
> patch into its tree.
I don't know - the description doesn't make it clear. Surely, what you
checked was that this file is _not_ included in any file which is built
when CONFIG_CPU_IDLE is disabled. In other words, when CONFIG_CPU_IDLE
is not defined, arm_cpuidle_simple_enter() is never referenced.
If that is the case, then it's just that the patch description is the
opposite of what it should be for this patch - and then the patch and
description match and I don't see any reason to say no to it.
Then comes the issue of who takes the patch. It looks like Rafael
would like me to. I'm fine with that, but it will need to go into the
patch system as I'm rather busy catching up with email, and I expect
to be catching up for at least the rest of this month.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 1/9] ARM: cpuidle: remove useless declaration
2013-04-18 14:13 ` Russell King - ARM Linux
@ 2013-04-18 14:31 ` Daniel Lezcano
2013-04-18 15:42 ` Russell King - ARM Linux
0 siblings, 1 reply; 15+ messages in thread
From: Daniel Lezcano @ 2013-04-18 14:31 UTC (permalink / raw)
To: Russell King - ARM Linux
Cc: rjw, deepthi, linaro-kernel, swarren, patches, linux-pm, rnayak,
nsekhar, josephl, linux-tegra, horms+renesas, linux-arm-kernel,
lenb
On 04/18/2013 04:13 PM, Russell King - ARM Linux wrote:
> On Wed, Apr 03, 2013 at 02:23:23PM +0200, Daniel Lezcano wrote:
>> On 04/03/2013 02:15 PM, Daniel Lezcano wrote:
>>> The noop functions code is not necessary because the header file is
>>> included in files which are compiled when CONFIG_CPU_IDLE is on.
>>>
>>> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
>>
>> I have been involved in the development of this file. I know Rob is no
>> longer working on this neither monitoring the code.
>>
>> Russell are you ok with this patch ? Rafael needs your ack to take this
>> patch into its tree.
>
> I don't know - the description doesn't make it clear. Surely, what you
> checked was that this file is _not_ included in any file which is built
> when CONFIG_CPU_IDLE is disabled. In other words, when CONFIG_CPU_IDLE
> is not defined, arm_cpuidle_simple_enter() is never referenced.
>
> If that is the case, then it's just that the patch description is the
> opposite of what it should be for this patch - and then the patch and
> description match and I don't see any reason to say no to it.
>
> Then comes the issue of who takes the patch. It looks like Rafael
> would like me to.
Actually Rafael was willing to take the patch if you ack it.
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 1/9] ARM: cpuidle: remove useless declaration
2013-04-18 14:31 ` Daniel Lezcano
@ 2013-04-18 15:42 ` Russell King - ARM Linux
[not found] ` <20130418154236.GY14496-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
0 siblings, 1 reply; 15+ messages in thread
From: Russell King - ARM Linux @ 2013-04-18 15:42 UTC (permalink / raw)
To: Daniel Lezcano
Cc: deepthi, linaro-kernel, swarren, linux-pm, patches, nsekhar, rjw,
rnayak, josephl, linux-tegra, horms+renesas, linux-arm-kernel,
lenb
On Thu, Apr 18, 2013 at 04:31:43PM +0200, Daniel Lezcano wrote:
> On 04/18/2013 04:13 PM, Russell King - ARM Linux wrote:
> > On Wed, Apr 03, 2013 at 02:23:23PM +0200, Daniel Lezcano wrote:
> >> On 04/03/2013 02:15 PM, Daniel Lezcano wrote:
> >>> The noop functions code is not necessary because the header file is
> >>> included in files which are compiled when CONFIG_CPU_IDLE is on.
> >>>
> >>> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
> >>
> >> I have been involved in the development of this file. I know Rob is no
> >> longer working on this neither monitoring the code.
> >>
> >> Russell are you ok with this patch ? Rafael needs your ack to take this
> >> patch into its tree.
> >
> > I don't know - the description doesn't make it clear. Surely, what you
> > checked was that this file is _not_ included in any file which is built
> > when CONFIG_CPU_IDLE is disabled. In other words, when CONFIG_CPU_IDLE
> > is not defined, arm_cpuidle_simple_enter() is never referenced.
> >
> > If that is the case, then it's just that the patch description is the
> > opposite of what it should be for this patch - and then the patch and
> > description match and I don't see any reason to say no to it.
> >
> > Then comes the issue of who takes the patch. It looks like Rafael
> > would like me to.
>
> Actually Rafael was willing to take the patch if you ack it.
Well, I want to see a proper description on the patch which describes
what it _is_ doing before I ack it. The existing description is just
plain confusing.
^ permalink raw reply [flat|nested] 15+ messages in thread
[parent not found: <1364991322-20585-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>]
* Re: [PATCH 1/9] ARM: cpuidle: remove useless declaration
[not found] ` <1364991322-20585-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
@ 2013-04-04 22:30 ` Rafael J. Wysocki
0 siblings, 0 replies; 15+ messages in thread
From: Rafael J. Wysocki @ 2013-04-04 22:30 UTC (permalink / raw)
To: Daniel Lezcano
Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA, patches-QSEj5FYQhm4dnm+yROfE0A,
linaro-kernel-cunTk1MwBs8s++Sfvej+rw,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-lFZ/pmaqli7XmaaqVzeoHQ, rnayak-l0cyMroinI0,
swarren-3lzwWm7+Weoh9ZMKESR00Q,
linux-tegra-u79uwXL29TY76Z2rM5mHXA,
horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ,
santosh.shilimkar-l0cyMroinI0, arnd-r2nGTMty4D4,
lenb-DgEjT+Ai2ygdnm+yROfE0A, nsekhar-l0cyMroinI0,
josephl-DDmLM1+adcrQT0dZR+AlfA,
deepthi-23VcF4HTsmIX0ybBhKVfKdBPR1lH4CV8
On Wednesday, April 03, 2013 02:15:14 PM Daniel Lezcano wrote:
> The noop functions code is not necessary because the header file is
> included in files which are compiled when CONFIG_CPU_IDLE is on.
>
> Signed-off-by: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
I need an ACK for this one.
Thanks,
Rafael
> ---
> arch/arm/include/asm/cpuidle.h | 7 +------
> 1 file changed, 1 insertion(+), 6 deletions(-)
>
> diff --git a/arch/arm/include/asm/cpuidle.h b/arch/arm/include/asm/cpuidle.h
> index 2fca60a..7367787 100644
> --- a/arch/arm/include/asm/cpuidle.h
> +++ b/arch/arm/include/asm/cpuidle.h
> @@ -1,13 +1,8 @@
> #ifndef __ASM_ARM_CPUIDLE_H
> #define __ASM_ARM_CPUIDLE_H
>
> -#ifdef CONFIG_CPU_IDLE
> extern int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
> - struct cpuidle_driver *drv, int index);
> -#else
> -static inline int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
> - struct cpuidle_driver *drv, int index) { return -ENODEV; }
> -#endif
> + struct cpuidle_driver *drv, int index);
>
> /* Common ARM WFI state */
> #define ARM_CPUIDLE_WFI_STATE_PWR(p) {\
>
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 1/9] ARM: cpuidle: remove useless declaration
@ 2013-03-29 10:31 Daniel Lezcano
[not found] ` <1364553095-25110-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 15+ messages in thread
From: Daniel Lezcano @ 2013-03-29 10:31 UTC (permalink / raw)
To: rjw-KKrjLPT3xs0
Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA, patches-QSEj5FYQhm4dnm+yROfE0A,
linaro-kernel-cunTk1MwBs8s++Sfvej+rw,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-lFZ/pmaqli7XmaaqVzeoHQ, rnayak-l0cyMroinI0,
swarren-3lzwWm7+Weoh9ZMKESR00Q,
linux-tegra-u79uwXL29TY76Z2rM5mHXA,
horms+renesas-/R6kz+dDXgpPR4JQBCEnsQ,
santosh.shilimkar-l0cyMroinI0, arnd-r2nGTMty4D4,
lenb-DgEjT+Ai2ygdnm+yROfE0A, nsekhar-l0cyMroinI0
The noop functions code is not necessary because the header file is
included in files which are compiled when CONFIG_CPU_IDLE is on.
Signed-off-by: Daniel Lezcano <daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
---
arch/arm/include/asm/cpuidle.h | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/arch/arm/include/asm/cpuidle.h b/arch/arm/include/asm/cpuidle.h
index 2fca60a..7367787 100644
--- a/arch/arm/include/asm/cpuidle.h
+++ b/arch/arm/include/asm/cpuidle.h
@@ -1,13 +1,8 @@
#ifndef __ASM_ARM_CPUIDLE_H
#define __ASM_ARM_CPUIDLE_H
-#ifdef CONFIG_CPU_IDLE
extern int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
- struct cpuidle_driver *drv, int index);
-#else
-static inline int arm_cpuidle_simple_enter(struct cpuidle_device *dev,
- struct cpuidle_driver *drv, int index) { return -ENODEV; }
-#endif
+ struct cpuidle_driver *drv, int index);
/* Common ARM WFI state */
#define ARM_CPUIDLE_WFI_STATE_PWR(p) {\
--
1.7.9.5
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2013-04-18 15:47 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 10:56 [PATCH 1/9] ARM: cpuidle: remove useless declaration Daniel Lezcano
[not found] ` <515C0AFB.80203-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-04-03 11:07 ` Rafael J. Wysocki
2013-04-03 11:04 ` Daniel Lezcano
-- strict thread matches above, loose matches on Subject: below --
2013-04-03 12:15 Daniel Lezcano
2013-04-03 12:23 ` Daniel Lezcano
2013-04-08 20:50 ` Rafael J. Wysocki
2013-04-08 20:53 ` Daniel Lezcano
2013-04-18 14:13 ` Russell King - ARM Linux
2013-04-18 14:31 ` Daniel Lezcano
2013-04-18 15:42 ` Russell King - ARM Linux
[not found] ` <20130418154236.GY14496-l+eeeJia6m9vn6HldHNs0ANdhmdF6hFW@public.gmane.org>
2013-04-18 15:47 ` Daniel Lezcano
[not found] ` <1364991322-20585-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-04-04 22:30 ` Rafael J. Wysocki
2013-03-29 10:31 Daniel Lezcano
[not found] ` <1364553095-25110-1-git-send-email-daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2013-03-29 11:40 ` Santosh Shilimkar
[not found] ` <51557DC6.5060104-l0cyMroinI0@public.gmane.org>
2013-03-29 11:53 ` Daniel Lezcano
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).