]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
s390/pci: add ioctl interface for CLP
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 13 Jan 2016 11:54:28 +0000 (12:54 +0100)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 6 Apr 2016 09:27:39 +0000 (10:27 +0100)
commit0661b4a17a54f8c53747b9ae90d3921e8a9d72fe
treef62f092af128dc7e7da002e251d9248fcd1ec628
parent9e322cfd52da26e74266106e9bf8b50232208ee1
s390/pci: add ioctl interface for CLP

BugLink: http://bugs.launchpad.net/bugs/1558624
Provide a user space interface to issue call logical-processor instructions.
Only selected CLP commands are allowed, enough to get the full overview of
the installed PCI functions.

Reviewed-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
(cherry picked from commit 988b86e69ded17f0f1209fd3ef1c4c7f1567dcc1)
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
arch/s390/include/asm/clp.h
arch/s390/include/asm/pci_clp.h
arch/s390/include/uapi/asm/clp.h [new file with mode: 0644]
arch/s390/pci/pci_clp.c