From: Guenter Roeck <linux@roeck-us.net>
To: Kyle Roeschley <kyle.roeschley@ni.com>, wim@iguana.be
Cc: linux-watchdog@vger.kernel.org, joshc@ni.com, david.madden@ni.com
Subject: Re: [PATCH v3] watchdog: ni903x_wdt: Add NI 903x/913x watchdog driver
Date: Thu, 25 Feb 2016 09:13:02 -0800 [thread overview]
Message-ID: <56CF361E.7010505@roeck-us.net> (raw)
In-Reply-To: <1456154903-22271-1-git-send-email-kyle.roeschley@ni.com>
On 02/22/2016 07:28 AM, Kyle Roeschley wrote:
> Add support for the watchdog timer on NI cRIO-903x and cDAQ-913x real-
> time controllers.
>
> Signed-off-by: Jeff Westfahl <jeff.westfahl@ni.com>
> Signed-off-by: Kyle Roeschley <kyle.roeschley@ni.com>
> ---
> v3: Rename ni9x3x_wdt -> ni903x_wdt
> Remove 64-bit rounding workarounds
> Add WDIOF_MAGICCLOSE
> Cleanup ACPI resource walking
> Fixup acpi_add error handling
> Cleanup includes, formatting, license/copyright
>
> v2: Rename niwatchdog -> ni9x3x_wdt
> Drop custom IOCTLs
> Remove locking, io_size, expired, running, available
> Remove all IRQ code
> Fix error handling in acpi_add
> Remove unnecessary header file
>
> Documentation/watchdog/watchdog-parameters.txt | 5 +
> drivers/watchdog/Kconfig | 11 +
> drivers/watchdog/Makefile | 1 +
> drivers/watchdog/ni903x_wdt.c | 270 +++++++++++++++++++++++++
> 4 files changed, 287 insertions(+)
> create mode 100644 drivers/watchdog/ni903x_wdt.c
>
> diff --git a/Documentation/watchdog/watchdog-parameters.txt b/Documentation/watchdog/watchdog-parameters.txt
> index 9f9ec9f..df3e20e 100644
> --- a/Documentation/watchdog/watchdog-parameters.txt
> +++ b/Documentation/watchdog/watchdog-parameters.txt
> @@ -200,6 +200,11 @@ mv64x60_wdt:
> nowayout: Watchdog cannot be stopped once started
> (default=kernel config parameter)
> -------------------------------------------------
> +ni903x_wdt:
> +timeout: Intial watchdog timeout in seconds (0<timeout<516, default=60)
s/Intial/Initial/
checkpatch is your friend here.
Please fix and resubmit, and feel free to add
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
when you do.
Thanks,
Guenter
prev parent reply other threads:[~2016-02-25 17:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-22 15:28 [PATCH v3] watchdog: ni903x_wdt: Add NI 903x/913x watchdog driver Kyle Roeschley
2016-02-25 17:13 ` Guenter Roeck [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56CF361E.7010505@roeck-us.net \
--to=linux@roeck-us.net \
--cc=david.madden@ni.com \
--cc=joshc@ni.com \
--cc=kyle.roeschley@ni.com \
--cc=linux-watchdog@vger.kernel.org \
--cc=wim@iguana.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.