Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1681419 > unrolled thread
| Started by | "Keiji Hayashibara" <hayashibara.keiji@socionext.com> |
|---|---|
| First post | 2017-07-05 12:10 +0200 |
| Last post | 2017-07-06 15:30 +0200 |
| Articles | 5 — 4 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
RE: [PATCH V4 0/3] add UniPhier watchdog support "Keiji Hayashibara" <hayashibara.keiji@socionext.com> - 2017-07-05 12:10 +0200
Re: [PATCH V4 0/3] add UniPhier watchdog support Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-07-05 12:30 +0200
Re: [PATCH V4 0/3] add UniPhier watchdog support Guenter Roeck <linux@roeck-us.net> - 2017-07-05 17:30 +0200
RE: [PATCH V4 0/3] add UniPhier watchdog support "Keiji Hayashibara" <hayashibara.keiji@socionext.com> - 2017-07-06 06:10 +0200
Re: [PATCH V4 0/3] add UniPhier watchdog support Wim Van Sebroeck <wim@iguana.be> - 2017-07-06 15:30 +0200
| From | "Keiji Hayashibara" <hayashibara.keiji@socionext.com> |
|---|---|
| Date | 2017-07-05 12:10 +0200 |
| Subject | RE: [PATCH V4 0/3] add UniPhier watchdog support |
| Message-ID | <tZPpU-4SQ-15@gated-at.bofh.it> |
Hi Guenter, Let me confirm if I got it. I guess that this series finished the review. Could you tell me the current state of this series? ---------- Best Regards, Keiji Hayashibara > -----Original Message----- > From: Keiji Hayashibara [mailto:hayashibara.keiji@socionext.com] > Sent: Wednesday, June 14, 2017 4:54 PM > Subject: [PATCH V4 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 V3 > http://www.spinics.net/lists/linux-watchdog/msg11889.html > > patch V2 > http://www.spinics.net/lists/linux-watchdog/msg11852.html > > patch V1 > http://www.spinics.net/lists/linux-watchdog/msg11782.html > > > Changes between V4 and V3 > ========================= > > * Add own dependencies to Kconfig. > > Changes between V3 and V2 > ========================= > > * 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 | 12 + > drivers/watchdog/Makefile | 1 + > drivers/watchdog/uniphier_wdt.c | 268 +++++++++++++++++++++ > 7 files changed, 315 insertions(+) > create mode 100644 Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > create mode 100644 drivers/watchdog/uniphier_wdt.c > > -- > 2.7.4
[toc] | [next] | [standalone]
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Date | 2017-07-05 12:30 +0200 |
| Message-ID | <tZPJh-4ZW-19@gated-at.bofh.it> |
| In reply to | #1681419 |
2017-07-05 19:06 GMT+09:00 Keiji Hayashibara <hayashibara.keiji@socionext.com>: > Hi Guenter, > > Let me confirm if I got it. > > I guess that this series finished the review. > Could you tell me the current state of this series? I will pick up 3/3. (It should have been sent to ARM-SoC ML, though.) I had sent my PRs for v4.13 before Rob acked the DT binding. Please look forward to v4.14. -- Best Regards Masahiro Yamada
[toc] | [prev] | [next] | [standalone]
| From | Guenter Roeck <linux@roeck-us.net> |
|---|---|
| Date | 2017-07-05 17:30 +0200 |
| Message-ID | <tZUpz-83i-5@gated-at.bofh.it> |
| In reply to | #1681439 |
On 07/05/2017 03:26 AM, Masahiro Yamada wrote: > 2017-07-05 19:06 GMT+09:00 Keiji Hayashibara <hayashibara.keiji@socionext.com>: >> Hi Guenter, >> >> Let me confirm if I got it. >> >> I guess that this series finished the review. >> Could you tell me the current state of this series? > > > I will pick up 3/3. (It should have been sent to ARM-SoC ML, though.) > > I had sent my PRs for v4.13 before Rob acked the DT binding. > Please look forward to v4.14. > 1/3 and 2/3 are in -next, so they should be be included in Wim's pull request for 4.13. Guenter
[toc] | [prev] | [next] | [standalone]
| From | "Keiji Hayashibara" <hayashibara.keiji@socionext.com> |
|---|---|
| Date | 2017-07-06 06:10 +0200 |
| Message-ID | <u06h3-7xl-5@gated-at.bofh.it> |
| In reply to | #1681581 |
Hi Guenter and Yamada-san, I am grateful for your support. Thank you. ---------- Best Regards, Keiji Hayashibara > From: Guenter Roeck [mailto:linux@roeck-us.net] > Sent: Thursday, July 06, 2017 12:26 AM > Subject: Re: [PATCH V4 0/3] add UniPhier watchdog support > > On 07/05/2017 03:26 AM, Masahiro Yamada wrote: > > 2017-07-05 19:06 GMT+09:00 Keiji Hayashibara <hayashibara.keiji@socionext.com>: > >> Hi Guenter, > >> > >> Let me confirm if I got it. > >> > >> I guess that this series finished the review. > >> Could you tell me the current state of this series? > > > > > > I will pick up 3/3. (It should have been sent to ARM-SoC ML, though.) > > > > I had sent my PRs for v4.13 before Rob acked the DT binding. > > Please look forward to v4.14. > > > > 1/3 and 2/3 are in -next, so they should be be included in Wim's pull request > for 4.13. > > Guenter
[toc] | [prev] | [next] | [standalone]
| From | Wim Van Sebroeck <wim@iguana.be> |
|---|---|
| Date | 2017-07-06 15:30 +0200 |
| Message-ID | <u0f10-4Q9-9@gated-at.bofh.it> |
| In reply to | #1681581 |
Hi All, > On 07/05/2017 03:26 AM, Masahiro Yamada wrote: > >2017-07-05 19:06 GMT+09:00 Keiji Hayashibara > ><hayashibara.keiji@socionext.com>: > >>Hi Guenter, > >> > >>Let me confirm if I got it. > >> > >>I guess that this series finished the review. > >>Could you tell me the current state of this series? > > > > > >I will pick up 3/3. (It should have been sent to ARM-SoC ML, though.) > > > >I had sent my PRs for v4.13 before Rob acked the DT binding. > >Please look forward to v4.14. > > > > 1/3 and 2/3 are in -next, so they should be be included in Wim's pull > request > for 4.13. That's correct. Kind regards, Wim.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web