]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mpidr-updates-for-rmk' of git://linux-arm.org/linux-2.6-lp into devel...
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 24 Jun 2013 15:20:47 +0000 (16:20 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 24 Jun 2013 15:21:02 +0000 (16:21 +0100)
commitcb1a726979561bf8ff980973648bf783ff4785cd
treed832833f3217e04eac90b0be1c9359ace9763d7a
parentf32431822cd0bf391915de1a0ac4f2159b2f3a13
parent3b7ae0901d8d97c89ab55658ae5e285481074d88
Merge branch 'mpidr-updates-for-rmk' of git://linux-arm.org/linux-2.6-lp into devel-stable

This patch series that implements MPIDR linearization through a simple
hashing algorithm and updates current cpu_{suspend}/{resume} code to use
the newly created hash structures to retrieve context pointers.  It
represents a stepping stone for the implementation of power management code
on forthcoming multi-cluster ARM systems.

It has been tested on TC2 (dual cluster A15xA7 system), iMX6q, OMAP4 and
Tegra, with processors hitting low-power states requiring warm-boot resume
through the cpu_resume code path.