Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: rave-sp: Add legacy watchdog ping command translation

This is needed to make rave-sp-wdt driver to properly ping the
watchdog on "legacy" firmware.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Andrey Smirnov and committed by
Lee Jones
405dfd48 2b8de8a8

+2
+2
drivers/mfd/rave-sp.c
··· 631 631 return 0x14; 632 632 case RAVE_SP_CMD_SW_WDT: 633 633 return 0x1C; 634 + case RAVE_SP_CMD_PET_WDT: 635 + return 0x1D; 634 636 case RAVE_SP_CMD_RESET: 635 637 return 0x1E; 636 638 case RAVE_SP_CMD_RESET_REASON: