]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2f6c434958676a8644b32327c5cd229cc0abb781
treeb6eb71f0ec444d6982bfcb8748d3e570633c7a37
parentaf69b03de7e229307963befebe8ea7e47db25ec5
parentf127306ec6ae602daf36a2ccb172e4a69455e4cd
Merge tag 'tegra-for-3.7-cpu-hotplug' of git://git.kernel.org/pub/scm/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