On 12/14/2016 04:21 PM, Mark Brown wrote: > On Sun, Dec 11, 2016 at 09:03:49PM +0100, Hauke Mehrtens wrote: > >> This callback checks if the transfer really finished. This allows a >> driver to directly call the completion list in the irq handler and it >> does not have to bushy wait till the hardware is really finished in the >> IRQ handler. This is needed for the Lantiq driver. > > This is really hard to understand and does not seem like a good > interface, it's going to be confusing for anyone who doesn't have > hardware which is broken in whatever way your hardware is broken and it > sounds like it's misnamed for your hardware since my guess is that you > actually want to wait for something in the function rather than just > check to see if the transfer completed. > > Why not just have your interrupt handler schedule something on a > workqueue to check whatever it is needs checking here? Ok, I will try to find a different way for this problem. I tried to avoid this extra workqueue by usig the normal spi workqueue. -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html