linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/2] x86/devicetree: Enable multiprocessing
@ 2018-03-22 21:35 Ivan Gorinov
  2018-03-22 21:35 ` [PATCH v8 1/2] of: Documentation: Specify local APIC ID in "reg" Ivan Gorinov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ivan Gorinov @ 2018-03-22 21:35 UTC (permalink / raw)
  To: Thomas Gleixner, Frank Rowand, Andy Shevchenko
  Cc: Linux Kernel Mailing List, Ingo Molnar, Rob Herring, Mark Rutland

Current x86 implementation of Device Tree does not support multiprocessing,
and the bindings documentation describes the "reg" property of "cpu" nodes
as "CPU number" instead of hardware-assigned local APIC ID.

v8:
 * Fixed build error with CONFIG_X86_LOCAL_APIC=n reported by kbuild.

v7:
 * Change log update.

v6:
 * Calling of_property_read_u32() to get Local APIC ID from "reg".

 * DT documentation changes: corrected CPU node example and changed
   the "reg" property description.

v5:
 * Using the "reg" property to specify Local APIC ID.

Ivan Gorinov (2):
  of: Documentation: Specify local APIC ID in "reg"
  x86/devicetree: Use CPU description from Device Tree

 Documentation/devicetree/bindings/x86/ce4100.txt | 37 ++++++++++++++-----
 arch/x86/kernel/devicetree.c                     | 45 +++++++++++++++++-------
 2 files changed, 61 insertions(+), 21 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-03-26 13:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-22 21:35 [PATCH v8 0/2] x86/devicetree: Enable multiprocessing Ivan Gorinov
2018-03-22 21:35 ` [PATCH v8 1/2] of: Documentation: Specify local APIC ID in "reg" Ivan Gorinov
2018-03-25 23:50   ` Rob Herring
2018-03-26 13:19   ` [tip:x86/platform] of/Documentation: " tip-bot for Ivan Gorinov
2018-03-22 21:35 ` [PATCH v8 2/2] x86/devicetree: Use CPU description from Device Tree Ivan Gorinov
2018-03-26 13:19   ` [tip:x86/platform] " tip-bot for Ivan Gorinov
2018-03-23 16:26 ` [PATCH v8 0/2] x86/devicetree: Enable multiprocessing Andy Shevchenko

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).