From: Guenter Roeck <linux@roeck-us.net>
To: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Cc: linux-watchdog@vger.kernel.org, Wim Van Sebroeck <wim@iguana.be>,
linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com
Subject: Re: [v2,1/3] watchdog: max63xx: dynamically allocate device
Date: Mon, 22 Jun 2015 09:41:24 -0700 [thread overview]
Message-ID: <20150622164124.GA837@roeck-us.net> (raw)
In-Reply-To: <1434581940-15086-1-git-send-email-vivien.didelot@savoirfairelinux.com>
Hi Vivien,
On Wed, Jun 17, 2015 at 06:58:58PM -0400, Vivien Didelot wrote:
> This patch removes the static watchdog device for a new max63xx_wdt data
> structure, and constifies the max63xx_timeout data.
>
> The new structure contains pointers to pin access routines, which
> abstracts mmap-specific code. This will ease future accesses like GPIO.
>
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Looks good. Minor nitpick below, but not worth a new version.
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
> drivers/watchdog/max63xx_wdt.c | 170 +++++++++++++++++++++++++----------------
> 1 file changed, 104 insertions(+), 66 deletions(-)
>
> diff --git a/drivers/watchdog/max63xx_wdt.c b/drivers/watchdog/max63xx_wdt.c
> index b3a1130..3f7e8d5 100644
> --- a/drivers/watchdog/max63xx_wdt.c
> +++ b/drivers/watchdog/max63xx_wdt.c
> @@ -39,10 +39,22 @@ static bool nowayout = WATCHDOG_NOWAYOUT;
> #define MAX6369_WDSET (7 << 0)
> #define MAX6369_WDI (1 << 3)
>
> -static DEFINE_SPINLOCK(io_lock);
> +#define MAX6369_WDSET_DISABLED 3
I would have used a tab before '3'.
Thanks,
Guenter
--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <linux@roeck-us.net>
To: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Cc: linux-watchdog@vger.kernel.org, Wim Van Sebroeck <wim@iguana.be>,
linux-kernel@vger.kernel.org, kernel@savoirfairelinux.com
Subject: Re: [v2,1/3] watchdog: max63xx: dynamically allocate device
Date: Mon, 22 Jun 2015 09:41:24 -0700 [thread overview]
Message-ID: <20150622164124.GA837@roeck-us.net> (raw)
In-Reply-To: <1434581940-15086-1-git-send-email-vivien.didelot@savoirfairelinux.com>
Hi Vivien,
On Wed, Jun 17, 2015 at 06:58:58PM -0400, Vivien Didelot wrote:
> This patch removes the static watchdog device for a new max63xx_wdt data
> structure, and constifies the max63xx_timeout data.
>
> The new structure contains pointers to pin access routines, which
> abstracts mmap-specific code. This will ease future accesses like GPIO.
>
> Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Looks good. Minor nitpick below, but not worth a new version.
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
> ---
> drivers/watchdog/max63xx_wdt.c | 170 +++++++++++++++++++++++++----------------
> 1 file changed, 104 insertions(+), 66 deletions(-)
>
> diff --git a/drivers/watchdog/max63xx_wdt.c b/drivers/watchdog/max63xx_wdt.c
> index b3a1130..3f7e8d5 100644
> --- a/drivers/watchdog/max63xx_wdt.c
> +++ b/drivers/watchdog/max63xx_wdt.c
> @@ -39,10 +39,22 @@ static bool nowayout = WATCHDOG_NOWAYOUT;
> #define MAX6369_WDSET (7 << 0)
> #define MAX6369_WDI (1 << 3)
>
> -static DEFINE_SPINLOCK(io_lock);
> +#define MAX6369_WDSET_DISABLED 3
I would have used a tab before '3'.
Thanks,
Guenter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
Please read the FAQ at http://www.tux.org/lkml/
next prev parent reply other threads:[~2015-06-22 16:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-17 22:58 [PATCH v2 1/3] watchdog: max63xx: dynamically allocate device Vivien Didelot
2015-06-17 22:58 ` [PATCH v2 2/3] watchdog: max63xx: add GPIO support Vivien Didelot
2015-06-22 16:53 ` [v2,2/3] " Guenter Roeck
2015-06-22 16:53 ` Guenter Roeck
2015-06-22 20:43 ` Vivien Didelot
2015-06-22 20:43 ` Vivien Didelot
2015-06-27 16:17 ` Guenter Roeck
2015-06-30 5:21 ` Vivien Didelot
2015-06-17 22:59 ` [PATCH v2 3/3] watchdog: max63xx: add heartbeat to platform data Vivien Didelot
2015-06-22 16:59 ` [v2,3/3] " Guenter Roeck
2015-06-22 16:59 ` Guenter Roeck
2015-06-22 20:46 ` Vivien Didelot
2015-06-22 20:46 ` Vivien Didelot
2015-06-22 16:41 ` Guenter Roeck [this message]
2015-06-22 16:41 ` [v2,1/3] watchdog: max63xx: dynamically allocate device Guenter Roeck
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=20150622164124.GA837@roeck-us.net \
--to=linux@roeck-us.net \
--cc=kernel@savoirfairelinux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=vivien.didelot@savoirfairelinux.com \
--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.