On Tue, 2015-04-28 at 08:17 -0700, Kevin Hilman wrote:
"Jon Medhurst (Tixy)" tixy@linaro.org writes:
[...]
- Isn't in mainline Linux.
Isn't it commit c097877319ab (ARM: 8307/1: psci: move psci firmware calls out of line) ?
It is, don't know why I didn't spot that.
[...]
Also, v3.10 was just voted into maintenance mode, so I'm not going to worry anymore about fixes for things people aren't asking for (like this feature for 32-bit.)
So, how about I just pull your lsk-3.10-armlt-fixes branch, which has this arm64 fix on top of the other fixes we've already pulled?
Well, the other fixes are already in LSK, applied by Alex from the emails I posted a while back. So the only patch you actually want is the first patch on that out-of-line-psci-calls-for-lsk branch I pushed, i.e. you can just do
git pull https://git.linaro.org/people/tixy/kernel.git 0fa86773b0cd16f1d23b090424814864643159eb
Which should be a fastforward on the current LSK. Unless anything else has been pushed today.