25 Jul, 2016

1 commit


18 Jul, 2016

1 commit


13 May, 2016

1 commit

  • Adds support for the deadman timer peripheral found on PIC32 class devices.

    The primary function of the deadman timer (DMT) is to reset the processor
    in the event of a software malfunction. The DMT is a free-running
    instruction fetch timer, which is clocked whenever an instruction fetch
    occurs until a count match occurs. Instructions are not fetched when
    the processor is in sleep mode.

    Signed-off-by: Purna Chandra Mandal
    Signed-off-by: Joshua Henderson
    Reviewed-by: Guenter Roeck
    Cc: Rob Herring
    Cc: Pawel Moll
    Cc: Mark Rutland
    Cc: Ian Campbell
    Cc: Kumar Gala
    Cc: Wim Van Sebroeck
    Cc: linux-kernel@vger.kernel.org
    Cc: linux-mips@linux-mips.org
    Cc: devicetree@vger.kernel.org
    Cc: linux-watchdog@vger.kernel.org
    Patchwork: https://patchwork.linux-mips.org/patch/12703/
    Signed-off-by: Ralf Baechle

    Purna Chandra Mandal