01 Mar, 2016

1 commit


13 Dec, 2015

1 commit


10 Sep, 2015

2 commits

  • Signed-off-by: Fengguang Wu
    Reviewed-by: Guenter Roeck
    Signed-off-by: Wim Van Sebroeck

    Fengguang Wu
     
  • This commit adds support for the watchdog timer found in NXP LPC SoCs
    family, which includes LPC18xx/LPC43xx. Other SoCs in that family may
    share the same watchdog hardware.

    Watchdog driver registers a restart handler that will restart the system
    by performing an incorrect feed after ensuring the watchdog is enabled in
    reset mode.

    As watchdog cannot be disabled in hardware, driver's stop routine will
    regularly send a keepalive ping using a timer.

    Signed-off-by: Ariel D'Alessandro
    Reviewed-by: Guenter Roeck
    Signed-off-by: Wim Van Sebroeck

    Ariel D'Alessandro