All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH v2 0/2] lib: devicetree: add stdout-path
@ 2015-07-29  7:39 Andrew Jones
  2015-07-29  7:39 ` [kvm-unit-tests PATCH v2 1/2] devicetree: add /chosen/stdout-path support Andrew Jones
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrew Jones @ 2015-07-29  7:39 UTC (permalink / raw)
  To: kvm; +Cc: pbonzini

Easy addition to the devicetree support that may come in handy
for powerpc (and it may not - I have a ppc series ready to post
that doesn't actually bother with stdout-path yet, but whatever...)

For v2 I decided it's better to return -FDT_ERR_BADPATH from
dt_get_default_console_node, if there's a bad path. Also, shortened
an overly long name in lib/arm/io.c

Andrew Jones (2):
  devicetree: add /chosen/stdout-path support
  arm/arm64: uart0_init: check /chosen/stdout-path

 lib/arm/io.c     | 36 +++++++++++++++++++++++++++---------
 lib/devicetree.c | 19 +++++++++++++++++++
 lib/devicetree.h |  9 +++++++++
 3 files changed, 55 insertions(+), 9 deletions(-)

-- 
2.4.3


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-29  7:39 [kvm-unit-tests PATCH v2 0/2] lib: devicetree: add stdout-path Andrew Jones
2015-07-29  7:39 ` [kvm-unit-tests PATCH v2 1/2] devicetree: add /chosen/stdout-path support Andrew Jones
2015-07-29  7:39 ` [kvm-unit-tests PATCH v2 2/2] arm/arm64: uart0_init: check /chosen/stdout-path Andrew Jones
2015-07-29 13:55 ` [kvm-unit-tests PATCH v2 0/2] lib: devicetree: add stdout-path Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.