An error occurred fetching the project authors.
  1. 02 Sep, 2009 1 commit
  2. 18 Jun, 2009 1 commit
  3. 25 Mar, 2009 1 commit
  4. 07 Aug, 2008 2 commits
  5. 06 Aug, 2008 1 commit
    • Wim Van Sebroeck's avatar
      [WATCHDOG] Coding style - Indentation - part 2 · 0c06090c
      Wim Van Sebroeck authored
      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: default avatarWim Van Sebroeck <wim@iguana.be>
      0c06090c
  6. 27 May, 2008 1 commit
  7. 11 Apr, 2008 1 commit
  8. 02 Nov, 2007 1 commit
  9. 25 Oct, 2007 1 commit
  10. 18 Oct, 2007 1 commit
  11. 23 Jul, 2007 2 commits
    • Wim Van Sebroeck's avatar
      [WATCHDOG] davinci_wdt clean-up · f1a08cc9
      Wim Van Sebroeck authored
      * 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: default avatarWim Van Sebroeck <wim@iguana.be>
      f1a08cc9
    • Vladimir Barinov's avatar
      [WATCHDOG] davinci watchdog driver · 7d831bf5
      Vladimir Barinov authored
      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