1. f53f2b8 i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework by Heiko Schocher · Tue Oct 22 11:03:18 2013 +0200
  2. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  3. 1e4eccf omap_gpmc: change nandecc command by Andreas Bießmann · Thu Apr 04 23:52:50 2013 +0000
  4. b6d9efd OMAP3: Initialize gpmc if SPL_ONENAND_SUPPORT is enabled. by Enric Balletbo i Serra · Thu Feb 07 23:14:49 2013 +0000
  5. 4be9dbc omap_hsmmc: add driver check for write protection by Nikita Kiryanov · Mon Dec 03 02:19:47 2012 +0000
  6. 4eae05c omap_hsmmc: implement driver check for card detection by Nikita Kiryanov · Mon Dec 03 02:19:44 2012 +0000
  7. 3bb3c29 omap3: Add a few comments to "#endif"s for readability. by Robert P. J. Day · Tue Nov 13 07:57:54 2012 +0000
  8. b759db3 omap3: Rework board.c for !CONFIG_SYS_L2CACHE_OFF by Tom Rini · Tue Oct 30 22:23:28 2012 -0700
  9. 31dfba4 SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux by Tom Rini · Wed Aug 22 15:31:05 2012 -0700
  10. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · Mon Aug 13 12:03:19 2012 -0700
  11. 9e0c260 ARM: SPL: Move gpmc_init() to spl_board_init() by Tom Rini · Tue Aug 14 12:26:08 2012 -0700
  12. a0b9fa5 ARM: SPL: Make spl_mmc.c more generic by Tom Rini · Tue Aug 14 10:25:15 2012 -0700
  13. 29d69dc ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h> by Tom Rini · Tue Aug 14 08:50:58 2012 -0700
  14. 09ebf1a ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c by Tom Rini · Mon Aug 13 14:11:06 2012 -0700
  15. a76ff95 ARM: SPL: Rename omap_boot_mode to spl_boot_mode() by Tom Rini · Tue Aug 14 09:19:44 2012 -0700
  16. 0be93ff ARM: SPL: Rename omap_boot_device to spl_boot_device by Tom Rini · Mon Aug 13 12:53:23 2012 -0700
  17. 05df891 omap3: Introduce weak misc_init_r by Tom Rini · Fri Apr 13 12:20:03 2012 +0000
  18. 44fa188 OMAP3: SPL: do not call I2C init if no I2C is set. by Stefano Babic · Thu Mar 15 04:01:42 2012 +0000
  19. e0db71d armv7: omap3: leave outer cache enabled by Aneesh V · Thu Feb 16 03:40:15 2012 +0000
  20. 7ea4b7c omap3: fix comment typos by Peter Meerwald · Thu Feb 02 12:51:02 2012 +0000
  21. 3968a6a OMAP3+: Clock: Adding ehci clock enabling by Govindraj.R · Mon Feb 06 03:55:35 2012 +0000
  22. de3ffeb OMAP SPL: call timer_init in s_init to make udelay work earlier by Andreas Müller · Wed Jan 04 15:26:23 2012 +0000
  23. ead66c1 OMAP3: Add SPL_BOARD_INIT hook by Tom Rini · Wed Nov 23 05:13:06 2011 +0000
  24. 4e333f6 OMAP3: Use sdelay from arch/arm/cpu/armv7/syslib.c instead of cloning that. by Alexander Holler · Sat Dec 18 13:24:20 2010 +0100
  25. 09c797b OMAP3 SPL: Provide weak omap_rev_string by Tom Rini · Tue Oct 04 04:59:23 2011 +0000
  26. 992dcf7 omap-common: add nand spl support by Simon Schwarz · Wed Sep 14 15:29:26 2011 -0400
  27. 572134b omap: enable caches at system start-up by Aneesh V · Thu Aug 11 04:35:43 2011 +0000
  28. 1843eca omap: fix gpio related build breaks by Aneesh V · Sun Jul 31 20:30:53 2011 +0000
  29. 9a39088 omap: reuse omap3 gpio support in omap4 by Aneesh V · Thu Jul 21 09:29:29 2011 -0400
  30. d16dd01 armv7: adapt omap3 to the new cache maintenance framework by Aneesh V · Thu Jun 16 23:30:53 2011 +0000
  31. 3d81b55 ARMV7: OMAP3: Convert setup_auxcr() to pure asm by Mans Rullgard · Wed Apr 14 15:49:57 2010 +0100
  32. 6329a8f ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 by Steve Sakoman · Thu Jun 17 21:50:01 2010 -0700[Renamed from arch/arm/cpu/arm_cortexa8/omap3/board.c]
  33. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · Mon Jun 28 22:00:46 2010 +0200
  34. 558d23d omap3: Consolidate SDRC related operations by Vaibhav Hiremath · Mon Jun 07 15:20:34 2010 -0400
  35. 0d58167 omap3: Calculate CS1 size only when SDRC is by Vaibhav Hiremath · Mon Jun 07 15:20:29 2010 -0400
  36. f7c6737 arm: Move cpu/$CPU to arch/arm/cpu/$CPU by Peter Tyser · Mon Apr 12 22:28:11 2010 -0500[Renamed from cpu/arm_cortexa8/omap3/board.c]
  37. b914c9c OMAP3: workaround for ARM Cortex-A8 erratum 725233 by Siarhei Siamashka · Tue Feb 23 23:56:36 2010 -0500
  38. 3ea16c3 help: Correct syntax of nandecc help output. by Robert P. J. Day · Tue Nov 17 07:30:23 2009 -0500
  39. 096b9c2 OMAP3 Move cache routine to cache.S by Tom Rix · Thu Sep 10 15:27:57 2009 -0400
  40. d47f486 ARM: compiler options cleanup - improve tool chain support by Wolfgang Denk · Mon Aug 17 13:17:29 2009 +0200
  41. dc7af20 omap3: remove typedefs for configuration structs by Dirk Behme · Sat Aug 08 09:30:21 2009 +0200
  42. 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
  43. c54781c General help message cleanup by Wolfgang Denk · Sun May 24 17:06:54 2009 +0200
  44. e32ef2e OMAP3: Use functions print_cpuinfo() and checkboard() by Sanjeev Premi · Mon Apr 27 21:27:27 2009 +0530
  45. 15af998 OMAP: Fix compile issue by Sanjeev Premi · Fri Apr 03 14:00:07 2009 +0530
  46. e0e49fe OMAP3: Add common board, interrupt and system info by Dirk Behme · Sun Dec 14 09:47:15 2008 +0100