commit | f4d18d656f882a7ca558313d5f1b18b1fd01f759 | [log] [tgz] |
---|---|---|
author | Brijesh Singh <brijesh.singh@amd.com> | Thu Jul 06 09:59:15 2017 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 18 17:57:14 2017 +0800 |
tree | 505605640669c9a727ce65e8553661538f6b5661 | |
parent | 720419f01832f7e697cb80480b97b2a1e96045cd [diff] |
crypto: ccp - Abstract interrupt registeration The CCP and PSP devices part of AMD Secure Procesor may share the same interrupt. Hence we expand the SP device to register a common interrupt handler and provide functions to CCP and PSP devices to register their interrupt callback which will be invoked upon interrupt. Signed-off-by: Brijesh Singh <brijesh.singh@amd.com> Acked-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>