summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/kernel/time.c
Commit message (Collapse)AuthorAgeFilesLines
* unicore32: Remove IRQF_DISABLEDYong Zhang2012-01-101-1/+1
| | | | | | This flag is a NOOP and can be removed now. Signed-off-by: Yong Zhang <yong.zhang0@gmail.com>
* unicore32 io: redefine __REG(x) and re-use readl/writel funcsGuanXuetao2011-03-171-23/+23
| | | | | | | -- by advice of Arnd Bergmann Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
* unicore32 time.c: change calculate method for clock_event_deviceGuanXuetao2011-03-171-7/+2
| | | | | | | | apply clockevents_calc_mult_shift() to get rid of shift assignment and mult calculation for osmr0 -- by advice with Thomas Gleixner Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
* unicore32 core architecture: timer and time handlingGuanXuetao2011-03-171-0/+148
This patch implements timer and time. RTC and PWM device drivers are also here. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
OpenPOWER on IntegriCloud