#
188611af |
| 21-May-2013 |
Rohit Vaswani <rvaswani@codeaurora.org> |
ARM: qcom: Re-organize platsmp to make it extensible
This makes it easy to add SMP support for new devices by keying on a device node for the release sequence. We add the enable-method property for
ARM: qcom: Re-organize platsmp to make it extensible
This makes it easy to add SMP support for new devices by keying on a device node for the release sequence. We add the enable-method property for the cpus property to specify that we want to use the gcc-msm8660 release sequence (which is going to look for the global clock controller device node to map some Scorpion specific power and control registers). We also remove the nr_cpus detection code as that is done generically in the DT CPU detection code.
Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org> [sboyd: Port to CPU_METHOD_OF_DECLARE] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
show more ...
|
#
cf1e8f0c |
| 04-Feb-2014 |
Kumar Gala <galak@codeaurora.org> |
ARM: qcom: Rename various msm prefixed functions to qcom
As mach-qcom will support a number of different Qualcomm SoC platforms we replace the msm prefix on function names with qcom to be a bit more
ARM: qcom: Rename various msm prefixed functions to qcom
As mach-qcom will support a number of different Qualcomm SoC platforms we replace the msm prefix on function names with qcom to be a bit more generic.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
show more ...
|
#
8fc1b0f8 |
| 21-Jan-2014 |
Kumar Gala <galak@codeaurora.org> |
ARM: qcom: Split Qualcomm support into legacy and multiplatform
Introduce a new mach-qcom that will support SoCs that intend to be multiplatform compatible while keeping mach-msm to legacy SoC/board
ARM: qcom: Split Qualcomm support into legacy and multiplatform
Introduce a new mach-qcom that will support SoCs that intend to be multiplatform compatible while keeping mach-msm to legacy SoC/board support that will not transition over to multiplatform.
As part of this, we move support for MSM8X60, MSM8960 and MSM8974 over to mach-qcom.
Signed-off-by: Kumar Gala <galak@codeaurora.org>
show more ...
|