All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] console: don't select first registered console if stdout-path used
@ 2017-08-28 16:58 ` Eugeniy Paltsev
  0 siblings, 0 replies; 14+ messages in thread
From: Eugeniy Paltsev @ 2017-08-28 16:58 UTC (permalink / raw)
  To: linux-snps-arc

Don't select first registered console if one is specified by the device tree
via the stdout-path (or linux,stdout-path) chosen node properties.

Eugeniy Paltsev (2):
  OF: move extern declarations of of_stdout inside ifdef
  console: don't select first registered console if stdout-path used
  
Changes v1->v2:
 * Add exception for "tty0" console as current tty0 behavior is widely used
   by ARM and powerpc boards.

 include/linux/of.h     |  4 ++-
 kernel/printk/printk.c | 84 +++++++++++++++++++++++++++++++++++++++++---------
 2 files changed, 72 insertions(+), 16 deletions(-)

-- 
2.9.3

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

end of thread, other threads:[~2017-11-07 13:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-28 16:58 [PATCH v2 0/2] console: don't select first registered console if stdout-path used Eugeniy Paltsev
2017-08-28 16:58 ` Eugeniy Paltsev
2017-08-28 16:58 ` [PATCH v2 1/2] OF: move extern declarations of of_stdout inside ifdef Eugeniy Paltsev
2017-08-28 16:58   ` Eugeniy Paltsev
2017-08-28 16:58 ` [PATCH v2 2/2] console: don't select first registered console if stdout-path used Eugeniy Paltsev
2017-08-28 16:58   ` Eugeniy Paltsev
2017-09-05 14:54   ` Petr Mladek
2017-09-05 14:54     ` Petr Mladek
2017-09-06 17:57     ` Eugeniy Paltsev
2017-09-06 17:57       ` Eugeniy Paltsev
2017-09-06 18:13       ` Paul Burton
2017-09-06 18:13         ` Paul Burton
2017-11-07 13:04       ` Petr Mladek
2017-11-07 13:04         ` Petr Mladek

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.