Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-06 | [WATCHDOG] replace remaining __FUNCTION__ occurrences | Harvey Harrison | |
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> | |||
2007-11-02 | [WATCHDOG] spin_lock_init() fixes | Alexey Dobriyan | |
Some watchdog drivers initialize global spinlocks in module's init function which is tolerable, but some do it in PCI probe function. So, switch to static initialization to fix theoretical bugs and, more importantly, stop giving people bad examples. Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru> Signed-off-by: Wim Van Sebroeck <wim@iguana.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> | |||
2007-10-18 | mv watchdog tree under drivers | Wim Van Sebroeck | |
move watchdog tree from drivers/char/watchdog to drivers/watchdog. Signed-off-by: Wim Van Sebroeck <wim@iguana.be> |