mbox

[GIT,PULL,resend] clockevents fixes for 4.0-rc1

Message ID 54EDAF91.8060308@linaro.org
State New
Headers show

Pull-request

http://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.0-rc1

Message

Daniel Lezcano Feb. 25, 2015, 11:18 a.m. UTC
Hi Thomas, Ingo,

this pull request provides the following fixes for 4.0-rc1:

- Fix the Kconfig to prevent the asm9260 timer to be compiled with 
allyesconfig with sparc/sparc64 (Daniel Lezcano)

  - Reorder the mtk driver init sequence in order to prevent a potential 
race when the clock is registered before the irq handler is set 
(Matthias Brugger)

  - Fix a section mismatch for the pxa driver (Robert Jarzmik)

Thanks !

   -- Daniel

The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:

   Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)

are available in the git repository at:

   http://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.0-rc1

for you to fetch changes up to 6f2116ebe24f9f0f0d90ad17e405ea181f2499eb:

   clocksource: pxa: Fix section mismatch (2015-02-25 10:28:55 +0100)

----------------------------------------------------------------
Daniel Lezcano (1):
       clockevents: asm9260: Fix compilation error with sparc/sparc64 
allyesconfig

Matthias Brugger (1):
       clocksource: mtk: Fix race conditions in probe code

Robert Jarzmik (1):
       clocksource: pxa: Fix section mismatch

  arch/arm/mach-asm9260/Kconfig   |  2 ++
  drivers/clocksource/Kconfig     | 16 +++++-----------
  drivers/clocksource/mtk_timer.c |  9 +++++----
  drivers/clocksource/pxa_timer.c |  2 +-
  4 files changed, 13 insertions(+), 16 deletions(-)