1. 31 8月, 2014 1 次提交
  2. 05 3月, 2014 1 次提交
  3. 13 11月, 2013 1 次提交
    • H
      i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework · 6789e84e
      Heiko Schocher 提交于
      - add omap24xx driver to new multibus/multiadpater support
      - adapted all config files, which uses this driver
      
      Tested on the am335x based siemens boards rut, dxr2 and pxm2
      posted here:
      http://patchwork.ozlabs.org/patch/263211/Signed-off-by: NHeiko Schocher <hs@denx.de>
      Tested-by: NTom Rini <trini@ti.com>
      Cc: Lars Poeschel <poeschel@lemonage.de>
      Cc: Steve Sakoman <sakoman@gmail.com>
      Cc: Thomas Weber <weber@corscience.de>
      Cc: Tom Rix <Tom.Rix@windriver.com>
      Cc: Grazvydas Ignotas <notasas@gmail.com>
      Cc: Enric Balletbo i Serra <eballetbo@iseebcn.com>
      Cc: Luca Ceresoli <luca.ceresoli@comelit.it>
      Cc: Igor Grinberg <grinberg@compulab.co.il>
      Cc: Ilya Yanok <yanok@emcraft.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Nishanth Menon <nm@ti.com>
      Cc: Pali Rohár <pali.rohar@gmail.com>
      Cc: Peter Barada <peter.barada@logicpd.com>
      Cc: Nagendra T S  <nagendra@mistralsolutions.com>
      Cc: Michael Jones <michael.jones@matrix-vision.de>
      Cc: Raphael Assenat <raph@8d.com>
      Acked-by: NIgor Grinberg <grinberg@compulab.co.il>
      Acked-by: NStefano Babic <sbabic@denx.de>
      6789e84e
  4. 05 11月, 2013 1 次提交
  5. 15 10月, 2013 1 次提交
  6. 15 8月, 2013 1 次提交
  7. 24 7月, 2013 1 次提交
  8. 29 1月, 2013 1 次提交
  9. 11 12月, 2012 1 次提交
  10. 01 9月, 2012 1 次提交
  11. 21 6月, 2012 1 次提交
  12. 16 1月, 2012 1 次提交
  13. 07 12月, 2011 4 次提交
  14. 06 10月, 2011 1 次提交
  15. 04 9月, 2011 2 次提交
  16. 04 8月, 2011 1 次提交
  17. 13 5月, 2011 1 次提交
  18. 28 4月, 2011 2 次提交
  19. 01 12月, 2010 1 次提交
  20. 20 11月, 2010 1 次提交
  21. 27 10月, 2010 1 次提交
    • W
      Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value · 25ddd1fb
      Wolfgang Denk 提交于
      CONFIG_SYS_GBL_DATA_SIZE has always been just a bad workarond for not
      being able to use "sizeof(struct global_data)" in assembler files.
      Recent experience has shown that manual synchronization is not
      reliable enough.  This patch renames CONFIG_SYS_GBL_DATA_SIZE into
      GENERATED_GBL_DATA_SIZE which gets automatically generated by the
      asm-offsets tool.  In the result, all definitions of this value can be
      deleted from the board config files.  We have to make sure that all
      files that reference such data include the new <asm-offsets.h> file.
      
      No other changes have been done yet, but it is obvious that similar
      changes / simplifications can be done for other, related macro
      definitions as well.
      Signed-off-by: NWolfgang Denk <wd@denx.de>
      Acked-by: NKumar Gala <galak@kernel.crashing.org>
      25ddd1fb
  22. 06 7月, 2010 1 次提交
  23. 08 6月, 2010 2 次提交
  24. 13 2月, 2010 1 次提交
  25. 01 2月, 2010 1 次提交
  26. 04 1月, 2010 1 次提交
  27. 14 12月, 2009 1 次提交
  28. 28 11月, 2009 1 次提交
  29. 24 10月, 2009 1 次提交
    • T
      TI OMAP3 SDP3430: Initial Support · e63e5904
      Tom Rix 提交于
      Start of support of
      Texas Instruments Software Development Platform(SDP)
      for OMAP3430 - SDP3430
      
      Highlights of this platform are:
      Flash Memory devices:
      	Sibley NOR, Micron 8bit NAND and OneNAND
      Connectivity:
      	3 UARTs and expanded 4 UART ports + IrDA
      	Ethernet, USB
      Other peripherals:
      	TWL5030 PMIC+Audio+Keypad
      	VGA display
      Expansion ports:
      	Memory devices plugin boards (PISMO)
      	Connectivity board for GPS,WLAN etc.
      Completely configurable boot sequence and device mapping
      etc.
      
      Support default jumpering and:
       - UART1/ttyS0 console(legacy sdp3430 u-boot)
       - UART3/ttyS2 console (matching other boards,
      		 and SDP HW docs)
       - Ethernet
       - mmc0
       - NOR boot
      
      Currently the UART1 is enabled by default.  for
      compatibility with other OMAP3 u-boot platforms,
      enable the #define of CONSOLE_J9.
      
      Conflicts:
      
      	Makefile
      
      Fixed the conflict with smdkc100_config by moving omap_sdp3430_config
      to it is alphabetically sorted location above zoom1.
      Signed-off-by: NDavid Brownell <david-b@pacbell.net>
      Signed-off-by: NNishanth Menon <nm@ti.com>
      Signed-off-by: NTom Rix <Tom.Rix@windriver.com>
      e63e5904