Hi Carlos,
Thank you for the response.
From your response, I understand that, we have to write separate driver for normal GPIO interrupts other than button interrupts (gpio-keys).
1. Is that possible to enable and handle interrupt using gpio-mxc?
2. If possible, what should be the dts configuration for that?
3. I have implemented the GPIO using gpio-keys, I'm getting interrupt, but kobject_uevent_env() not sending events to userspace?
4. Using gpio-keys for a normal gpio interrupt, is that a good option? i found issues with debouncing interval.