1. ef7bd71 OMAP3: Avoid re-write to PRM_CLKSRC_CTRL by Sanjeev Premi · Mon Feb 08 11:33:25 2010 -0500
  2. e3191f4 s5pc1xx: update cache routines by Minkyu Kang · Fri Dec 18 15:03:51 2009 +0900
  3. 12decf4 Merge branch 'master' into next by Wolfgang Denk · Mon Dec 07 22:47:17 2009 +0100
  4. 3ea16c3 help: Correct syntax of nandecc help output. by Robert P. J. Day · Tue Nov 17 07:30:23 2009 -0500
  5. f0f778a Generic udelay() with watchdog support by Ingo van Lil · Tue Nov 24 14:09:21 2009 +0100
  6. aedc879 OMAP3: Fix SDRC init by Nishanth Menon · Mon Nov 09 09:29:34 2009 -0500
  7. 0d60d52 OMAP3:SDRC: Cleanup references to SDP by Nishanth Menon · Sat Nov 07 10:40:47 2009 -0500
  8. d61fbcc Coding Style cleanup; update CHANGELOG, prepare -rc1 by Wolfgang Denk · Wed Oct 28 00:49:47 2009 +0100
  9. 3d0377f TI OMAP3: make gpmc_config as const by Nishanth Menon · Tue Oct 13 12:49:55 2009 -0400
  10. f95e4c9 OMAP3: fix warnings when NAND/ONENAND is not used by Nishanth Menon · Tue Oct 13 12:47:39 2009 -0400
  11. 6a87b3f TI: OMAP3: Remove SZ_xx references by Sandeep Paulraj · Wed Sep 09 11:50:40 2009 -0400
  12. 8764998 s5pc1xx: support Samsung s5pc1xx SoC by Minkyu Kang · Thu Oct 01 17:20:01 2009 +0900
  13. 096b9c2 OMAP3 Move cache routine to cache.S by Tom Rix · Thu Sep 10 15:27:57 2009 -0400
  14. 438eded arm: Remove -fno-strict-aliasing by Kumar Gala · Tue Sep 01 11:24:45 2009 -0500
  15. d47f486 ARM: compiler options cleanup - improve tool chain support by Wolfgang Denk · Mon Aug 17 13:17:29 2009 +0200
  16. 93d1b76 ARM Cortex A8: Remove bogus config.mk entries by Dirk Behme · Sat Aug 08 16:06:47 2009 +0200
  17. fc8b7aa omap3: bug fix for NOR boot support by Penda Naveen Kumar · Fri Jul 31 00:06:36 2009 +0530
  18. a4becd6 omap3: replace all instances of gpmc config struct by one global by Dirk Behme · Sat Aug 08 09:30:22 2009 +0200
  19. dc7af20 omap3: remove typedefs for configuration structs by Dirk Behme · Sat Aug 08 09:30:21 2009 +0200
  20. e06da3d omap3: embedd gpmc_cs into gpmc config struct by Matthias Ludwig · Tue May 19 09:09:31 2009 +0200
  21. f2d95b8 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · Thu Jul 23 00:59:37 2009 +0200
  22. ae6f0c6 ARM Cortex A8: Move OMAP3 specific reset handler by Minkyu Kang · Mon Jul 20 11:40:01 2009 +0900
  23. 33cbd2b OMAP3 Fix compiler warning for v7_flush_dcache_all by Tom Rix · Tue Jun 30 15:04:13 2009 -0500
  24. 1d695be Coding style cleanup; update CHANGELOG by Wolfgang Denk · Tue Jul 07 22:35:02 2009 +0200
  25. 3b5ac95 move L2 cache enable/disable function to cache.c in the omap3 SoC directory by Kim, Heung Jun · Sat Jun 20 11:02:17 2009 +0200
  26. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  27. de8ab06 OMAP3 Turn on the GPIO bank clocks by Tom Rix · Fri May 29 18:57:31 2009 -0500
  28. de510ba arm: remove cpu_init by Jean-Christophe PLAGNIOL-VILLARD · Sat May 09 13:21:19 2009 +0200
  29. da7b3db arm: unify interrupt init by Jean-Christophe PLAGNIOL-VILLARD · Sat May 09 13:21:18 2009 +0200
  30. 7580b86 arm: unify linker script by Jean-Christophe PLAGNIOL-VILLARD · Fri May 08 20:24:12 2009 +0200
  31. dd2d1cc OMAP3 Port kernel omap gpio interface. by Tom Rix · Fri May 15 23:48:36 2009 +0200
  32. b692478 OMAP Consolidate common u-boot.lds to cpu layer. by Tom Rix · Fri May 15 23:47:52 2009 +0200
  33. 8c9fc00 arm: timer and interrupt init rework by Jean-Christophe PLAGNIOL-VILLARD · Fri May 15 23:47:02 2009 +0200
  34. cd53ed0 OMAP3: Reorganize Makefile style by Jean-Christophe PLAGNIOL-VILLARD · Fri May 15 23:45:22 2009 +0200
  35. 3f3b40a OMAP3: Remove dublicated interrupt code by Jean-Christophe PLAGNIOL-VILLARD · Fri May 15 23:45:22 2009 +0200
  36. f1b3f2b Fix e-mail address of Gary Jennejohn. by Detlev Zundel · Wed May 13 10:54:10 2009 +0200
  37. e8b1696 OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000 by Manikandan Pillai · Tue Apr 21 17:29:05 2009 +0200
  38. fcbb44f OMAP3: Print correct silicon revision by Sanjeev Premi · Mon Apr 27 21:27:54 2009 +0530
  39. 776eac2 OMAP3: Remove unused board-types by Sanjeev Premi · Mon Apr 27 21:27:44 2009 +0530
  40. e32ef2e OMAP3: Use functions print_cpuinfo() and checkboard() by Sanjeev Premi · Mon Apr 27 21:27:27 2009 +0530
  41. 189b87a arm: unify reset command by Jean-Christophe PLAGNIOL-VILLARD · Sun Apr 05 13:08:03 2009 +0200
  42. e6b5f1b arm: clean cache management by Jean-Christophe PLAGNIOL-VILLARD · Sun Apr 05 13:06:31 2009 +0200
  43. 9053b5a arm: update co-processor 15 access by Jean-Christophe PLAGNIOL-VILLARD · Sun Apr 05 13:02:43 2009 +0200
  44. 15af998 OMAP: Fix compile issue by Sanjeev Premi · Fri Apr 03 14:00:07 2009 +0530
  45. 993e57d OMAP: rename timer divisor by Ladislav Michl · Mon Mar 30 18:58:41 2009 +0200
  46. 12dbcf6 OMAP3: Add support for OMAP3 die ID by Dirk Behme · Thu Mar 12 19:30:50 2009 +0100
  47. 2d0d4fa OMAP3: Add OMAP3 auto detection by Dirk Behme · Thu Feb 12 18:55:42 2009 +0100
  48. fb718e1 Coding style cleanup; update CHANGELOG by Wolfgang Denk · Thu Feb 12 00:08:39 2009 +0100
  49. e0e49fe OMAP3: Add common board, interrupt and system info by Dirk Behme · Sun Dec 14 09:47:15 2008 +0100
  50. 595d37b OMAP3: Add common clock, memory and low level code by Dirk Behme · Sun Dec 14 09:47:14 2008 +0100
  51. 7d75a10 OMAP3: Add common cpu and start code by Dirk Behme · Sun Dec 14 09:47:13 2008 +0100