Re: [PATCH V3 1/2] crypto: ccp - Use only the relevant interrupt bits

2017-04-20 Thread Gary R Hook
On 04/20/2017 03:20 PM, Hook, Gary wrote: Each CCP queue can product interrupts for 4 conditions: operation complete, queue empty, error, and queue stopped. This driver only works with completion and error events. Apologies for this errant submission. Please ignore one of these (V3 1/2); the

[PATCH V3 1/2] crypto: ccp - Use only the relevant interrupt bits

2017-04-20 Thread Gary R Hook
Each CCP queue can product interrupts for 4 conditions: operation complete, queue empty, error, and queue stopped. This driver only works with completion and error events. Cc: # 4.9.x+ Signed-off-by: Gary R Hook --- drivers/crypto/ccp/ccp-dev-v5.c |

[PATCH V3 1/2] crypto: ccp - Use only the relevant interrupt bits

2017-04-20 Thread Gary R Hook
Each CCP queue can product interrupts for 4 conditions: operation complete, queue empty, error, and queue stopped. This driver only works with completion and error events. Cc: # 4.9.x- Signed-off-by: Gary R Hook --- drivers/crypto/ccp/ccp-dev-v5.c |