All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] watchdog: Kconfig: update WDT help message
@ 2019-04-25 10:57 Patrice Chotard
  2019-04-25 11:00 ` Stefan Roese
  2019-05-03 18:20 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Patrice Chotard @ 2019-04-25 10:57 UTC (permalink / raw)
  To: u-boot

Restart operation never exists and reset operation never
makes the watchdog expire immediately but expire_now operation
does.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
---

 drivers/watchdog/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 9d7f503..5007137 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -54,7 +54,7 @@ config WDT
 	help
 	  Enable driver model for watchdog timer. At the moment the API
 	  is very simple and only supports four operations:
-	  start, restart, stop and reset (expire immediately).
+	  start, stop, reset and expire_now (expire immediately).
 	  What exactly happens when the timer expires is up to a particular
 	  device/driver.
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] watchdog: Kconfig: update WDT help message
  2019-04-25 10:57 [U-Boot] [PATCH] watchdog: Kconfig: update WDT help message Patrice Chotard
@ 2019-04-25 11:00 ` Stefan Roese
  2019-05-03 18:20 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2019-04-25 11:00 UTC (permalink / raw)
  To: u-boot

On 25.04.19 12:57, Patrice Chotard wrote:
> Restart operation never exists and reset operation never
> makes the watchdog expire immediately but expire_now operation
> does.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> ---
> 
>   drivers/watchdog/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
> index 9d7f503..5007137 100644
> --- a/drivers/watchdog/Kconfig
> +++ b/drivers/watchdog/Kconfig
> @@ -54,7 +54,7 @@ config WDT
>   	help
>   	  Enable driver model for watchdog timer. At the moment the API
>   	  is very simple and only supports four operations:
> -	  start, restart, stop and reset (expire immediately).
> +	  start, stop, reset and expire_now (expire immediately).
>   	  What exactly happens when the timer expires is up to a particular
>   	  device/driver.

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] watchdog: Kconfig: update WDT help message
  2019-04-25 10:57 [U-Boot] [PATCH] watchdog: Kconfig: update WDT help message Patrice Chotard
  2019-04-25 11:00 ` Stefan Roese
@ 2019-05-03 18:20 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-05-03 18:20 UTC (permalink / raw)
  To: u-boot

On Thu, Apr 25, 2019 at 12:57:28PM +0200, Patrice Chotard wrote:

> Restart operation never exists and reset operation never
> makes the watchdog expire immediately but expire_now operation
> does.
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190503/11d922b2/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-03 18:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-25 10:57 [U-Boot] [PATCH] watchdog: Kconfig: update WDT help message Patrice Chotard
2019-04-25 11:00 ` Stefan Roese
2019-05-03 18:20 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.