[MIPS] Fixup migration to GENERIC_TIME
Since we already moved to GENERIC_TIME, we should implement alternatives of old do_gettimeoffset routines to get sub-jiffies resolution from gettimeofday(). This patch includes: * MIPS clocksource support (based on works by Manish Lachwani). * remove unused gettimeoffset routines and related codes. * remove unised 64bit do_div64_32(). * simplify mips_hpt_init. (no argument needed, __init tag) * simplify c0_hpt_timer_init. (no need to write to c0_count) * remove some hpt_init routines. * mips_hpt_mask variable to specify bitmask of hpt value. * convert jmr3927_do_gettimeoffset to jmr3927_hpt_read. * convert ip27_do_gettimeoffset to ip27_hpt_read. * convert bcm1480_do_gettimeoffset to bcm1480_hpt_read. * simplify sb1250 hpt functions. (no need to subtract and shift) Signed-off-by:Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
Showing
- Documentation/mips/time.README 8 additions, 31 deletionsDocumentation/mips/time.README
- arch/mips/au1000/common/time.c 0 additions, 98 deletionsarch/mips/au1000/common/time.c
- arch/mips/dec/time.c 1 addition, 8 deletionsarch/mips/dec/time.c
- arch/mips/jmr3927/rbhma3100/setup.c 8 additions, 32 deletionsarch/mips/jmr3927/rbhma3100/setup.c
- arch/mips/kernel/time.c 53 additions, 266 deletionsarch/mips/kernel/time.c
- arch/mips/philips/pnx8550/common/time.c 2 additions, 2 deletionsarch/mips/philips/pnx8550/common/time.c
- arch/mips/pmc-sierra/yosemite/smp.c 2 additions, 4 deletionsarch/mips/pmc-sierra/yosemite/smp.c
- arch/mips/sgi-ip27/ip27-timer.c 7 additions, 9 deletionsarch/mips/sgi-ip27/ip27-timer.c
- arch/mips/sibyte/bcm1480/time.c 15 additions, 18 deletionsarch/mips/sibyte/bcm1480/time.c
- arch/mips/sibyte/sb1250/time.c 4 additions, 24 deletionsarch/mips/sibyte/sb1250/time.c
- include/asm-mips/div64.h 0 additions, 21 deletionsinclude/asm-mips/div64.h
- include/asm-mips/sibyte/sb1250.h 1 addition, 1 deletioninclude/asm-mips/sibyte/sb1250.h
- include/asm-mips/time.h 2 additions, 8 deletionsinclude/asm-mips/time.h
Loading
Please register or sign in to comment