Skip to content

Commit

Permalink
[S390] pm: con3215 power management callbacks
Browse files Browse the repository at this point in the history
Introduce the power management callbacks to the 3215 console. On suspend
the console buffer is flushed to the 3215 device to have an empty console
buffer. Printks done while the 3215 device is suspended are buffered in
the 64K buffer of the 3215 device. If the buffer is full new messages will
push out the oldest messages to make room for the most recent message.
On resume the buffered messages are printed. If the system panics before
the 3215 device is resumed ccw_device_force_console is used to get the
console working again.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Martin Schwidefsky committed Jun 16, 2009
1 parent 6664845 commit 77812a2
Showing 1 changed file with 120 additions and 85 deletions.
Loading

0 comments on commit 77812a2

Please sign in to comment.