From: matthieu castet <castet.matthieu@free.fr>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org, Michael Buesch <mb@bu3sch.de>
Subject: [PATCH] bc47xx : export ssb_watchdog_timer_set
Date: Fri, 22 May 2009 22:25:04 +0200 [thread overview]
Message-ID: <4A170A20.5050608@free.fr> (raw)
[-- 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)
{
next reply other threads:[~2009-05-22 20:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-22 20:25 matthieu castet [this message]
2009-05-22 20:33 ` [PATCH] bc47xx : export ssb_watchdog_timer_set Ralf Baechle
-- strict thread matches above, loose matches on Subject: below --
2009-05-18 22:10 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
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=4A170A20.5050608@free.fr \
--to=castet.matthieu@free.fr \
--cc=linux-mips@linux-mips.org \
--cc=mb@bu3sch.de \
--cc=ralf@linux-mips.org \
/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.