Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=9797bed20e2257f349872e00840a226f397f8d3a
Commit:     9797bed20e2257f349872e00840a226f397f8d3a
Parent:     330a9c1df63ca5043c468698da0a1853fd6778bb
Author:     Hans-Christian Egtvedt <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 30 14:29:50 2007 +0100
Committer:  Haavard Skinnemoen <[EMAIL PROTECTED]>
CommitDate: Thu Nov 15 13:47:19 2007 +0100

    Extend I/O resource for wdt0 for at32ap7000 devices
    
    This patch extends the I/O resource to 0xfff000cf which will enable the
    watchdog driver to access the reset cause (RCAUSE) register. Making it
    capable of reporting boot status.
    
    Signed-off-by: Hans-Christian Egtvedt <[EMAIL PROTECTED]>
    Signed-off-by: Haavard Skinnemoen <[EMAIL PROTECTED]>
---
 arch/avr32/mach-at32ap/at32ap7000.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/avr32/mach-at32ap/at32ap7000.c 
b/arch/avr32/mach-at32ap/at32ap7000.c
index a9d9ec0..293f03c 100644
--- a/arch/avr32/mach-at32ap/at32ap7000.c
+++ b/arch/avr32/mach-at32ap/at32ap7000.c
@@ -474,7 +474,7 @@ static struct resource at32ap700x_rtc0_resource[] = {
 static struct resource at32_wdt0_resource[] = {
        {
                .start  = 0xfff000b0,
-               .end    = 0xfff000bf,
+               .end    = 0xfff000cf,
                .flags  = IORESOURCE_MEM,
        },
 };
-
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