OSDN Git Service

unicore32 core architecture: timer and time handling
authorGuanXuetao <gxt@mprc.pku.edu.cn>
Sat, 15 Jan 2011 10:19:03 +0000 (18:19 +0800)
committerGuanXuetao <gxt@mprc.pku.edu.cn>
Thu, 17 Mar 2011 01:19:10 +0000 (09:19 +0800)
commit02b2ee16cc31df2b23d6f6c68a597d947f6c10e8
treeac92441c0286fc3458339589c4e9de27e6be6067
parent10c9c10c31514564b09c153432a42ffaea3ce831
unicore32 core architecture: timer and time handling

This patch implements timer and time.
RTC and PWM device drivers are also here.

Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
arch/unicore32/include/asm/timex.h [new file with mode: 0644]
arch/unicore32/kernel/pwm.c [new file with mode: 0644]
arch/unicore32/kernel/rtc.c [new file with mode: 0644]
arch/unicore32/kernel/time.c [new file with mode: 0644]