On Thu, May 13, 2010 at 02:46:53PM -0700, Greg KH wrote:
Is that really the issue? The ones I've looked at have mostly suffered
from being built on 2.6.29 and needing refreshes for current kernel APIs
or from general code quality issues - I don't recall ever looking at one
and thinking that the wakelocks were the one issue.
Chances are that if the driver is useful people will start using it in
non-Android systems anyway. As people have already observed wakelocks
needn't have any practical effect on the running system so if the
drivers are broken without wakelocks they'd be broken anyway.
If this really is a big concern with getting drivers into mainline then
surely we could just add some noop wakelock functions for the drivers to
call? It's not particularly pretty but it'd deal with the driver merge
side of things.
--