From: Jarkko Nikula <jarkko.nikula@jollamobile.com>
To: Aaro Koskinen <aaro.koskinen@iki.fi>
Cc: linux-watchdog@vger.kernel.org, Wim Van Sebroeck <wim@iguana.be>,
linux-omap@vger.kernel.org
Subject: Re: [PATCH] watchdog: Convert twl4030_wdt to watchdog core
Date: Tue, 11 Sep 2012 08:50:07 +0300 [thread overview]
Message-ID: <504ED10F.7090008@jollamobile.com> (raw)
In-Reply-To: <20120910215946.GB26184@blackmetal.musicnaut.iki.fi>
Thanks Aaro!
On 09/11/2012 12:59 AM, Aaro Koskinen wrote:
> On Mon, Sep 10, 2012 at 06:44:46PM +0300, Jarkko Nikula wrote:
>> Convert the twl4030_wdt watchdog driver to watchdog core.
>>
>> While at there use devm_kzalloc and set the default timeout in order to be
>> able test this driver with a simple shell script.
>>
>> Signed-off-by: Jarkko Nikula<jarkko.nikula@jollamobile.com>
>> ---
>> drivers/watchdog/Kconfig | 1 +
>> drivers/watchdog/twl4030_wdt.c | 183 ++++++++--------------------------------
>> 2 files changed, 35 insertions(+), 149 deletions(-)
>>
>> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
>> index 53d7571..21f6205 100644
>> --- a/drivers/watchdog/Kconfig
>> +++ b/drivers/watchdog/Kconfig
>> @@ -232,6 +232,7 @@ config EP93XX_WATCHDOG
>> config OMAP_WATCHDOG
>> tristate "OMAP Watchdog"
>> depends on ARCH_OMAP16XX || ARCH_OMAP2PLUS
>> + select WATCHDOG_CORE
> This should be under TWL4030_WATCHDOG.
Grr.. leftover from testing your patch and accidentally dropping my
change :-)
I'll fix this, add your Tested-by and repost.
--
Jarkko
next prev parent reply other threads:[~2012-09-11 5:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-10 15:44 [PATCH] watchdog: Convert twl4030_wdt to watchdog core Jarkko Nikula
2012-09-10 21:59 ` Aaro Koskinen
2012-09-11 5:50 ` Jarkko Nikula [this message]
2012-09-11 6:01 ` [PATCH_v2] " Jarkko Nikula
2012-09-27 11:48 ` Jarkko Nikula
2012-09-27 21:23 ` Wim Van Sebroeck
2012-10-25 8:20 ` [PATCH repost] " Jarkko Nikula
2012-12-14 1:28 ` [PATCH_v2] " Sebastian Reichel
2012-12-14 7:35 ` Jarkko Nikula
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=504ED10F.7090008@jollamobile.com \
--to=jarkko.nikula@jollamobile.com \
--cc=aaro.koskinen@iki.fi \
--cc=linux-omap@vger.kernel.org \
--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.