All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] dt-uart: cleanups, bugfixes and /chosen/stdout-path support
@ 2015-01-08 11:53 Ian Campbell
  2015-01-08 11:53 ` [PATCH v2 1/4] dt-uart: add an emacs magic block Ian Campbell
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Ian Campbell @ 2015-01-08 11:53 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, Tim Deegan, Stefano Stabellini

The two main changes here are:

      * a bugfix to deal with DT paths which contain a common, which are
        perfectly valid and quite common.
      * support for the /chosen/stdout-path device tree property, which
        allows Xen to find a boot console without manual configuration
        if presented with a suitable device tree. Juno and Seattle both
        contain the node in the dt supplied with the upstream Linux
        kernel (not sure about their factory kernel), as do a bunch of
        non-virt capable arm devices, but with stdout-path support being
        added to Linux in v3.19-rc1 I expect that number will soon grow.

I think "dt-uart: use ':' as separator between path and options"
should be a candidate for stable backport.

Since last time: removed back compat support for ',', constify, warn if
stdout-path is truncated.

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

end of thread, other threads:[~2015-01-12 16:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-08 11:53 [PATCH v2 0/4] dt-uart: cleanups, bugfixes and /chosen/stdout-path support Ian Campbell
2015-01-08 11:53 ` [PATCH v2 1/4] dt-uart: add an emacs magic block Ian Campbell
2015-01-08 11:53 ` [PATCH v2 2/4] dt-uart: Clarify log messages at init time Ian Campbell
2015-01-08 11:53 ` [PATCH v2 3/4] dt-uart: use ':' as separator between path and options Ian Campbell
2015-01-08 12:26   ` Julien Grall
2015-01-08 12:29     ` Ian Campbell
2015-01-08 11:53 ` [PATCH v2 4/4] dt-uart: support /chosen/stdout-path property Ian Campbell
2015-01-08 13:15   ` Julien Grall
2015-01-08 13:22     ` Ian Campbell
2015-01-08 13:30       ` Julien Grall
2015-01-12 15:22         ` Ian Campbell
2015-01-12 15:24           ` Julien Grall
2015-01-12 16:31             ` Ian Campbell

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.