Re: [PATCH 3/4] crypto: ccp - CCP versioning support

2016-03-03 Thread Tom Lendacky
On 03/01/2016 01:49 PM, Gary R Hook wrote: > Future hardware may introduce new algorithms wherein the > driver will need to manage resources for different versions > of the cryptographic coprocessor. This precursor patch > determines the version of the available device, and marks > and registers

[PATCH 3/4] crypto: ccp - CCP versioning support

2016-03-01 Thread Gary R Hook
Future hardware may introduce new algorithms wherein the driver will need to manage resources for different versions of the cryptographic coprocessor. This precursor patch determines the version of the available device, and marks and registers algorithms accordingly. A structure is added which