Re: [PATCH v1 0/5] crypto: ccp - Driver updates 2018-07-03

2018-07-13 Thread Herbert Xu
On Tue, Jul 03, 2018 at 12:11:22PM -0500, Tom Lendacky wrote:
> The following patches for the PSP support within the CCP driver are
> included in this driver update series:
> 
> - Fix a possible race condition when checking for command completion
> - Add a message to indicate if the PSP function has been enabled
> - In preparation for moving register offsets into the version data,
>   remove unused register definitions
> - Add support for putting register offsets in the version data. This
>   is needed as a new device (to be added in the next patch) has
>   different offsets for the registers.
> - Add support for a new CCP/PSP device ID
>  
> This patch series is based on cryptodev-2.6.
> 
> ---
> 
> Tom Lendacky (5):
>   crypto: ccp: Fix command completion detection race
>   crypto: ccp: Add psp enabled message when initialization succeeds
>   crypto: ccp: Remove unused #defines
>   crypto: ccp: Support register differences between PSP devices
>   crypto: ccp: Add support for new CCP/PSP device ID
> 
> 
>  drivers/crypto/ccp/psp-dev.c |   32 +---
>  drivers/crypto/ccp/psp-dev.h |   19 +--
>  drivers/crypto/ccp/sp-dev.h  |7 ++-
>  drivers/crypto/ccp/sp-pci.c  |   36 ++--
>  4 files changed, 54 insertions(+), 40 deletions(-)

All applied.  Thanks.
-- 
Email: Herbert Xu 
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt


[PATCH v1 0/5] crypto: ccp - Driver updates 2018-07-03

2018-07-03 Thread Tom Lendacky
The following patches for the PSP support within the CCP driver are
included in this driver update series:

- Fix a possible race condition when checking for command completion
- Add a message to indicate if the PSP function has been enabled
- In preparation for moving register offsets into the version data,
  remove unused register definitions
- Add support for putting register offsets in the version data. This
  is needed as a new device (to be added in the next patch) has
  different offsets for the registers.
- Add support for a new CCP/PSP device ID
 
This patch series is based on cryptodev-2.6.

---

Tom Lendacky (5):
  crypto: ccp: Fix command completion detection race
  crypto: ccp: Add psp enabled message when initialization succeeds
  crypto: ccp: Remove unused #defines
  crypto: ccp: Support register differences between PSP devices
  crypto: ccp: Add support for new CCP/PSP device ID


 drivers/crypto/ccp/psp-dev.c |   32 +---
 drivers/crypto/ccp/psp-dev.h |   19 +--
 drivers/crypto/ccp/sp-dev.h  |7 ++-
 drivers/crypto/ccp/sp-pci.c  |   36 ++--
 4 files changed, 54 insertions(+), 40 deletions(-)

-- 
Tom Lendacky