index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
rtc.c
Age
Commit message (
Expand
)
Author
2006-03-09
Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...
Brandon Low
2006-03-05
Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflict...
Brandon Low
2006-03-05
Move the RTC read throttling to a smarter place
Brandon Low
2006-03-05
Basic battery monitoring for ipod 5g, should work on other ipods as well, but...
Brandon Low
2005-12-22
H300: RTC support
Linus Nielsen Feltzing
2005-12-11
Reworking of Archos RTC code to create a (slightly) more abstract RTC api
Dave Chapman
2005-12-04
Replace references to HAVE_RTC with CONFIG_RTC and remove the HAVE_RTC define...
Dave Chapman
2005-02-06
A proper alarm clock for the V2/FM (and v1 with mod)
Christi Scarborough
2005-02-05
Bugfix: Resume does not prompt if the unit has woken due to the RTC alarm
Christi Scarborough
2003-12-04
Fix for the occasional problem on FMR devices, when the device can't be turne...
Linus Nielsen Feltzing
2003-01-22
Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DE...
Uwe Freese
2002-11-20
Added rtc_read_multiple()
Linus Nielsen Feltzing
2002-08-06
rtc_init() takes care of both the ST and HT bits
Linus Nielsen Feltzing
2002-08-06
rtc_read() now sends a stop condition. This hopefully fixes the stopping cloc...
Linus Nielsen Feltzing
2002-06-24
Added first RTC functions
Linus Nielsen Feltzing