[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-410-g405aa29
Brought to you by:
sszy
|
From: SebR <se...@us...> - 2014-09-15 12:36:31
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 405aa29441ec1e5edd533e871f7cb9186eb406c2 (commit)
from b7b0095250b3833ce687f7a5a1472f02afda8101 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 405aa29441ec1e5edd533e871f7cb9186eb406c2
Author: Sebastien Royen <seb...@ar...>
Date: Mon Sep 15 14:36:02 2014 +0200
[LINUX] 3.16: log imx2 watchdog bootstatus at probe
-----------------------------------------------------------------------
Summary of changes:
...-armadeus-add-watchdog-bootstatus-logging.patch | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.16/0460-armadeus-add-watchdog-bootstatus-logging.patch
diff --git a/patches/linux/3.16/0460-armadeus-add-watchdog-bootstatus-logging.patch b/patches/linux/3.16/0460-armadeus-add-watchdog-bootstatus-logging.patch
new file mode 100644
index 0000000..a3bb6c0
--- /dev/null
+++ b/patches/linux/3.16/0460-armadeus-add-watchdog-bootstatus-logging.patch
@@ -0,0 +1,12 @@
+Index: linux-3.16.2/drivers/watchdog/imx2_wdt.c
+===================================================================
+--- linux-3.16.2.orig/drivers/watchdog/imx2_wdt.c 2014-09-06 01:37:11.000000000 +0200
++++ linux-3.16.2/drivers/watchdog/imx2_wdt.c 2014-09-15 13:50:32.106375741 +0200
+@@ -229,6 +229,7 @@
+
+ regmap_read(wdev->regmap, IMX2_WDT_WRSR, &val);
+ wdog->bootstatus = val & IMX2_WDT_WRSR_TOUT ? WDIOF_CARDRESET : 0;
++ dev_info(&pdev->dev, "bootstatus : %d\n", wdog->bootstatus);
+
+ wdog->timeout = clamp_t(unsigned, timeout, 1, IMX2_WDT_MAX_TIME);
+ if (wdog->timeout != timeout)
hooks/post-receive
--
armadeus
|