]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] cio: Channel-path configure function.
authorPeter Oberparleiter <peter.oberparleiter@de.ibm.com>
Fri, 27 Apr 2007 14:01:31 +0000 (16:01 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 27 Apr 2007 14:01:39 +0000 (16:01 +0200)
commit533e05d770f8a7b81cd4f19200d7798393758a85
treec0a3705df925e652ff0694a47e7acb98e5f7d7bd
parent439e6a72b94c928fdc76451f51006a4f4a0b7007
[S390] cio: Channel-path configure function.

Add a new attribute to the channel-path sysfs directory through which
channel-path configure operations can be triggered. Also listen for
hardware events requesting channel-path configure operations and
process them accordingly.

Signed-off-by: Peter Oberparleiter <peter.oberparleiter@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
16 files changed:
drivers/s390/char/Makefile
drivers/s390/char/sclp_chp.c [new file with mode: 0644]
drivers/s390/cio/chp.c
drivers/s390/cio/chp.h
drivers/s390/cio/chpid.h [deleted file]
drivers/s390/cio/chsc.c
drivers/s390/cio/chsc.h
drivers/s390/cio/cio.c
drivers/s390/cio/cio.h
drivers/s390/cio/css.h
drivers/s390/cio/device_fsm.c
drivers/s390/cio/device_ops.c
drivers/s390/cio/ioasm.h
include/asm-s390/chpid.h [new file with mode: 0644]
include/asm-s390/cio.h
include/asm-s390/sclp.h