29 Nov, 2012
3 commits
-
CONFIG_HOTPLUG is going away as an option so __devexit is no
longer needed.Signed-off-by: Bill Pemberton
Cc: Wim Van Sebroeck
Cc: Wan ZongShun
Cc: Ben Dooks
Cc: Kukjin Kim
Acked-by: Mark Brown
Signed-off-by: Greg Kroah-Hartman -
CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.Signed-off-by: Bill Pemberton
Cc: Wim Van Sebroeck
Cc: Wan ZongShun
Cc: Ben Dooks
Cc: Kukjin Kim
Acked-by: Mark Brown
Signed-off-by: Greg Kroah-Hartman -
CONFIG_HOTPLUG is going away as an option so __devexit_p is no longer
needed.Signed-off-by: Bill Pemberton
Cc: Wim Van Sebroeck
Cc: Wan ZongShun
Cc: Ben Dooks
Cc: Kukjin Kim
Acked-by: Mark Brown
Signed-off-by: Greg Kroah-Hartman
23 May, 2012
1 commit
-
Use the more modern API.
Signed-off-by: Mark Brown
Signed-off-by: Wim Van Sebroeck
28 Mar, 2012
2 commits
-
Since we changed the behaviour of the set_timeout operation in the
watchdog API, we need to change the allready converted drivers so
that they update the timeout field at the end of the set_timeout
operation.Signed-off-by: Wim Van Sebroeck
-
nowayout is actually a boolean value.
So make it bool for all watchdog device drivers.Signed-off-by: Wim Van Sebroeck
06 Jan, 2012
3 commits
-
Saves a small amount of code and systematically eliminates leaks.
Signed-off-by: Mark Brown
Signed-off-by: Wim Van Sebroeck -
Add two nowayout helpers for the Watchdog Timer Driver Kernel API.
And apply this to the already converted drivers.
Note: s3c2410_wdt lost the nowayout feature during the conversion.Reviewed-by: Wolfram Sang
Acked-by: Mark Brown
Signed-off-by: Wim Van Sebroeck -
Factors out some boilerplate code.
Signed-off-by: Mark Brown
Signed-off-by: Wim Van Sebroeck
17 Nov, 2011
1 commit
-
Reported-by: Dan Carpenter
Signed-off-by: Mark Brown
Signed-off-by: Wim Van Sebroeck
06 Nov, 2011
1 commit
-
Fairly large code churn but not much doing with that and the overall
result is a definite win.Signed-off-by: Mark Brown
Signed-off-by: Wim Van Sebroeck
28 Jun, 2011
1 commit
-
Due to the whole single instance based watchdog API we use static data
for the wm831x watchdog which means that if the system tries to register
a second one we end up trying to register the same miscdevice again,
corrupting the miscdevice list. Work around this by checking for duplicate
registrations until we get a watchdog core.Signed-off-by: Mark Brown
Signed-off-by: Wim Van Sebroeck
07 Mar, 2010
1 commit
-
make the watchdog_info struct const where possible.
Signed-off-by: Wim Van Sebroeck
18 Sep, 2009
1 commit
-
The WM831x series of devices provide a watchdog with configurable
behaviour on timer expiry.Currently this driver support refreshes via a register or GPIO line and
autonomous refreshes from a hardware source (eg, a clock).Signed-off-by: Mark Brown
Signed-off-by: Wim Van Sebroeck