s390/pci: CLP interface
authorJan Glauber <jang@linux.vnet.ibm.com>
Thu, 29 Nov 2012 11:55:21 +0000 (12:55 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 30 Nov 2012 14:40:47 +0000 (15:40 +0100)
commita755a45dd928e05a4fb980d31d4a0dbc49adc562
treead7e88579a6a52c06cada11ce59529e3c8888d06
parentcd24834130ac655d15accee6757e0eaeab4ad4ef
s390/pci: CLP interface

CLP instructions are used to query the firmware about detected PCI
functions, the attributes of those functions and to enable or disable
a PCI function. The CLP interface is the equivalent to a PCI bus scan.

Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/clp.h [new file with mode: 0644]
arch/s390/include/asm/pci.h
arch/s390/include/asm/pci_clp.h [new file with mode: 0644]
arch/s390/pci/Makefile
arch/s390/pci/pci.c
arch/s390/pci/pci_clp.c [new file with mode: 0644]