* [PATCH 0/5] tty: serial: get rid of .set_wake()
@ 2013-10-15 7:19 Linus Walleij
0 siblings, 0 replies; only message in thread
From: Linus Walleij @ 2013-10-15 7:19 UTC (permalink / raw)
To: linux-serial, Greg Kroah-Hartman; +Cc: Linus Walleij
The .set_wake() vtable entry in struct uart_ops appear to have
been unused since kernel 2.5 times. It has since been superceded
by struct dev_pm_ops in struct device and this will likely never
be resurrected, so delete this dead entry.
More details in patch 5/5.
Linus Walleij (5):
serial: omap: delete .set_wake callback
serial: sa1100: delete .set_wake callback
serial: mpc52xx: remove reference to .set_wake()
serial: pch_uart: remove reference to .set_wake()
serial: core: delete .set_wake() callback
Documentation/serial/driver | 4 ----
drivers/tty/serial/mpc52xx_uart.c | 1 -
drivers/tty/serial/omap-serial.c | 10 ----------
drivers/tty/serial/pch_uart.c | 1 -
drivers/tty/serial/sa1100.c | 5 ++++-
include/linux/serial_core.h | 1 -
6 files changed, 4 insertions(+), 18 deletions(-)
--
1.8.3.1
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-15 7:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15 7:19 [PATCH 0/5] tty: serial: get rid of .set_wake() Linus Walleij
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).