[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)
commit7fc39f6d616a852750ddaac86f5e4c3fad804ef8
tree7a18d36ab66806d73c985f066425e1c987ea4ac0
parenta14e18935076ce084c4edbc57883f38e642c8e5d
[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]