mbox series

[v2,0/6] crypto: hisilicon/hpre bugfix - misc fixes

Message ID 1594366846-1313-1-git-send-email-yumeng18@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon/hpre bugfix - misc fixes | expand

Message

Meng Yu July 10, 2020, 7:40 a.m. UTC
Bugfix: crypto: hisilicon/hpre - modify the macros, add a switch in
    sriov_configure, unified debugfs interface, and disable
    hardware FLR.

Hui Tang (2):
  crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by
    debugfs
  crypto: hisilicon/hpre - disable FLR triggered by hardware

Meng Yu (4):
  crypto: hisilicon/hpre - Init the value of current_q of debugfs
  crypto: hisilicon/hpre - Modify the Macro definition and format
  crypto: hisilicon/hpre - Add a switch in sriov_configure
  crypto: hisilicon/hpre - update debugfs interface parameters

 drivers/crypto/hisilicon/hpre/hpre_main.c | 111 +++++++++++++++++-------------
 1 file changed, 62 insertions(+), 49 deletions(-)

Comments

Herbert Xu July 16, 2020, 11:55 a.m. UTC | #1
On Fri, Jul 10, 2020 at 03:40:40PM +0800, Meng Yu wrote:
> Bugfix: crypto: hisilicon/hpre - modify the macros, add a switch in
>     sriov_configure, unified debugfs interface, and disable
>     hardware FLR.
> 
> Hui Tang (2):
>   crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by
>     debugfs
>   crypto: hisilicon/hpre - disable FLR triggered by hardware
> 
> Meng Yu (4):
>   crypto: hisilicon/hpre - Init the value of current_q of debugfs
>   crypto: hisilicon/hpre - Modify the Macro definition and format
>   crypto: hisilicon/hpre - Add a switch in sriov_configure
>   crypto: hisilicon/hpre - update debugfs interface parameters
> 
>  drivers/crypto/hisilicon/hpre/hpre_main.c | 111 +++++++++++++++++-------------
>  1 file changed, 62 insertions(+), 49 deletions(-)

All applied.  Thanks.