public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mfd: as3722: add watchdog support
@ 2013-11-20 22:33 Bibek Basu
  2013-11-20 22:33 ` [PATCH 2/2] watchdog: as3722_wdt: support for AMS AS3722 Bibek Basu
  2013-11-21  9:17 ` [PATCH 1/2] mfd: as3722: add watchdog support Lee Jones
  0 siblings, 2 replies; 5+ messages in thread
From: Bibek Basu @ 2013-11-20 22:33 UTC (permalink / raw)
  To: wim, linux-watchdog, lee.jones; +Cc: linux-kernel, Bibek Basu

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


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

end of thread, other threads:[~2013-11-22  4:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20 22:33 [PATCH 1/2] mfd: as3722: add watchdog support Bibek Basu
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox