mbox

[PULL] Highbank for 3.4

Message ID 4F353D58.5050101@gmail.com
State New
Headers show

Pull-request

git://sources.calxeda.com/kernel/linux.git for-arm-soc

Message

Rob Herring Feb. 10, 2012, 3:52 p.m. UTC
Arnd, Olof,

Please pull highbank changes for 3.4. It's primarily just sched_clock
support.

Rob

The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:

  Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)

are available in the git repository at:
  git://sources.calxeda.com/kernel/linux.git for-arm-soc

Rob Herring (3):
      ARM: timer-sp: add sched_clock support
      ARM: highbank: enable sp804 based sched_clock
      ARM: highbank: remove unused memory.h

 arch/arm/Kconfig                             |    1 +
 arch/arm/common/timer-sp.c                   |   17 ++++++++++++++++-
 arch/arm/include/asm/hardware/timer-sp.h     |   15 ++++++++++++++-
 arch/arm/mach-highbank/highbank.c            |    2 +-
 arch/arm/mach-highbank/include/mach/memory.h |    1 -
 5 files changed, 32 insertions(+), 4 deletions(-)
 delete mode 100644 arch/arm/mach-highbank/include/mach/memory.h

Comments

Olof Johansson Feb. 11, 2012, 10:21 p.m. UTC | #1
Hi,

On Fri, Feb 10, 2012 at 7:52 AM, Rob Herring <robherring2@gmail.com> wrote:
> Arnd, Olof,
>
> Please pull highbank changes for 3.4. It's primarily just sched_clock
> support.
>
> Rob
>
> The following changes since commit d65b4e98d7ea3038b767b70fe8be959b2913f16d:
>
>  Linux 3.3-rc3 (2012-02-08 19:21:53 -0800)
>
> are available in the git repository at:
>  git://sources.calxeda.com/kernel/linux.git for-arm-soc

Thanks, pulled.


-Olof