commit | e29d11c6991d078bf2011f25dc8c19a2f38c4c8e | [log] [tgz] |
---|---|---|
author | Sebastian Macke <sebastian@macke.de> | Sun Jul 20 15:13:31 2014 +0000 |
committer | Stafford Horne <shorne@gmail.com> | Sat Feb 25 04:14:35 2017 +0900 |
tree | c194d4a427c9c1938b7a9df6f3606973e1cf6c8e | |
parent | 79f8a4d022f2d11d4fc90f785f575ac331e2ef71 [diff] |
openrisc: Initial support for the idle state This patch adds basic support for the idle state of the cpu. The patch overrides the regular idle function, enables the interupts, checks for the power management unit and enables the cpu doze mode if available. Signed-off-by: Sebastian Macke <sebastian@macke.de> [shorne@gmail.com: Fixed checkpatch, blankline after declarations] Signed-off-by: Stafford Horne <shorne@gmail.com>