unicore32: move rtc-puv3.c to drivers/rtc directory
authorGuan Xuetao <gxt@mprc.pku.edu.cn>
Thu, 26 May 2011 08:43:27 +0000 (16:43 +0800)
committerGuan Xuetao <gxt@mprc.pku.edu.cn>
Thu, 9 Jun 2011 08:15:24 +0000 (16:15 +0800)
commit2809e80b8a73d556b2302e273966fb15db16c51e
tree5698003bbcaaf144e3c6613e325576b5a150edb6
parent06e86849cf4019945a106913adb9ff0abcc01770
unicore32: move rtc-puv3.c to drivers/rtc directory

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>
MAINTAINERS
arch/unicore32/Kconfig
arch/unicore32/configs/debug_defconfig
arch/unicore32/kernel/Makefile
arch/unicore32/kernel/rtc.c [deleted file]
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-puv3.c [new file with mode: 0644]
This page took 0.026648 seconds and 5 git commands to generate.