]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/xics: Add ICP OPAL backend
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 8 Jul 2016 06:37:08 +0000 (16:37 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 17 Jul 2016 06:42:45 +0000 (16:42 +1000)
commit289d0ddcd6a2424935e8498ff07d3f7be744e984
tree49713088a40028b016f84e4fb226b855a76b8f8b
parent7b14ddb587a671b422291e207d70cf96fd9dea00
powerpc/xics: Add ICP OPAL backend

This adds a new XICS backend that uses OPAL calls, which can be
used when we don't have native support for the platform interrupt
controller.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/xics.h
arch/powerpc/sysdev/xics/Makefile
arch/powerpc/sysdev/xics/icp-opal.c [new file with mode: 0644]
arch/powerpc/sysdev/xics/xics-common.c