[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1497316499-22254-1-git-send-email-hayashibara.keiji@socionext.com>
Date: Tue, 13 Jun 2017 10:14:56 +0900
From: Keiji Hayashibara <hayashibara.keiji@...ionext.com>
To: wim@...ana.be, linux@...ck-us.net
Cc: linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org,
robh+dt@...nel.org, devicetree@...r.kernel.org,
masami.hiramatsu@...aro.org, jaswinder.singh@...aro.org,
yamada.masahiro@...ionext.com, hayashi.kunihiko@...ionext.com,
owada.kiyoshi@...ionext.com,
Keiji Hayashibara <hayashibara.keiji@...ionext.com>
Subject: [PATCH V3 0/3] add UniPhier watchdog support
This series adds support for watchdog timer implemented on UniPhier LD11 and
LD20 SoCs. This driver supports watchdog and system reset for SoCs.
patch V2
http://www.spinics.net/lists/linux-watchdog/msg11852.html
patch V1
http://www.spinics.net/lists/linux-watchdog/msg11782.html
Changes between V3 and V2
=========================
1. Fix issues according to review comments.
* Make it possible to take a timeout from devicetree.
* Sort #include headlers alphabetically.
* Correct the description of dt-bindings document and this patch comment.
* Correct the description of license as GPLv2.
* Correct MODULE_AUTHOR()
* Remove unnecessary code.
Changes between V2 and V1
=========================
1. Add barrier code in uniphier_watchdog_ping() and __uniphier_watchdog_start().
2. Fix issues according to review comments.
Keiji Hayashibara (3):
dt-bindings: watchdog: add description for UniPhier WDT controller
watchdog: uniphier: add UniPhier watchdog driver
arm64: dts: uniphier: add watchdog node for LD11 and LD20
.../devicetree/bindings/watchdog/uniphier-wdt.txt | 20 ++
Documentation/watchdog/watchdog-parameters.txt | 6 +
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi | 4 +
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi | 4 +
drivers/watchdog/Kconfig | 11 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/uniphier_wdt.c | 268 +++++++++++++++++++++
7 files changed, 314 insertions(+)
create mode 100644 Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt
create mode 100644 drivers/watchdog/uniphier_wdt.c
--
2.7.4
Powered by blists - more mailing lists