Merge tag 'tegra-for-3.7-cpu-hotplug' of git://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Mon, 17 Sep 2012 01:33:23 +0000 (18:33 -0700)
committerOlof Johansson <olof@lixom.net>
Mon, 17 Sep 2012 01:33:23 +0000 (18:33 -0700)
commitcccc277ba840f32d252a785ab1df686fdc0f49f5
treeb6eb71f0ec444d6982bfcb8748d3e570633c7a37
parentea2abb670b712380adf0aa6945dc651711ac2b92
parent453689e407f2b7c0a72a2e6fb2ef84c20475773b
Merge tag 'tegra-for-3.7-cpu-hotplug' of git://git./linux/kernel/git/swarren/linux-tegra into next/soc

From Stephen Warren:

ARM: tegra: implement CPU hotplug

This branch implements CPU hot-plugging support for both Tegra20 and
Tegra30. Portions of the implementation are contained in the clock
driver, hence this branch is based on the common clock conversion in
order to avoid duplicating work.

By Joseph Lo
via Stephen Warren
* tag 'tegra-for-3.7-cpu-hotplug' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra:
  ARM: tegra20: add CPU hotplug support
  ARM: tegra30: add CPU hotplug support
  ARM: tegra: clean up the common assembly macros into sleep.h
  ARM: tegra: replace the CPU CAR access code by tegra_cpu_car_ops
  ARM: tegra: introduce tegra_cpu_car_ops structures