Re: [PATCH 0/6] crypto: hisilicon/qm - misc fixes

2021-02-09 Thread Herbert Xu
On Fri, Feb 05, 2021 at 06:12:52PM +0800, Weili Qian wrote: > This patchset fixes some bugs: > 1. Removing the waiting reset's completion logic of driver. > 2. In order to prevent request missing, >call user's callback before device resetting. > 3. Fix the value of 'QM_SQC_VFT_BASE_MASK_V2'. >

[PATCH 0/6] crypto: hisilicon/qm - misc fixes

2021-02-05 Thread Weili Qian
This patchset fixes some bugs: 1. Removing the waiting reset's completion logic of driver. 2. In order to prevent request missing, call user's callback before device resetting. 3. Fix the value of 'QM_SQC_VFT_BASE_MASK_V2'. 4. Update irqflag. 5. Do not reset when CE error occurs. 6. Fix