aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91/at91_rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-211-1/+1
* Tweak the disclaimer section of the license to match COPYRIGHT, forWarner Losh2008-11-251-10/+11
* Correct return code (int) for at91_rtc_intr() prototype.Paolo Pisati2007-02-271-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-4/+4
* Implement the set_time function. Rather pointless with this RTC, as itWarner Losh2006-07-141-3/+8
* Add RTC support. This may be of dubious value since the RTC is resetWarner Losh2006-03-241-0/+250