1. 17 8月, 2012 1 次提交
  2. 10 7月, 2012 1 次提交
  3. 29 3月, 2012 1 次提交
  4. 28 3月, 2012 1 次提交
  5. 29 2月, 2012 1 次提交
  6. 16 3月, 2011 1 次提交
    • T
      watchdog: booke_wdt: clean up status messages · 112e7546
      Timur Tabi 提交于
      Improve the status messages that are displayed during some operations of the
      PowerPC watchdog timer driver.  When the watchdog is enabled, the timeout is
      displayed as a number of seconds, instead of an obscure "period".  The "period"
      is the position of a bit in a 64-bit timer register.  The higher the value,
      the quicker the watchdog timeout occurs.  Some people chose a high "period"
      value for the timer and get confused as to why the board resets within a
      few seconds.
      
      Messages displayed during open and close are now debug messages, so that they
      don't clutter the console by default.  Finally, printk() is replaced with the
      pr_xxx() equivalent.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      112e7546
  7. 12 1月, 2011 2 次提交
  8. 14 10月, 2010 2 次提交
  9. 25 5月, 2010 1 次提交
  10. 27 4月, 2010 1 次提交
  11. 16 4月, 2010 1 次提交
  12. 07 3月, 2010 1 次提交
  13. 18 9月, 2009 1 次提交
  14. 09 11月, 2008 1 次提交
  15. 06 8月, 2008 1 次提交
    • W
      [WATCHDOG] Coding style - Indentation - part 2 · 0c06090c
      Wim Van Sebroeck 提交于
      This brings the watchdog drivers into line with coding style.
      This patch takes cares of the indentation as described in chapter 1.
      Main changes:
      * Re-structure the ioctl switch call for all drivers as follows:
      	switch (cmd) {
      	case WDIOC_GETSUPPORT:
      	case WDIOC_GETSTATUS:
      	case WDIOC_GETBOOTSTATUS:
      	case WDIOC_GETTEMP:
      	case WDIOC_SETOPTIONS:
      	case WDIOC_KEEPALIVE:
      	case WDIOC_SETTIMEOUT:
      	case WDIOC_GETTIMEOUT:
      	case WDIOC_GETTIMELEFT:
      	default:
      	}
      
      This to make the migration from the drivers to the uniform watchdog
      device driver easier in the future.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      0c06090c
  16. 16 7月, 2008 1 次提交
  17. 14 6月, 2008 1 次提交
  18. 25 5月, 2008 1 次提交
  19. 18 10月, 2007 1 次提交
  20. 24 7月, 2007 1 次提交
  21. 17 5月, 2007 1 次提交
  22. 08 2月, 2007 1 次提交
  23. 03 10月, 2006 1 次提交
  24. 04 7月, 2006 1 次提交
  25. 01 7月, 2006 1 次提交
  26. 17 12月, 2005 1 次提交
  27. 16 12月, 2005 1 次提交
  28. 14 11月, 2005 1 次提交
  29. 05 9月, 2005 2 次提交