Comment 8 for bug 660811

Revision history for this message
Andy Doan (doanac) wrote :

I've got a patch that fixes this under the current linux-linaro-natty kernel. The patch derives from:
 1) the patch from openembedded:
     0026-board-overo-add-PM-code-and-sync-with-http-www.sakom.patch
 2) the patch listed in this bug. (which i think is based on 1)
 3) fixes from the sakoman tree:
     http://www.sakoman.com/cgi-bin/gitweb.cgi?p=linux-omap-2.6.git;a=commitdiff;h=6b135653505a2a5da42c92cfa31c3ab22e2b130f
     http://www.sakoman.com/cgi-bin/gitweb.cgi?p=linux-omap-2.6.git;a=commitdiff;h=2b39dd7d4688f545526f715a8be787d87ac65ea9

I think both 1 & 2 are really derivative work of 1 & 2.

That patch didn't quite work against the linaro config because of a complaint from the regulator code dealing with the fact a "vdds_sdi" registration wasn't done. I made a small hack to do this based on how the beagle board did. I have no idea if that's correct, but it worked.