* Andrei Varvara <Andrei.Varvara@xxxxxxxx> [160425 06:24]: > Hello Tony, > > I have investigated your proposal and written some code in order to > implement the chained interrupt as you mentioned. > Unfortunatelly I had some troubles making it work and I would kindly ask for advice. > Basically what I found is that the chained handler interrupt is not called. The statistics timer->irq_stats.all > interrupt counter is not incremented even though from the client module I have enalbed the match and > overflow interrupt and set the timer in order to have interrupts every 10 seconds (match and then after another > 10 seconds overflow). Note this worked very well with previous code whici required client module to register callback that > was called from timer interrupt. Well it should be pretty straightforward.. Probably you're somehow requesting wrong interrupt from the consumer driver? Or maybe you need .xlate in your irq_domain_ops? Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html