mbox

[GIT,PULL] clockevents: a couple of fixes for 3.15

Message ID 535FA618.6080101@linaro.org
State New
Headers show

Pull-request

git://git.linaro.org/people/daniel.lezcano/linux.git

Message

Daniel Lezcano April 29, 2014, 1:16 p.m. UTC
Hi Thomas,

  * Lorenzo Pieralizi fixed an issue with the arch_arm_timer where the 
C3STOP flag for all the arch can cause some trouble by setting the flag 
only if the power domain is not always on

  * Alexander Shiyan fixed a compilation by changing the init function 
to the right prototype

Thanks
   -- Daniel

The following changes since commit 27630532ef5ead28b98cfe28d8f95222ef91c2b7:

   tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz() 
(2014-04-15 20:26:58 +0200)

are available in the git repository at:

   git://git.linaro.org/people/daniel.lezcano/linux.git 
clockevents/3.15-fixes

for you to fetch changes up to 9afa27ce9414c92e271b0d7eec937bd9f5565da5:

   clocksource: nspire: Fix compiler warning (2014-04-29 15:06:43 +0200)

----------------------------------------------------------------
Alexander Shiyan (1):
       clocksource: nspire: Fix compiler warning

Lorenzo Pieralisi (1):
       clocksource: arch_arm_timer: Fix age-old arch timer C3STOP 
detection issue

  .../devicetree/bindings/arm/arch_timer.txt         |    3 +++
  drivers/clocksource/arm_arch_timer.c               |    6 +++++-
  drivers/clocksource/zevio-timer.c                  |    7 ++++++-
  3 files changed, 14 insertions(+), 2 deletions(-)