]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit241d97136d9f629a7238d7df8b2805a83f948194
treeac92441c0286fc3458339589c4e9de27e6be6067
parent85b93c203bed170010478bc4a6afd9656449c5ee
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]