01 Mar, 2016

1 commit


13 Dec, 2015

2 commits


10 Sep, 2015

1 commit

  • /sys/class/watchdog/watchdogn/device/modalias can help to identify the
    driver/module for a given watchdog node. However, many wdt devices do not
    set their parent and so, we do not see an entry for device in sysfs for
    such devices.

    This patch fixes parent of watchdog_device so that
    /sys/class/watchdog/watchdogn/device is populated.

    Exceptions: booke, diag288, octeon, softdog and w83627hf -- They do not
    have any parent. Not sure, how we can identify driver for these devices.

    Signed-off-by: Pratyush Anand
    Reviewed-by: Johannes Thumshirn
    Acked-by: Guenter Roeck
    Acked-by: H Hartley Sweeten
    Acked-by: Lee Jones
    Acked-by: Lubomir Rintel
    Acked-by: Maxime Coquelin
    Acked-by: Thierry Reding
    Acked-by: Viresh Kumar
    Acked-by: Linus Walleij
    Signed-off-by: Wim Van Sebroeck

    Pratyush Anand
     

18 Feb, 2015

1 commit


20 Oct, 2014

1 commit


31 Mar, 2014

1 commit

  • None of these files are actually using any __init type directives
    and hence don't need to include . Most are just a
    left over from __devinit and __cpuinit removal, or simply due to
    code getting copied from one driver to the next.

    Signed-off-by: Paul Gortmaker
    Reviewed-by: Guenter Roeck
    Signed-off-by: Wim Van Sebroeck
    Cc: linux-watchdog@vger.kernel.org

    Paul Gortmaker
     

01 Mar, 2013

5 commits


28 Mar, 2012

2 commits


09 Aug, 2011

3 commits


16 Mar, 2011

1 commit


07 Mar, 2010

1 commit


10 Jul, 2009

1 commit


21 Jun, 2009

1 commit

  • This add watchdog driver for broadcom 47xx device.
    It uses the ssb subsytem to access embeded watchdog device.

    Because the watchdog timeout is very short (about 2s), a soft timer is used
    to increase the watchdog period.

    Note : A patch for exporting the ssb_watchdog_timer_set will
    be submitted on next linux-mips merge. Without this patch it can't
    be build as a module.

    Signed-off-by: Aleksandar Radovanovic
    Signed-off-by: Matthieu CASTET
    Tested-by: Florian Fainelli
    Cc: Ralf Baechle
    Signed-off-by: Wim Van Sebroeck
    Signed-off-by: Andrew Morton

    matthieu castet