Re: [PATCH 1/4] ACPI / idle: remove unused definition

2013-02-08 Thread Len Brown
series applied. thanks, Len Brown, Intel Open Source Technology Center ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [PATCH 0/4][V2] davinci: cpuidle - some cleanups

2013-02-08 Thread Len Brown
refreshed series applied. thanks, Len Brown, Intel Open Source Technology Center ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [PATCH 1/4] intel_idle: stop using driver_data for static flags

2013-02-02 Thread Len Brown
IME_VALID I like your syntax better than what I used -- thanks for suggesting it. I can't use it as-is, however, because I really do need to be able to support unique parameters on each entry (eg. different flags for C3 on different processors

Re: [PATCH 0/4] davinci: cpuidle - some cleanups

2013-02-01 Thread Len Brown
the driver_data > field from the state_usage structure. Len Brown is doing this cleanup in > the intel_idle.c file. With this patchset, the processor_idle.c file will > be the last user of this field. Daniel, Thanks for this cleanup. Hopefully we can hear from somebody with davinci HW who

Re: [PATCH] cpuidle: Measure idle state durations with monotonic clock

2012-11-26 Thread Len Brown
>> drivers/idle/intel_idle.c | 14 +- Acked-by: Len Brown thanks! -Len ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [PATCH] cpuidle: Measure idle state durations with monotonic clock

2012-11-26 Thread Len Brown
k_idle_wakeup_event() is part of the scheduler. The scheduler doesn't know what a cpuidle_device is, and probably should not grow such a dependency. cheers, -Len Brown, Intel Open Source Technology Center > But this does not seem to come in way of this patch for now.Anyway I > have added

Re: [PATCH] thermal: Fix for setting the thermal zone mode to enable/disable

2012-03-22 Thread Len Brown
applied. thanks, Len Brown, Intel Open Source Technology Center ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [PATCH] ARM: davinci: Fix for cpuidle consolidation changes

2012-03-22 Thread Len Brown
applied. thanks, Len Brown, Intel Open Source Technology Center ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: [PATCH v8 0/8] Consolidate cpuidle functionality

2012-03-21 Thread Len Brown
> So, I suggest that if neither Len nor Arjan reappear shortly, people can > send CPUidle patches to me. /me reappears this series is in my tree now, and I'll be poking at it a bit tomorrow. If everything is happy I'll send it for 3.4. thanks, -Len ___