06 Jan, 2012

1 commit

  • Rather than just defining static spinlock_t variables and then
    initializing them later in init functions, simply define them with
    DEFINE_SPINLOCK() and remove the calls to spin_lock_init().

    Signed-off-by: Axel Lin
    Cc: Nicolas Thill
    Cc: Heiko Ronsdorf
    Cc: Rodolfo Giometti
    Cc: Andrey Panin
    Cc: Guido Guenther
    Cc: Curt E Bruns
    Cc: Deepak Saxena
    Cc: Andrew Victor
    Cc: George G. Davis
    Cc: Sylver Bruneau
    Signed-off-by: Wim Van Sebroeck

    Axel Lin
     

06 Nov, 2011

1 commit


16 Mar, 2011

1 commit


25 May, 2010

1 commit

  • Move the limited watchdog driver help from kernel-parameters.txt
    to Documentation/watchdog/watchdog-parameters.txt and add info to it
    for all watchdog drivers except the ones that have driver-specific
    files already.

    Correct minor comments and MODULE_PARM_DESC() text in 2 places.

    Signed-off-by: Randy Dunlap
    Signed-off-by: Wim Van Sebroeck

    Randy Dunlap
     

07 Mar, 2010

1 commit


25 Mar, 2009

1 commit


29 Oct, 2008

1 commit


07 Aug, 2008

1 commit


06 Aug, 2008

1 commit

  • 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: Wim Van Sebroeck

    Wim Van Sebroeck
     

27 May, 2008

1 commit


18 Oct, 2007

1 commit