On 10/11/2011 01:45 PM, Somebody in the thread at some point said:
On 10/11/2011 11:17 AM, Somebody in the thread at some point said:
On 10/11/2011 11:13 AM, Somebody in the thread at some point said:
Just a note to let you know that the linux-linaro-3.1 branch is now set up and reachable from those URLS:
http://git.linaro.org/gitweb?p=kernel/linux-linaro-3.1.git%3Ba=summary
git://git.linaro.org/kernel/linux-linaro-3.1.git
This is currently not exactly v3.1 based as the real v3.1 isn't out yet, however it should be really close. And the only addition I've forward-ported from the linux-linaro-3.0 branch is the EHCI performance fix from Ming Lei given that mainline doesn't appear to address this issue yet.
I'll maintain both linux-linaro-3.0 and linux-linaro-3.1 for a while as I'm not sure what kernel base the consumers of the Linaro kernel are going to settle on for their 11.10 release.
Great... I'll plug this together with my tracking and make a first try at tilt-linux-linaro-3.1.
I did it and pushed it here
http://git.linaro.org/gitweb?p=people/andygreen/kernel-tilt.git%3Ba=shortlog...
but it has a curious regression vs tilt-tracking, if you have a serial console on the commandline, eg on mine normally it says
console=ttyO2,115200n8r
then whether you have CONFIG_DEBUG_LL and EARLYPRINTK or not the boot dies after showing
Jassi couldn't reproduce this problem, I tried removing the "r" (rts - cts needed for my bluetooth serial adapter I am not actually using at the moment) and all is well. So I guess code changed somewhere to respect (my broken) handshaking.
Now it seems to work fine.
-Andy