Re: [PATCH 2/5] ARM64: kernel: psci: factor out probe function

2015-03-25 Thread Hanjun Guo
On 2015/3/25 1:58, Lorenzo Pieralisi wrote: > PSCI v0.2+ versions provide a specific PSCI call (PSCI_VERSION) to > detect the PSCI version at run-time. Current PSCI v0.2 init code > carries out the version probing in the PSCI 0.2 DT init function, > but the version probing does not depend on DT so

[PATCH 2/5] ARM64: kernel: psci: factor out probe function

2015-03-24 Thread Lorenzo Pieralisi
PSCI v0.2+ versions provide a specific PSCI call (PSCI_VERSION) to detect the PSCI version at run-time. Current PSCI v0.2 init code carries out the version probing in the PSCI 0.2 DT init function, but the version probing does not depend on DT so it can be factored out in order to make it available