Hi,
All of the sources I can find for drivers/rtc/qpnp-rtc.c have a problem
with making the RTC driver correctly wakeable.
What is the correct venue to submit a patch?
The problem itself is easy enough to fix; calling device_init_wakeup
after calling rtc_device_register results in an RTC device that doesn't
know it is able to wake the system.
To fix it, move the call to device_init_wakeup before the call to
rtc_device_register.
I can provide a patch if I know where to send it to.
Regards,
Bas Vermeulen
--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html