06 Jan, 2012

3 commits


17 Nov, 2011

1 commit


06 Nov, 2011

1 commit


28 Jun, 2011

1 commit

  • Due to the whole single instance based watchdog API we use static data
    for the wm831x watchdog which means that if the system tries to register
    a second one we end up trying to register the same miscdevice again,
    corrupting the miscdevice list. Work around this by checking for duplicate
    registrations until we get a watchdog core.

    Signed-off-by: Mark Brown
    Signed-off-by: Wim Van Sebroeck

    Mark Brown
     

07 Mar, 2010

1 commit


18 Sep, 2009

1 commit

  • The WM831x series of devices provide a watchdog with configurable
    behaviour on timer expiry.

    Currently this driver support refreshes via a register or GPIO line and
    autonomous refreshes from a hardware source (eg, a clock).

    Signed-off-by: Mark Brown
    Signed-off-by: Wim Van Sebroeck

    Mark Brown