[PATCH 2/4] arm: qcom: Split Qualcomm support into legacy and multiplatform
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-01-31 19:35:13
Also in:
linux-arm-msm, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-01-31 19:35:13
Also in:
linux-arm-msm, lkml
On Friday 31 January 2014 13:25:25 Kumar Gala wrote:
quoted
The hotplug.c change sticks out as something that isn't just a move of code to another place, but deletion of unused code. It would be nice to split that out into a separate change, possibly together with the trivial board.c and smp.c changes.That?s not 100% true, the hotplug.c code implemented msm_cpu_die, which moved into smp.c I can split out scm*/smp* into a patch to enable smp if that is really desired, but not exactly sure what it gets us.
It's not extremely important, I just prefer splitting patches that have any kind of functional change from trivial moves. If something happens to break for an unforseen reason, it's easier to bisect to the patch that does the change. Arnd