Results 1 to 1 of 1
Hi all,
I have been working with device drivers for timers (particularly watch dog timers).
I have been using the setup_irq() function call in my driver Init portion.
I would ...
- 02-12-2009 #1Just Joined!
- Join Date
- Feb 2009
- Location
- Chennai, India
- Posts
- 28
Query regarding Init and Exit call in linux device driver
Hi all,
I have been working with device drivers for timers (particularly watch dog timers).
I have been using the setup_irq() function call in my driver Init portion.
I would like to know whether i can use free_irq() function under the driver Exit portion which can release the IRQ's.
Expecting your reply...


Reply With Quote