]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
s390/sclp: Add support for SCLP AP adapter config/deconfig
authorHarald Freudenberger <freude@linux.ibm.com>
Mon, 27 Jul 2020 12:34:57 +0000 (14:34 +0200)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Fri, 3 Sep 2021 14:54:06 +0000 (16:54 +0200)
commitcb9655b1628a74d0912aa021996505b94f365b51
tree4c5bbbf8d9f767a08c35c3984fdc03b6712282dd
parenta7b7d41e70a46e376b039eb69378491bb943c05e
s390/sclp: Add support for SCLP AP adapter config/deconfig

BugLink: https://bugs.launchpad.net/bugs/1939618
Add support for AP bus adapter config and deconfig to the sclp
core code. The code is statically build into the kernel when
ZCRYPT is configured either as module or with static support.

This is the base functionality for having configure/deconfigure
support in the AP bus and card code. Another patch will exploit
this soon.

Signed-off-by: Harald Freudenberger <freude@linux.ibm.com>
Suggested-by: Pierre Morel <pmorel@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
(cherry picked from commit 0671cc1048744c9a6f1c896baa85966a5abc42a0)
Signed-off-by: Frank Heimes <frank.heimes@canonical.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
arch/s390/include/asm/sclp.h
drivers/s390/char/Makefile
drivers/s390/char/sclp.h
drivers/s390/char/sclp_ap.c [new file with mode: 0644]