On Thu, Jan 04, 2018 at 05:28:20AM -0800, Deepika Teriar wrote: > Hi, > > I am writing a driver in which I need to handle 6 interrupts from different > GPIO and I need to send the signals to user space application in Android N. > > Can I use the SIGRTMIN+x for all the signals?
No, just use the "normal" GPIO user/kernel api and all should be fine. good luck! greg k-h -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel --- You received this message because you are subscribed to the Google Groups "Android Linux Kernel Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
