Re: [PATCH 16/35] cpuidle: Use explicit broadcast control function

2015-02-23 Thread Daniel Lezcano
On 02/16/2015 01:14 PM, Peter Zijlstra wrote: [ patch not inline ] Acked-by: Daniel Lezcano -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter |

Re: [PATCH 16/35] cpuidle: Use explicit broadcast control function

2015-02-23 Thread Daniel Lezcano
On 02/16/2015 01:14 PM, Peter Zijlstra wrote: [ patch not inline ] Acked-by: Daniel Lezcano daniel.lezc...@linaro.org -- 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

[PATCH 16/35] cpuidle: Use explicit broadcast control function

2015-02-16 Thread Peter Zijlstra
From: Thomas Gleixner Replace the clockevents_notify() call with an explicit function call. Signed-off-by: Thomas Gleixner Cc: "Rafael J. Wysocki" Cc: Daniel Lezcano --- drivers/cpuidle/driver.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) Index:

[PATCH 16/35] cpuidle: Use explicit broadcast control function

2015-02-16 Thread Peter Zijlstra
From: Thomas Gleixner t...@linutronix.de Replace the clockevents_notify() call with an explicit function call. Signed-off-by: Thomas Gleixner t...@linutronix.de Cc: Rafael J. Wysocki r...@rjwysocki.net Cc: Daniel Lezcano daniel.lezc...@linaro.org --- drivers/cpuidle/driver.c | 25