public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bibek Basu <bbasu@nvidia.com>
To: <wim@iguana.be>, <linux-watchdog@vger.kernel.org>,
	<lee.jones@linaro.org>
Cc: <linux-kernel@vger.kernel.org>, Bibek Basu <bbasu@nvidia.com>
Subject: [PATCH 1/2] mfd: as3722: add watchdog support
Date: Thu, 21 Nov 2013 04:03:29 +0530	[thread overview]
Message-ID: <1384986810-10952-1-git-send-email-bbasu@nvidia.com> (raw)

Add watchdog device support for as3722

Signed-off-by: Bibek Basu <bbasu@nvidia.com>
---
 drivers/mfd/as3722.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/mfd/as3722.c b/drivers/mfd/as3722.c
index f161f2e..cfbdeda 100644
--- a/drivers/mfd/as3722.c
+++ b/drivers/mfd/as3722.c
@@ -74,6 +74,9 @@ static struct mfd_cell as3722_devs[] = {
 	{
 		.name = "as3722-power-off",
 	},
+	{
+		.name = "as3722-wdt",
+	},
 };
 
 static const struct regmap_irq as3722_irqs[] = {
-- 
1.8.1.5


             reply	other threads:[~2013-11-20 22:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-20 22:33 Bibek Basu [this message]
2013-11-20 22:33 ` [PATCH 2/2] watchdog: as3722_wdt: support for AMS AS3722 Bibek Basu
2013-11-22  3:38   ` Guenter Roeck
2013-11-22  3:51   ` Guenter Roeck
2013-11-21  9:17 ` [PATCH 1/2] mfd: as3722: add watchdog support Lee Jones

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=1384986810-10952-1-git-send-email-bbasu@nvidia.com \
    --to=bbasu@nvidia.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox