Trying to understand when one should call enable_irq(), and would like to know is it really necessary to call enable_irq() after devm_request_threaded_irq() call that register and interrupt handler for Linux interrupt number, and there must be always disable_irq() for a enable_irq() call?