[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-411-ge9a61b2
Brought to you by:
sszy
|
From: SebR <se...@us...> - 2014-09-15 12:38:36
|
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 e9a61b2189d51747a0f149bade5f4cd2e1054e7e (commit)
from 405aa29441ec1e5edd533e871f7cb9186eb406c2 (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 e9a61b2189d51747a0f149bade5f4cd2e1054e7e
Author: Sebastien Royen <seb...@ar...>
Date: Mon Sep 15 14:38:13 2014 +0200
[LINUX] 3.11: log imx2 watchdog bootstatus at probe
-----------------------------------------------------------------------
Summary of changes:
...-armadeus-add-watchdog-bootstatus-logging.patch | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
create mode 100644 patches/linux/3.11/0460-armadeus-add-watchdog-bootstatus-logging.patch
diff --git a/patches/linux/3.11/0460-armadeus-add-watchdog-bootstatus-logging.patch b/patches/linux/3.11/0460-armadeus-add-watchdog-bootstatus-logging.patch
new file mode 100644
index 0000000..b7db9fc
--- /dev/null
+++ b/patches/linux/3.11/0460-armadeus-add-watchdog-bootstatus-logging.patch
@@ -0,0 +1,13 @@
+Index: linux-3.11.8/drivers/watchdog/imx2_wdt.c
+===================================================================
+--- linux-3.11.8.orig/drivers/watchdog/imx2_wdt.c 2013-11-13 04:08:24.000000000 +0100
++++ linux-3.11.8/drivers/watchdog/imx2_wdt.c 2014-09-09 15:59:12.337690148 +0200
+@@ -279,6 +279,8 @@
+ if (ret)
+ goto fail;
+
++ dev_info(&pdev->dev, "IMX2+ Watchdog status : %04x",
++ __raw_readw(imx2_wdt.base + IMX2_WDT_WRSR));
+ dev_info(&pdev->dev,
+ "IMX2+ Watchdog Timer enabled. timeout=%ds (nowayout=%d)\n",
+ imx2_wdt.timeout, nowayout);
hooks/post-receive
--
armadeus
|