Date:2010-05-12 13:47:29 (13 years 7 months ago)
Author:Lars C.
Commit:d3fd0606382c9abad98fb8e096dc67f8cb1d7a29
Message:jz4740: Fix timer stop register access

The timer stop register is 32bit width.
Files: arch/mips/jz4740/timer.c (1 diff)

Change Details

arch/mips/jz4740/timer.c
4141        panic("Failed to ioremap timer registers");
4242
4343    /* Disable all timers except those used as system timers */
44    writeb(0xfc, jz4740_timer_base + JZ_REG_TIMER_STOP_SET);
44    writel(0x100fc, jz4740_timer_base + JZ_REG_TIMER_STOP_SET);
4545}

Archive Download the corresponding diff file



interactive