K 10 svn:author V 3 ian K 8 svn:date V 27 2020-11-25T18:09:01.683758Z K 7 svn:log V 462 A couple small fixes for the imx6_sdma driver... Attach after interrupt controllers, since the attach function tries to set up an interrupt handler. Check for the availability of the required firmware early in the attach code (before allocating resources). If the firmware is not available, set a static var to remember that, so that if the device is re-probed on later passes it won't repeatedly try to attach and then complain again about missing firmware. END