1. 05 1月, 2012 2 次提交
  2. 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
  3. 26 11月, 2009 1 次提交
  4. 26 8月, 2009 1 次提交
  5. 20 3月, 2009 1 次提交
    • R
      [ARM] pass reboot command line to arch_reset() · be093beb
      Russell King 提交于
      OMAP wishes to pass state to the boot loader upon reboot in order to
      instruct it whether to wait for USB-based reflashing or not.  There is
      already a facility to do this via the reboot() syscall, except we ignore
      the string passed to machine_restart().
      
      This patch fixes things to pass this string to arch_reset().  This means
      that we keep the reboot mode limited to telling the kernel _how_ to
      perform the reboot which should be independent of what we request the
      boot loader to do.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      be093beb
  6. 06 9月, 2008 1 次提交
  7. 07 8月, 2008 2 次提交
  8. 12 5月, 2007 1 次提交