1. 09 3月, 2011 1 次提交
  2. 18 2月, 2011 1 次提交
  3. 10 12月, 2010 1 次提交
  4. 30 9月, 2010 1 次提交
  5. 06 5月, 2010 1 次提交
  6. 24 4月, 2010 1 次提交
  7. 24 2月, 2010 1 次提交
  8. 16 2月, 2010 2 次提交
  9. 21 1月, 2010 2 次提交
  10. 14 12月, 2009 1 次提交
  11. 12 11月, 2009 1 次提交
  12. 20 10月, 2009 1 次提交
    • T
      omap: headers: Create headers necessary for compile under mach-omap1 and mach-omap2 · 3eff851b
      Tony Lindgren 提交于
      Create the headers needed for compiling under
      mach-omap1/include/mach and mach-omap2/include/mach.
      
      This was done with the following script:
      
      #!/bin/bash
      mach_files="clkdev.h gpio.h hardware.h io.h irqs.h memory.h \
      smp.h system.h timex.h uncompress.h vmalloc.h"
      omaps="mach-omap1 mach-omap2"
      
      mach_dir_old="arch/arm/plat-omap/include/mach"
      plat_dir_new="arch/arm/plat-omap/include/plat"
      
      mkdir -p $plat_dir_new
      git add $plat_dir_new
      
      for dir in $omaps; do
      	mach_dir_new="arch/arm/$dir/include/mach"
      	for header in $mach_files; do
      		file="$mach_dir_new/$header"
      		if [ ! -f $file ]; then
      			echo -ne "/*\n * $file\n */\n\n#include <plat/$header>\n" > $file
      			git add $file
      			if [ ! -f $plat_dir_new/$header ]; then
      				git mv $mach_dir_old/$header $plat_dir_new/$header
      			fi
      		fi
      	done
      done
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      3eff851b
  13. 08 10月, 2009 2 次提交
  14. 23 9月, 2009 1 次提交
  15. 09 6月, 2009 1 次提交
  16. 29 5月, 2009 2 次提交
  17. 24 3月, 2009 1 次提交
  18. 05 11月, 2008 1 次提交
  19. 15 10月, 2008 1 次提交
  20. 09 10月, 2008 1 次提交
    • S
      ARM: OMAP3: Add minimal omap3430 support · cc26b3b0
      Syed Mohammed, Khasim 提交于
      Add minimal omap3430 support based on earlier patches from
      Syed Mohammed Khasim. Also merge in omap34xx SRAM support
      from Karthik Dasu and use consistent naming for sram init
      functions.
      
      Also do following changes that make 34xx support usable:
      
      - Remove unused sram.c functions for 34xx
      
      - Rename IRQ_SIR_IRQ to INTCPS_SIR_IRQ and define it locally
        in entry-macro.S
      
      - Update mach-omap2/io.c to support 2420, 2430, and 34xx
      
      - Also merge in 34xx GPMC changes to add fields wr_access and
        wr_data_mux_bus from Adrian Hunter
      
      - Remove memory initialization call omap2_init_memory() until
        until more generic memory initialization patches are posted.
        It's OK to rely on bootloader initialization until then.
      Signed-off-by: NSyed Mohammed, Khasim <khasim@ti.com>
      Signed-off-by: Karthik Dasu<karthik-dp@ti.com>
      Signed-off-by: NAdrian Hunter <ext-adrian.hunter@nokia.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      
      
      
      cc26b3b0
  21. 06 10月, 2008 1 次提交
    • T
      ARM: OMAP2: Misc updates from linux-omap tree · 646e3ed1
      Tony Lindgren 提交于
      Misc updates from linux-omap tree, mostly to update common
      device initialization and add missing defines from linux-omap
      tree. Also some changes to make room for adding 34xx in
      following patches.
      
      Note that the I2C resources are now set up in
      arch/arm/plat-omap/i2c.c helper, and can be removed
      from devices.c.
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      646e3ed1
  22. 01 9月, 2008 1 次提交
  23. 07 8月, 2008 2 次提交
  24. 03 7月, 2008 1 次提交
  25. 09 2月, 2008 1 次提交
  26. 09 5月, 2007 1 次提交
  27. 25 9月, 2006 2 次提交
  28. 27 6月, 2006 2 次提交
  29. 03 4月, 2006 1 次提交
  30. 16 11月, 2005 1 次提交
  31. 10 11月, 2005 1 次提交
  32. 08 9月, 2005 1 次提交
  33. 11 7月, 2005 1 次提交