here some more inputs

ifdef CONFIG_SUNXI_ARISC
        ret = request_irq(dev->irq_number, axp_mfd_irq_cb,
                IRQF_SHARED|IRQF_DISABLED|IRQF_NO_SUSPEND, "axp", dev);
        if (ret) {
                printk(KERN_ERR "failed to request irq %d\n",
                                dev->irq_number);
                goto out_free_dev;
        }
#endif

even though power button irq registered with IRQF_NO_SUSPEND flag, its not 
able to bring out the a64 from deep sleep state.

The irq is working fine when device awake. 

Can anyone give some pointers to solve this issue?? 


-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/linux-sunxi/1b0851eb-58ec-4079-b2c7-56c8dc42e5ba%40googlegroups.com.

Reply via email to