Hi.
I'm implementing a user space program and a kernel space device driver with below permalink (https://github.com/BoschSensortec/drivers.git)
The program is working properly to get interrupt status with polling method.
I would like to get the interrupt notification from kernel space, but above permalink doesn't show sample codes
Could you let me know the way to notify interrupt status?