01 Mar, 2016
1 commit
-
The 'action' (or restart mode) and data parameters may be used by restart
handlers, so they should be passed to the restart callback functions.Cc: Sylvain Lemieux
Signed-off-by: Guenter Roeck
Signed-off-by: Wim Van Sebroeck
13 Dec, 2015
1 commit
-
Get rid of the custom restart handler by using the one provided by the
watchdog core.Signed-off-by: Damien Riegel
Reviewed-by: Guenter Roeck
Reviewed-by: Vivien Didelot
Signed-off-by: Guenter Roeck
Signed-off-by: Wim Van Sebroeck
28 Sep, 2015
1 commit
-
These platform drivers have a OF device ID table but the OF module
alias information is not created so module autoloading won't work.Signed-off-by: Luis de Bethencourt
Reviewed-by: Guenter Roeck
Signed-off-by: Wim Van Sebroeck
20 Oct, 2014
1 commit
-
A platform_driver does not need to set an owner, it will be populated by the
driver core.Signed-off-by: Wolfram Sang
26 Sep, 2014
1 commit
-
The kernel now provides an API to trigger a system restart. Register with
it instead of setting arm_pm_restart.Signed-off-by: Guenter Roeck
Acked-by: Catalin Marinas
Acked-by: Heiko Stuebner
Cc: Arnd Bergmann
Cc: David Woodhouse
Cc: Dmitry Eremin-Solenikov
Cc: Ingo Molnar
Cc: Jonas Jensen
Cc: Maxime Ripard
Cc: Randy Dunlap
Cc: Russell King
Cc: Steven Rostedt
Cc: Tomasz Figa
Cc: Will Deacon
Cc: Wim Van Sebroeck
Signed-off-by: Andrew Morton
29 Jan, 2014
1 commit
-
mach-moxart lacks a separate register for reset; as a workaround,
add a function that can be hooked to arm_pm_restart.Signed-off-by: Jonas Jensen
Acked-by: Arnd Bergmann
Signed-off-by: Wim Van Sebroeck
18 Nov, 2013
1 commit
-
This patch adds a watchdog driver for the main hardware watchdog timer
found on MOXA ART SoCs.The MOXA ART SoC provides one writable timer register, restarting
the hardware once it reaches zero. The register is auto decremented
every APB clock cycle.Signed-off-by: Jonas Jensen
Reviewed-by: Guenter Roeck
Signed-off-by: Wim Van Sebroeck