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-27 20:06:02 +02:00
2012-03-27 20:06:02 +02:00
2012-03-22 12:29:50 -07:00
2012-03-23 16:58:34 -07:00
2012-03-17 01:41:43 -07:00
2012-03-21 10:34:56 -07:00
2012-03-23 16:58:34 -07:00
2012-03-21 10:32:00 -07:00
2012-03-23 17:19:37 -07:00
2012-03-23 16:58:34 -07:00