Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649157
| From | Keiji Hayashibara <hayashibara.keiji@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] add UniPhier watchdog support |
| Date | 2017-05-24 08:50 +0200 |
| Message-ID | <tKyhk-79n-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series adds support for watchdog timer implemented on UniPhier LD11 and LD20 SoCs. This driver supports watchdog and system reset for SoCs. Keiji Hayashibara (2): 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 | 273 +++++++++++++++++++++ 7 files changed, 319 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt create mode 100644 drivers/watchdog/uniphier_wdt.c -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] add UniPhier watchdog support Keiji Hayashibara <hayashibara.keiji@socionext.com> - 2017-05-24 08:50 +0200
[PATCH 1/2] watchdog: uniphier: add UniPhier watchdog driver Keiji Hayashibara <hayashibara.keiji@socionext.com> - 2017-05-24 08:50 +0200
Re: [PATCH 1/2] watchdog: uniphier: add UniPhier watchdog driver Guenter Roeck <linux@roeck-us.net> - 2017-05-24 15:50 +0200
csiph-web