1. 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
  2. 27 5月, 2008 1 次提交
  3. 11 4月, 2008 1 次提交
  4. 03 11月, 2007 1 次提交
  5. 25 10月, 2007 1 次提交
  6. 18 10月, 2007 1 次提交
  7. 24 7月, 2007 2 次提交
    • W
      [WATCHDOG] davinci_wdt clean-up · f1a08cc9
      Wim Van Sebroeck 提交于
      * Remove the redundant check for pwrite(), given that the open() routine
        already invokes nonseekable_open().
      * The WDIOF_CARDRESET flag can only be used when you can read this status
        via the WDIOC_GETSTATUS ioctl call.
      * Add the mandatory WDIOC_GETBOOTSTATUS ioctl call.
      Signed-off-by: NWim Van Sebroeck <wim@iguana.be>
      f1a08cc9
    • V
      [WATCHDOG] davinci watchdog driver · 7d831bf5
      Vladimir Barinov 提交于
      Add watchdog support for TI Davinci DM644x/DM646x processors.
      
      Signed-off-by: Vladimir Barinov <vbarinov@ru.mvista.com> 
      Signed-off-by: Kevin Hilman <khilman@mvista.com> 
      Signed-off-by: Wim Van Sebroeck <wim@iguana.be> 
      7d831bf5