]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] AT91RM9200 RTC
authorAndrew Victor <andrew@sanpeople.com>
Sun, 10 Dec 2006 10:19:03 +0000 (02:19 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sun, 10 Dec 2006 17:55:40 +0000 (09:55 -0800)
commit3ea8a4571ecb41590cb099d4ec2666b7588f19ab
tree7a18d36ab66806d73c985f066425e1c987ea4ac0
parentec13f2eb269978bf2dd91a899a0020a8e2d64fc8
[PATCH] AT91RM9200 RTC

The new Atmel AT91SAM9261 and AT91SAM9260 processors do not have the
internal RTC peripheral.  This RTC driver is therefore
AT91RM9200-specific.

This patch renames rtc-at91.c to rtc-at91rm9200.c, and changes the name
of the configuration option.

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-at91.c [deleted file]
drivers/rtc/rtc-at91rm9200.c [new file with mode: 0644]