summaryrefslogtreecommitdiff
path: root/sys/arm/at91/at91_rtc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh2018-07-271-366/+0
* Remove 'All Rights Reserved.' from all of my Copyrights in sys/arm andWarner Losh2018-05-011-1/+1
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* arm: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-3/+3
* Loop reading the RTC registers until the same values are obtainedWarner Losh2012-10-071-3/+14
* Improve a few comments.Warner Losh2012-10-071-6/+11
* Use the RTC unit to get the time. This works on all known AT91SAM9*Warner Losh2012-10-071-23/+115
* Remove pointless semicolons after labelKevin Lo2011-09-301-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