All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bc47xx : export ssb_watchdog_timer_set
@ 2009-05-18 22:10 matthieu castet
  2009-05-18 22:41 ` John W. Linville
  2009-05-19 13:22 ` Michael Buesch
  0 siblings, 2 replies; 14+ messages in thread
From: matthieu castet @ 2009-05-18 22:10 UTC (permalink / raw)
  To: linux-mips, Michael Buesch, netdev

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

Hi,

this patch export ssb_watchdog_timer_set to allow to use it in a Linux 
watchdog driver.


Signed-off-by: Matthieu CASTET <castet.matthieu@free.fr>


[-- Attachment #2: export_ssb_watchdog.patch --]
[-- Type: text/x-diff, Size: 344 bytes --]

diff --git a/drivers/ssb/embedded.c b/drivers/ssb/embedded.c
index 7dc3a6b..a0e0d24 100644
--- a/drivers/ssb/embedded.c
+++ b/drivers/ssb/embedded.c
@@ -29,6 +29,7 @@ int ssb_watchdog_timer_set(struct ssb_bus *bus, u32 ticks)
 	}
 	return -ENODEV;
 }
+EXPORT_SYMBOL(ssb_watchdog_timer_set);
 
 u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask)
 {

^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [PATCH] bc47xx : export ssb_watchdog_timer_set
@ 2009-05-22 20:25 matthieu castet
  2009-05-22 20:33 ` Ralf Baechle
  0 siblings, 1 reply; 14+ messages in thread
From: matthieu castet @ 2009-05-22 20:25 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips, Michael Buesch

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: export_ssb_watchdog.diff --]
[-- Type: text/x-diff, Size: 584 bytes --]

this patch export ssb_watchdog_timer_set to allow to use it in a Linux 
watchdog driver.


Signed-off-by: Matthieu CASTET <castet.matthieu@free.fr>
Acked-by : Michael Buesch <mb@bu3sch.de>
Index: linux-2.6/drivers/ssb/embedded.c
===================================================================
--- linux-2.6.orig/drivers/ssb/embedded.c	2009-05-22 21:45:50.000000000 +0200
+++ linux-2.6/drivers/ssb/embedded.c	2009-05-22 21:46:07.000000000 +0200
@@ -29,6 +29,7 @@
 	}
 	return -ENODEV;
 }
+EXPORT_SYMBOL(ssb_watchdog_timer_set);
 
 u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask)
 {

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

end of thread, other threads:[~2009-05-22 20:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 22:10 [PATCH] bc47xx : export ssb_watchdog_timer_set matthieu castet
2009-05-18 22:41 ` John W. Linville
2009-05-19 13:24   ` Michael Buesch
2009-05-19 17:09     ` Ralf Baechle
2009-05-19 17:29       ` Michael Buesch
2009-05-19 17:35         ` John W. Linville
2009-05-20  7:15           ` Ralf Baechle
2009-05-20 12:57             ` John W. Linville
2009-05-20 13:49             ` Michael Buesch
2009-05-21 10:45               ` matthieu castet
2009-05-19 13:22 ` Michael Buesch
2009-05-21 10:39   ` matthieu castet
  -- strict thread matches above, loose matches on Subject: below --
2009-05-22 20:25 matthieu castet
2009-05-22 20:33 ` Ralf Baechle

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.