Re: [PATCH v1 0/4] crypto: ccp - CCP driver updates 2015-10-01

2015-10-08 Thread Herbert Xu
On Thu, Oct 01, 2015 at 04:32:25PM -0500, Tom Lendacky wrote:
> The following patches are included in this driver update series:
> 
> - Remove the usage of BUG_ON and replace with WARN_ON and an error
>   return code
> - Remove unused variable
> - Change references to accelerator to offload
> - Use the module name in the driver structure instead of a
>   descriptive name
>  
> This patch series is based on cryptodev-2.6.

All applied.  Thanks.
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v1 0/4] crypto: ccp - CCP driver updates 2015-10-01

2015-10-01 Thread Tom Lendacky
The following patches are included in this driver update series:

- Remove the usage of BUG_ON and replace with WARN_ON and an error
  return code
- Remove unused variable
- Change references to accelerator to offload
- Use the module name in the driver structure instead of a
  descriptive name
 
This patch series is based on cryptodev-2.6.

---

Tom Lendacky (4):
  crypto: ccp - Replace BUG_ON with WARN_ON and a return code
  crypto: ccp - Remove use ACPI field
  crypto: ccp - Change references to accelerator to offload
  crypto: ccp - Use module name in driver structures


 drivers/crypto/Kconfig   |2 -
 drivers/crypto/ccp/Kconfig   |   13 ++--
 drivers/crypto/ccp/ccp-crypto-aes-cmac.c |   20 +-
 drivers/crypto/ccp/ccp-crypto-main.c |6 +-
 drivers/crypto/ccp/ccp-crypto-sha.c  |   13 
 drivers/crypto/ccp/ccp-ops.c |  108 +++---
 drivers/crypto/ccp/ccp-pci.c |2 -
 drivers/crypto/ccp/ccp-platform.c|6 --
 8 files changed, 114 insertions(+), 56 deletions(-)

-- 
Tom Lendacky
--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html