1. 1464f4d Clean-up of s3c24x0 drivers excluding nand driver by kevin.morfitt@fearnside-systems.co.uk · Sat Oct 10 13:33:11 2009 +0900
  2. 3563ca4 rtc/ds1337.c: Allow to set TCR register by Werner Pfister · Mon Sep 21 14:49:55 2009 +0200
  3. bf3532a Add driver for the ST M41T94 SPI RTC by Albin Tonnerre · Thu Aug 13 19:12:44 2009 +0200
  4. dfdea73 Switch from per-driver to common definition of bin2bcd and bcd2bin by Albin Tonnerre · Thu Aug 13 15:31:12 2009 +0200
  5. 8aca720 Replace BCD2BIN and BIN2BCD macros with inline functions by Albin Tonnerre · Thu Aug 13 15:31:11 2009 +0200
  6. e366f15 Update CHANGELOG, coding style cleanup. by Wolfgang Denk · Sun Apr 05 00:27:57 2009 +0200
  7. c85a21e Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Thu Apr 02 00:24:33 2009 +0200
  8. 58d0bff rtc: add support for 4543 RTC (manufactured by e.g. EPSON) by Detlev Zundel · Mon Mar 30 00:31:33 2009 +0200
  9. 20b5080 s3c44b0: move rtc driver to drivers/rtc by Jean-Christophe PLAGNIOL-VILLARD · Sun Mar 29 23:01:40 2009 +0200
  10. ca2dbd4 Blackfin: only initialize the RTC when actually used by Mike Frysinger · Mon Oct 06 03:39:07 2008 -0400
  11. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · Thu Oct 16 15:01:15 2008 +0200
  12. 4ce0011 i.MX31: Make the SPI bus and chip select configurable for MC13783 by Magnus Lilja · Fri Aug 29 10:36:18 2008 +0200
  13. 9179084 Makefile: fix bug introduced by commit 47ffd6c2 by Wolfgang Denk · Tue Sep 09 16:55:47 2008 +0200
  14. 9a83aea Makefile: compile and link each module just once by Wolfgang Denk · Tue Sep 09 15:45:18 2008 +0200
  15. 297e11a rs5c372: fix rtc_set prototype by Jean-Christophe PLAGNIOL-VILLARD · Tue Sep 09 00:59:39 2008 +0200
  16. 489cf6d mk48t59: fix compile problem introduced by commit d1e23194 by Wolfgang Denk · Mon Sep 08 21:28:14 2008 +0200
  17. 97a2e10 rtc: allow rtc_set to return an error and use it in cmd_date by Jean-Christophe PLAGNIOL-VILLARD · Mon Sep 01 23:06:23 2008 +0200
  18. 62a3459 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get(). by Yuri Tikhonov · Fri Aug 15 15:42:09 2008 +0200
  19. 9584564 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Mon Aug 25 23:34:22 2008 +0200
  20. 1bfdd5e RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338) by Stefan Roese · Wed Aug 20 20:29:38 2008 +0200
  21. 76873a6 Add ARM AMBA PL031 RTC Support by Gururaja Hebbar K R · Mon Aug 25 11:30:29 2008 +0200
  22. c3e6c55 rtc: Clean drivers/rtc/Makefile by Michal Simek · Mon Jul 14 19:45:37 2008 +0200
  23. f91aa8d silence misc printf formatting compiler warnings by Kim Phillips · Thu Jul 10 14:00:15 2008 -0500
  24. ace61f0 rtc: Fix printf format warning in m41t60.c by Stefan Roese · Thu Jul 10 10:00:45 2008 +0200
  25. d74084a SPI API improvements by Haavard Skinnemoen · Fri May 16 11:10:31 2008 +0200
  26. a1be476 Big white-space cleanup. by Wolfgang Denk · Tue May 20 16:00:29 2008 +0200
  27. 8eac182 RTC: Fix month offset by one problem in M41T62 RTC driver by Stefan Roese · Wed Apr 30 15:50:39 2008 +0200
  28. d438749 RTC driver for MC13783 by Guennadi Liakhovetski · Tue Apr 15 14:15:30 2008 +0200
  29. 29aad11 ds174x: Fix warning on return in rtc_get and rtc_set functions by Jean-Christophe PLAGNIOL-VILLARD · Wed Apr 02 08:03:58 2008 +0200
  30. 331dfe8 Coding style cleanup. by Wolfgang Denk · Wed Mar 26 15:38:47 2008 +0100
  31. 2ef2731 Add CFG_RTC_DS1337_NOOSC to turn off OSC output by Joakim Tjernlund · Wed Mar 26 13:02:13 2008 +0100
  32. 52136e3 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile by Stefan Roese · Mon Mar 17 10:49:25 2008 +0100
  33. 9bacd94 LWMON5: POST RTC fix by Yuri Tikhonov · Thu Mar 20 17:56:04 2008 +0300
  34. e46a0c3 Merge branch 'master' of git+ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · Sun Mar 16 01:50:18 2008 +0100
  35. 0d0d0f0 drivers/rtc/Makefile: keep list sorted by Wolfgang Denk · Sun Mar 16 01:22:59 2008 +0100
  36. b27939b Add support for Intersil isl1208 RTC by Tor Krill · Sat Mar 15 15:40:26 2008 +0100
  37. 754a5e5 rtc: Add M41T62 support by Stefan Roese · Tue Feb 19 16:21:49 2008 +0100
  38. 7b2d836 Merge branch 'master' of git://www.denx.de/git/u-boot-blackfin by Wolfgang Denk · Fri Feb 15 00:06:18 2008 +0100
  39. 4134872 Fix remaining CONFIG_COMMANDS by Jean-Christophe PLAGNIOL-VILLARD · Fri Jan 25 07:54:47 2008 +0100
  40. 6742eaf rewrite/cleanup Blackfin RTC driver by Mike Frysinger · Mon Feb 04 19:26:57 2008 -0500
  41. 66c4cf4 punt Blackfin VDSP headers and import sanitized/auto-generated ones by Mike Frysinger · Mon Feb 04 19:26:55 2008 -0500
  42. 6f60bf3 Add Epson RX8025 RTC support by Matthias Fuchs · Thu Dec 27 16:55:17 2007 +0100
  43. 7e38e7a Add driver for STMicroelectronics M41T60 RTC by Larry Johnson · Sat Dec 22 15:14:00 2007 -0500
  44. 498f9f7 rtc: Fix merging problem by Stefan Roese · Tue Dec 11 11:46:01 2007 +0100
  45. 1a32b7a Merge commit 'u-boot/master' into for-1.3.1 by Stefan Roese · Tue Dec 11 11:34:54 2007 +0100
  46. 9df0007 drivers/rtc : move rtc drivers to drivers/rtc by Jean-Christophe PLAGNIOL-VILLARD · Sat Nov 24 20:59:50 2007 +0100