Viresh Kumar
75f5a536c0
watchdog: mpcore_wdt: Use devm routines
...
mpcore_wdt driver currently uses normal kzalloc, request_irq, ioremap, etc
routines. This patch replaces these routines with devm_kzalloc and
devm_request_mem_region etc, so that we don't need to handle freeing of
resources for error cases and module removal routine.
Also, request_irq is moved before registering misc device, so that we are ready
for irq as soon as device is registered.
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
2012-03-27 20:14:15 +02:00
..
2012-03-08 10:50:35 -08:00
2012-03-22 20:22:30 -07:00
2012-03-16 23:13:20 -07:00
2012-03-24 10:41:37 -07:00
2012-03-07 13:56:37 -05:00
2012-03-24 12:20:25 -07:00
2012-03-08 02:16:24 -03:00
2012-03-16 09:28:05 +11:00
2012-03-27 20:06:02 +02:00
2012-03-21 10:15:51 -07:00
2012-03-23 17:56:39 -07:00
2012-03-05 09:20:08 +01:00
2012-03-22 18:15:32 -07:00
2012-03-17 21:51:34 +01:00
2012-03-24 10:24:31 -07:00
2012-03-24 10:41:37 -07:00
2012-03-22 20:31:15 -07:00
2012-03-21 18:55:10 -07:00
2012-03-24 10:08:39 -07:00
2012-03-23 14:39:09 -07:00
2012-03-16 13:36:04 -07:00
2012-03-27 20:06:02 +02:00
2012-03-23 14:12:04 -07:00
2012-03-20 21:48:17 +08:00
2012-03-21 17:54:54 -07:00
2012-03-22 12:38:04 -07:00
2012-03-23 17:36:29 -07:00
2012-03-23 14:15:07 -07:00
2012-03-20 21:04:47 -07:00
2012-03-23 16:58:35 -07:00
2012-03-21 10:30:03 -07:00
2012-03-22 12:29:50 -07:00
2012-03-23 14:39:09 -07:00
2012-03-20 21:48:19 +08:00
2012-03-24 10:41:37 -07:00
2012-03-21 18:55:10 -07:00
2012-03-24 10:24:31 -07:00
2012-03-23 16:58:34 -07:00
2012-03-24 12:20:25 -07:00
2012-03-06 15:16:23 -05:00
2012-03-23 17:30:49 -07:00
2012-03-20 21:29:37 -04:00
2012-03-23 14:02:12 -07:00
2012-03-23 14:02:12 -07:00
2012-03-23 17:37:40 -07:00
2012-03-12 22:49:03 +01:00
2012-03-23 14:02:12 -07:00
2012-03-24 10:41:37 -07:00
2012-03-05 15:49:43 -08:00
2012-03-17 01:41:43 -07:00
2012-03-15 17:03:03 -07:00
2012-03-21 10:34:56 -07:00
2012-03-23 17:36:29 -07:00
2012-03-23 16:58:34 -07:00
2012-03-23 14:02:12 -07:00
2012-03-21 10:32:00 -07:00
2012-03-20 21:04:47 -07:00
2012-03-27 20:08:09 +02:00
2012-03-22 12:38:04 -07:00
2012-03-23 17:19:37 -07:00
2012-03-23 14:02:12 -07:00
2012-03-23 16:58:34 -07:00
2012-03-20 21:48:21 +08:00
2012-03-23 16:58:41 -07:00
2012-03-01 09:28:41 +10:30
2012-03-08 11:15:33 -08:00
2012-03-27 20:14:15 +02:00
2012-03-24 12:20:25 -07:00