]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tty: serial core: decouple pm states from ACPI
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 7 Dec 2012 10:36:08 +0000 (11:36 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jan 2013 05:52:23 +0000 (21:52 -0800)
commit6f538fe31c1d453b7e7fc4f6e7c6a9bdead4a6f2
treeb8655469788e0961782706761c1628c80a957860
parentfdbc7353e45d78ea8ee4a0cdc9e2700035a3a77d
tty: serial core: decouple pm states from ACPI

The serial core is using power states lifted from ACPI for no
good reason. Remove this reference from the documentation and
alter all users to use an enum specific to the serial core
instead, and define it in <linux/serial_core.h>.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Alan Cox <alan@linux.intel.com>
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/serial/driver
drivers/tty/serial/serial_core.c
include/linux/serial_core.h