<div dir="ltr"><div>Hi, I have a device that is connected through the SPI to my CPU.</div><div>Additionally, the device exposes an interrupt pin which I can also connect to my processor. <br></div><div>The interrupt is triggered each time the device has some data available. <br></div><div>This information should be propagated up to the userspace process which uses my driver to communicate with the device. How should I implement this? <br></div><div>Should I e.g. implement a poll function in the driver which will be called from the userspace process and which will inform about triggered interrupt? <br></div><div>What are the other ways to deal with it? <br></div><div><br></div><div>BR <br></div><div>Patryk<br></div></div>