diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-12-15 04:13:03 +0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-12-16 04:10:01 +0400 |
commit | a79dd5ae5a8f49688d65b89a859f2b98a7ee5538 (patch) | |
tree | 38c215db8b9e4a7be1a05a0e4d1e4081095cdb8f /virt | |
parent | 43ca5d347acc0dcae988dbd38b5bb5a930744a75 (diff) | |
download | linux-a79dd5ae5a8f49688d65b89a859f2b98a7ee5538.tar.xz |
tty/serial/pmac_zilog: Fix suspend & resume
This patch reworks & simplifies pmac_zilog handling of suspend/resume,
essentially removing all the specific code in there and using the
generic uart helpers.
This required properly registering the tty as a child of the macio (or platform)
device, so I had to delay the registration a bit (we used to register the ports
very very early). We still register the kernel console early though.
I removed a couple of unused or useless flags as well, relying on the
core to not call us when asleep. I also removed the essentially useless
interrupt mutex, simplifying the locking a bit.
I removed some code for handling unexpected interrupt which should never
be hit and could potentially be harmful (causing us to access a register
on a powered off SCC). We diable port interrupts on close always so there
should be no need to drain data on a closed port.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions