Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unicore32: move rtc-puv3.c to drivers/rtc directory | Guan Xuetao | 2011-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_state | Guan Xuetao | 2011-04-02 |
| | | | | Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn> | ||
* | unicore32 io: redefine __REG(x) and re-use readl/writel funcs | GuanXuetao | 2011-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 handling | GuanXuetao | 2011-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> |