1. 27 10月, 2012 1 次提交
  2. 24 10月, 2012 1 次提交
  3. 28 8月, 2012 2 次提交
  4. 29 7月, 2012 1 次提交
  5. 19 4月, 2012 1 次提交
  6. 05 1月, 2012 1 次提交
  7. 17 9月, 2011 1 次提交
    • I
      ARM: davinci: Explicitly set channel controllers' default queues · f23fe857
      Ido Yariv 提交于
      Davinci platforms may define a default queue for each channel
      controller. If one is not defined, the default queue is set to EVENTQ_1.
      However, there's no way to distinguish between an unset default queue to
      one that is set to EVENTQ_0, as EVENTQ_0 = 0.
      
      Explicitly specify the default queue for all channel controllers on all
      Davinci platforms to EVENTQ_1, and don't overwrite it in the EDMA probe
      function.
      
      One exception is the DA850 board, for which EVENTQ_1 is not a valid
      option for its second channel controller. Use EVENTQ_0 instead for that
      channel controller.
      Signed-off-by: NIdo Yariv <ido@wizery.com>
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      f23fe857
  8. 08 7月, 2011 1 次提交
    • S
      davinci: da850: add support for SATA interface · cbb2c961
      Sekhar Nori 提交于
      Add support for SATA controller on the
      DA850/OMAP-L138/AM18x devices.
      
      The patch adds the necessary clocks, platform
      resources and a routine to initialize the SATA
      controller.
      
      The PHY configuration in this patch is
      courtesy the work done by Zegeye Alemu,
      Swaminathan and Mansoor Ahamed from TI.
      
      While testing this patch, enable port multiplier
      support iff you are actually using one. The
      reasons of this behaviour are discussed
      here: http://patchwork.ozlabs.org/patch/78163/
      
      ChangeLog:
      v3:
      Removed fields which were being initialized
      to zero in PHY configuration. Moved SATA base
      address definition to the top of the file to
      make it inline with what is done for the rest
      of the modules.
      v2:
      Addressed comments from Sergei. Removed unnecessary
      braces and removed unnecessary else after goto.
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      cbb2c961
  9. 08 6月, 2011 1 次提交
  10. 06 5月, 2011 2 次提交
  11. 25 4月, 2011 1 次提交
  12. 12 3月, 2011 2 次提交
  13. 01 3月, 2011 1 次提交
  14. 24 9月, 2010 3 次提交
  15. 06 8月, 2010 2 次提交
  16. 14 5月, 2010 1 次提交
  17. 07 5月, 2010 1 次提交
    • C
      Davinci: watchdog reset separation across socs · c78a5bc2
      Cyril Chemparathy 提交于
      The earlier watchdog reset mechanism had a couple of limitations.  First, it
      embedded a reference to "davinci_wdt_device" inside common code.  This
      forced all derived platforms (da8xx and tnetv107x) to define such a device.
      This also would have caused problems in including multiple socs in a single
      build due to symbol redefinition.
      
      With this patch, davinci_watchdog_reset() now takes the platform device as an
      argument.  The davinci_soc_info struct has been extended to include a reset
      function and a watchdog platform_device.  arch_reset() then uses these
      elements to reset the system in a SoC specific fashion.
      Signed-off-by: NCyril Chemparathy <cyril@ti.com>
      Tested-by: NSandeep Paulraj <s-paulraj@ti.com>
      Signed-off-by: NKevin Hilman <khilman@deeprootsystems.com>
      c78a5bc2
  18. 05 2月, 2010 4 次提交
  19. 07 1月, 2010 1 次提交
  20. 26 11月, 2009 7 次提交
  21. 26 8月, 2009 5 次提交