]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/vas: Move VAS API to book3s common platform
authorHaren Myneni <haren@linux.ibm.com>
Thu, 17 Jun 2021 20:29:48 +0000 (13:29 -0700)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 20 Jun 2021 11:58:55 +0000 (21:58 +1000)
commit40751c9d22b12108ccaee4c23f26d6a2c9dccd54
treeeca8c48038b74550ab3ec754b7e420524d6938ec
parentabdf7e5330319e664a73c745b0065d3f55c0e985
powerpc/vas: Move VAS API to book3s common platform

The pseries platform will share vas and nx code and interfaces
with the PowerNV platform, so create the
arch/powerpc/platforms/book3s/ directory and move VAS API code
there. Functionality is not changed.

Signed-off-by: Haren Myneni <haren@linux.ibm.com>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/e05c8db17b9eabe3545b902d034238e4c6c08180.camel@linux.ibm.com
arch/powerpc/include/asm/vas.h
arch/powerpc/platforms/Kconfig
arch/powerpc/platforms/Makefile
arch/powerpc/platforms/book3s/Kconfig [new file with mode: 0644]
arch/powerpc/platforms/book3s/Makefile [new file with mode: 0644]
arch/powerpc/platforms/book3s/vas-api.c [new file with mode: 0644]
arch/powerpc/platforms/powernv/Kconfig
arch/powerpc/platforms/powernv/Makefile
arch/powerpc/platforms/powernv/vas-api.c [deleted file]
arch/powerpc/platforms/powernv/vas.h