]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 Mar 2013 15:11:53 +0000 (08:11 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 Mar 2013 15:11:53 +0000 (08:11 -0700)
commit112d5299c40947d90abad9a82e098ec444669c21
tree18658fa413f6d44ca29212d95ae4c9d480d5fd22
parent3829be578a2ef96ca061ccf37a65232d261a8e76
parenta4521319e021f16d990e8206a64e1336ab4e07fe
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm

Pull ARM fixes from Russell King:
 "Just three fixes this time - a fix for a fix for our memset function,
  fixing the dummy clockevent so that it doesn't interfere with real
  hardware clockevents, and fixing a build error for Tegra."

* 'fixes' of git://git.linaro.org/people/rmk/linux-arm:
  ARM: 7675/1: amba: tegra-ahb: Fix build error w/ PM_SLEEP w/o PM_RUNTIME
  ARM: 7674/1: smp: Avoid dummy clockevent being preferred over real hardware clock-event
  ARM: 7670/1: fix the memset fix