summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/arm/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-31 16:49:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-31 16:49:33 +0000
commit7d6a5e21792becef1de057d4f1e75453592cdfa6 (patch)
tree9ea2766c1e75eba1621275f89c3bdf7f65d1b68d /c/src/lib/libcpu/arm/ChangeLog
parent2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7d6a5e21792becef1de057d4f1e75453592cdfa6.tar.bz2
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
* at91rm9200/timer/timer.c, lpc22xx/timer/timer.c, mc9328mxl/timer/timer.c, s3c2400/timer/timer.c, s3c24xx/timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
Diffstat (limited to 'c/src/lib/libcpu/arm/ChangeLog')
-rw-r--r--c/src/lib/libcpu/arm/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/arm/ChangeLog b/c/src/lib/libcpu/arm/ChangeLog
index f17b6c88c1..31ba9347aa 100644
--- a/c/src/lib/libcpu/arm/ChangeLog
+++ b/c/src/lib/libcpu/arm/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * at91rm9200/timer/timer.c, lpc22xx/timer/timer.c,
+ mc9328mxl/timer/timer.c, s3c2400/timer/timer.c,
+ s3c24xx/timer/timer.c: Rename timer driver methods to follow RTEMS
+ programming conventions.
+
2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>
* lpc22xx/timer/timer.c: Remove broken bool implementation.