aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32/kernel/rtc.c
Commit message (Collapse)AuthorAge
* unicore32: move rtc-puv3.c to drivers/rtc directoryGuan Xuetao2011-06-09
| | | | | | | | | The patch moves rtc driver for PKUnity-v3 SoC from arch/unicore32/kernel/ to drivers/rtc/, with renaming it to rtc-puv3.c. Also, Kconfig, Makefile, and MAINTAINERS are modified correspondingly. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Acked-by: Arnd Bergmann <arnd@arndb.de>
* unicore32 rtc driver fix: cleanup irq_set_freq and irq_set_stateGuan Xuetao2011-04-02
| | | | Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
* unicore32 io: redefine __REG(x) and re-use readl/writel funcsGuanXuetao2011-03-16
| | | | | | | -- by advice of Arnd Bergmann Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Reviewed-by: Arnd Bergmann <arnd@arndb.de>
* unicore32 core architecture: timer and time handlingGuanXuetao2011-03-16
This patch implements timer and time. RTC and PWM device drivers are also here. Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>