]> git.baikalelectronics.ru Git - kernel.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)
commited57a775a996d34459046705ef50c5f1a969dcbe
treeb8655469788e0961782706761c1628c80a957860
parent25d1e5b0e1e3dfd565905495d8e9dd1843cfd0ad
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