mirror of https://lore.kernel.org/lkml/
 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
  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 ` [PATCH v2 2/2] console: don't select first registered console if stdout-path used Eugeniy Paltsev
  0 siblings, 2 replies; 7+ messages in thread
From: Eugeniy Paltsev @ 2017-08-28 16:58 UTC (permalink / raw)
  To: Petr Mladek, Sergey Senozhatsky
  Cc: Steven Rostedt, Hans de Goede, linux-snps-arc, linux-kernel,
	Eugeniy Paltsev

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] 7+ messages in thread

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

Thread overview: 7+ 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 ` [PATCH v2 1/2] OF: move extern declarations of of_stdout inside ifdef 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-09-05 14:54   ` Petr Mladek
2017-09-06 17:57     ` Eugeniy Paltsev
2017-09-06 18:13       ` Paul Burton
2017-11-07 13:04       ` Petr Mladek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome