Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=03c5732855300f05aac718ca770c2bb05e1fd48b
Commit:     03c5732855300f05aac718ca770c2bb05e1fd48b
Parent:     444ad82bc3eaa554be40d22dc248e58aeefd54d9
Author:     Sonic Zhang <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 22 18:45:10 2008 +0800
Committer:  Bryan Wu <[EMAIL PROTECTED]>
CommitDate: Tue Jan 22 18:45:10 2008 +0800

    [Blackfin] arch: Fix bug Only RTC interrupt can wake up deeper sleep core.
    
    Signed-off-by: Sonic Zhang <[EMAIL PROTECTED]>
    Signed-off-by: Bryan Wu <[EMAIL PROTECTED]>
---
 arch/blackfin/Kconfig |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index 6b96d7d..ecb356e 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -923,10 +923,10 @@ endchoice
 config PM_WAKEUP_SIC_IWR
        hex "Wakeup Events (SIC_IWR)"
        depends on PM_WAKEUP_GPIO_BY_SIC_IWR
-       default 0x80000000 if (BF537 || BF536 || BF534)
-       default 0x100000 if (BF533 || BF532 || BF531)
-       default 0x800000 if (BF54x)
-       default 0x800000 if (BF52x)
+       default 0x8 if (BF537 || BF536 || BF534)
+       default 0x80 if (BF533 || BF532 || BF531)
+       default 0x80 if (BF54x)
+       default 0x80 if (BF52x)
 
 config PM_WAKEUP_GPIO_NUMBER
        int "Wakeup GPIO number"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to