06 Jan, 2012
1 commit
-
This patch converts the drivers in drivers/watchdog/* to use the
module_platform_driver() macro which makes the code smaller and a bit
simpler.Signed-off-by: Axel Lin
Cc: Nicolas Thill
Cc: Florian Fainelli
Cc: "David S. Miller"
Cc: Paul Cercueil
Cc: Marc Zyngier
Cc: Wan ZongShun
Cc: Alejandro Cabrera
Cc: "George G. Davis"
Cc: Sylver Bruneau
Cc: Vitaly Wool
Cc: Mika Westerberg
Cc: Timo Kokkonen
Signed-off-by: Wim Van Sebroeck
10 Apr, 2011
1 commit
-
Convert off-by-1 r->end - r->start to resource_size(r)
Signed-off-by: Joe Perches
Acked-by: David Brown
Acked-by: Linus Walleij
Acked-by: Florian Fainelli
Acked-by: Wim Van Sebroeck
Acked-by: Ralf Baechle
Signed-off-by: Jiri Kosina
02 Dec, 2010
1 commit
-
* fix devinit and devexit sections
* fix platform removal code so that the iounmap happens after the removal of the timer.
* changes the reboot_notifier by a platform shutdown method.Signed-off-by: Wim Van Sebroeck
29 Oct, 2010
1 commit
-
This patch adds support for the Broadcom BCM63xx SoC built-in watchdog, it
uses one of the BCM63xx hardware timer id.Signed-off-by: Miguel Gaio
Signed-off-by: Florian Fainelli
Signed-off-by: Wim Van Sebroeck