1. 06 5月, 2011 2 次提交
  2. 25 4月, 2011 1 次提交
  3. 12 3月, 2011 2 次提交
  4. 01 3月, 2011 1 次提交
  5. 24 9月, 2010 3 次提交
  6. 06 8月, 2010 2 次提交
  7. 14 5月, 2010 1 次提交
  8. 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
  9. 05 2月, 2010 4 次提交
  10. 07 1月, 2010 1 次提交
  11. 26 11月, 2009 7 次提交
  12. 26 8月, 2009 6 次提交