linux-stable/drivers/s390
Felix Beck 5314af693d [S390] zcrypt: Do not add/remove devices in s/r callbacks
Devices are no longer removed or added in the suspend and resume
callbacks. Instead they are marked unregistered in suspend. In the
resume callback the ap_scan_bus method is scheduled. The bus scan
function will remove the old device and add new ones. This way all
the device handling will be done in only one function. Additionaly
the case where the domain might change during suspend/resume is
caught. In that case the devices qid needs to re-calculated in
order of having it found by the scan method.

Signed-off-by: Felix Beck <felix.beck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-09-22 22:58:46 +02:00
..
block [S390] xpram: Remove checksum validation for suspend/resume 2009-09-11 10:29:50 +02:00
char [S390] tape: Use pr_xxx instead of dev_xxx in shared driver code 2009-09-11 10:29:57 +02:00
cio [S390] qdio: change state of all primed input buffers 2009-09-22 22:58:43 +02:00
crypto [S390] zcrypt: Do not add/remove devices in s/r callbacks 2009-09-22 22:58:46 +02:00
kvm [S390] kvm: use console_initcall() to initialize s390 virtio console 2009-09-11 10:29:52 +02:00
net driver model: constify attribute groups 2009-09-15 09:50:47 -07:00
scsi [SCSI] zfcp: optimize zfcp_qdio_account 2009-09-05 08:49:49 -05:00
Makefile [S390] split/move machine check handler code 2009-03-26 15:24:10 +01:00