On 03/01/2016 01:49 PM, Gary R Hook wrote: > Support for different generations of the coprocessor > requires that an abstraction layer be implemented for > interacting with the hardware. This patch splits out > version-specific functions to a separate file and populates > the version structure (acting as a driver) with function > pointers. > > Signed-off-by: Gary R Hook <gary.hook@xxxxxxx> Acked-by: Tom Lendacky <thomas.lendacky@xxxxxxx> > --- > drivers/crypto/ccp/Makefile | 2 > drivers/crypto/ccp/ccp-dev-v3.c | 534 +++++++++++++++++++++++++++++++++++++ > drivers/crypto/ccp/ccp-dev.c | 306 +-------------------- > drivers/crypto/ccp/ccp-dev.h | 138 +++++++++- > drivers/crypto/ccp/ccp-ops.c | 381 +------------------------- > drivers/crypto/ccp/ccp-pci.c | 10 - > drivers/crypto/ccp/ccp-platform.c | 7 > 7 files changed, 711 insertions(+), 667 deletions(-) > create mode 100644 drivers/crypto/ccp/ccp-dev-v3.c -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html