mbox

[GIT,PULL] : clockevents: 3.18 fixes

Message ID 54AD17F1.4010002@linaro.org
State New
Headers show

Pull-request

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

Message

Daniel Lezcano Jan. 7, 2015, 11:26 a.m. UTC
Hi Thomas,

this pull request provides three fixes for 3.18.

  * Magnus Damn fixed the cpumask for the sh_tmu driver in order to make 
it work on the SMP system

  * Olof Johansson fixed the __iomem annotation to prevent a sparse warning

  * Tobias Jakobi fixed the mct mask inversion which was introduced by 
commit a1ba7a7a

Thanks !

   -- Daniel

ps: happy new year ;)

The following changes since commit a5fd9733a30d18d7ac23f17080e7e07bb3205b69:

   tick/powerclamp: Remove tick_nohz_idle abuse (2014-12-19 14:05:52 +0100)

are available in the git repository at:

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

for you to fetch changes up to f2a5473861cf69c03d0f0ee5d0ea1b853b9e582e:

   clocksource: sh_tmu: Set cpu_possible_mask to fix SMP broadcast 
(2015-01-05 14:43:37 +0100)

----------------------------------------------------------------
Magnus Damm (1):
       clocksource: sh_tmu: Set cpu_possible_mask to fix SMP broadcast

Olof Johansson (1):
       clocksource: kona: fix __iomem annotation

Tobias Jakobi (1):
       clocksource: exynos_mct: Fix bitmask regression for exynos4_mct_write

  drivers/clocksource/bcm_kona_timer.c | 9 ++++-----
  drivers/clocksource/exynos_mct.c     | 4 ++--
  drivers/clocksource/sh_tmu.c         | 2 +-
  3 files changed, 7 insertions(+), 8 deletions(-)