linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ARM64: consolidate ACPI/DT SMP initialization
@ 2015-05-13 13:12 Lorenzo Pieralisi
  2015-05-13 13:12 ` [PATCH v2 1/2] ARM64: kernel: make cpu_ops hooks DT agnostic Lorenzo Pieralisi
  2015-05-13 13:12 ` [PATCH v2 2/2] ARM64: kernel: unify ACPI and DT cpus initialization Lorenzo Pieralisi
  0 siblings, 2 replies; 6+ messages in thread
From: Lorenzo Pieralisi @ 2015-05-13 13:12 UTC (permalink / raw)
  To: linux-arm-kernel

This patch is a v2 of a previous posting:

http://lists.infradead.org/pipermail/linux-arm-kernel/2015-May/341579.html

v1 -> v2:

- Reinstated/clarified enable-method comment in asm/cpu_ops.h header
- Changed ACPI enable-method error log message
- Changed u32 to __be32 pointer in of_get_cpu_mpidr()

Cc: Will Deacon <will.deacon@arm.com>
Cc: Hanjun Guo <hanjun.guo@linaro.org>
Cc: Sudeep Holla <sudeep.holla@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>

Lorenzo Pieralisi (2):
  ARM64: kernel: make cpu_ops hooks DT agnostic
  ARM64: kernel: unify ACPI and DT cpus initialization

 arch/arm64/include/asm/acpi.h      |   4 +
 arch/arm64/include/asm/cpu_ops.h   |  27 +++--
 arch/arm64/include/asm/smp.h       |   2 +-
 arch/arm64/kernel/acpi.c           | 124 --------------------
 arch/arm64/kernel/cpu_ops.c        |  72 +++++++-----
 arch/arm64/kernel/cpuidle.c        |   7 +-
 arch/arm64/kernel/psci.c           |  11 +-
 arch/arm64/kernel/setup.c          |   7 +-
 arch/arm64/kernel/smp.c            | 230 ++++++++++++++++++++++++++++---------
 arch/arm64/kernel/smp_spin_table.c |   8 +-
 10 files changed, 257 insertions(+), 235 deletions(-)

-- 
2.2.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-07-13 15:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-13 13:12 [PATCH v2 0/2] ARM64: consolidate ACPI/DT SMP initialization Lorenzo Pieralisi
2015-05-13 13:12 ` [PATCH v2 1/2] ARM64: kernel: make cpu_ops hooks DT agnostic Lorenzo Pieralisi
2015-05-13 13:12 ` [PATCH v2 2/2] ARM64: kernel: unify ACPI and DT cpus initialization Lorenzo Pieralisi
2015-05-13 22:00   ` Al Stone
2015-05-15  8:58     ` Lorenzo Pieralisi
2015-07-13 15:00     ` Lorenzo Pieralisi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).