Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-15 | rtc: rtc-puv3: Add __devinit and __devexit markers for probe and remove | Axel Lin | |
Signed-off-by: Axel Lin <axel.lin@gmail.com> Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn> | |||
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | |
Several fixes as well where the +1 was missing. Done via coccinelle scripts like: @@ struct resource *ptr; @@ - ptr->end - ptr->start + 1 + resource_size(ptr) and some grep and typing. Mostly uncompiled, no cross-compilers. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> | |||
2011-06-09 | unicore32: move rtc-puv3.c to drivers/rtc directory | Guan Xuetao | |
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> |