linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Fix no_console_suspend for PNP serial consoles
@ 2015-01-22 16:50 Peter Hurley
  2015-01-22 16:50 ` [PATCH v2 1/2] PNP: Allow console to override ACPI device sleep Peter Hurley
  2015-01-22 16:50 ` [PATCH v2 2/2] serial: 8250_pnp: Enable PNP_CONSOLE for console ports Peter Hurley
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Hurley @ 2015-01-22 16:50 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rafael J. Wysocki
  Cc: linux-kernel, linux-serial, Peter Hurley

Hi Greg and Rafael,

This v2 of the earlier series submitted back in Nov addresses Rafael's
comments, specifically:

* Adds PNP_CONSOLE flag, which disables the pnp protocol's suspend() and
  disable() methods.

This greatly simplifies the PNP serial driver patch since the existing
pnp device capabilities does not need to be saved and restored now.

Note that it was necessary to continue to use macros, since
struct pnp_protocol is anonymous.

Regards,

Peter Hurley (2):
  PNP: Allow console to override ACPI device sleep
  serial: 8250_pnp: Enable PNP_CONSOLE for console ports

 drivers/pnp/driver.c               |  2 +-
 drivers/tty/serial/8250/8250_pnp.c |  8 +++++++-
 include/linux/pnp.h                | 12 ++++++++++--
 3 files changed, 18 insertions(+), 4 deletions(-)

-- 
2.2.2

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22 16:50 [PATCH v2 0/2] Fix no_console_suspend for PNP serial consoles Peter Hurley
2015-01-22 16:50 ` [PATCH v2 1/2] PNP: Allow console to override ACPI device sleep Peter Hurley
2015-01-22 16:50 ` [PATCH v2 2/2] serial: 8250_pnp: Enable PNP_CONSOLE for console ports Peter Hurley

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