mbox series

[v2,0/5] crypto: hisilicon/sec2 - fix SEC bugs and coding styles

Message ID 1594084541-22177-1-git-send-email-liulongfang@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon/sec2 - fix SEC bugs and coding styles | expand

Message

liulongfang July 7, 2020, 1:15 a.m. UTC
Fix some SEC driver bugs and modify some coding styles

Changes v1 -> v2:
	- Apply MAY_BACKLOG.

Kai Ye (2):
  crypto: hisilicon/sec2 - clear SEC debug regs
  crypto:hisilicon/sec2 - update busy processing logic

Longfang Liu (3):
  crypto: hisilicon/sec2 - update SEC initialization and reset
  crypto: hisilicon/sec2 - update debugfs interface parameters
  crypto: hisilicon/sec2 - fix some coding styles

 drivers/crypto/hisilicon/qm.h              |   1 +
 drivers/crypto/hisilicon/sec2/sec.h        |   4 +
 drivers/crypto/hisilicon/sec2/sec_crypto.c |  91 +++++++++++++++------
 drivers/crypto/hisilicon/sec2/sec_main.c   | 126 +++++++++++++++--------------
 4 files changed, 138 insertions(+), 84 deletions(-)

Comments

Herbert Xu July 16, 2020, 11:53 a.m. UTC | #1
On Tue, Jul 07, 2020 at 09:15:36AM +0800, Longfang Liu wrote:
> Fix some SEC driver bugs and modify some coding styles
> 
> Changes v1 -> v2:
> 	- Apply MAY_BACKLOG.
> 
> Kai Ye (2):
>   crypto: hisilicon/sec2 - clear SEC debug regs
>   crypto:hisilicon/sec2 - update busy processing logic
> 
> Longfang Liu (3):
>   crypto: hisilicon/sec2 - update SEC initialization and reset
>   crypto: hisilicon/sec2 - update debugfs interface parameters
>   crypto: hisilicon/sec2 - fix some coding styles
> 
>  drivers/crypto/hisilicon/qm.h              |   1 +
>  drivers/crypto/hisilicon/sec2/sec.h        |   4 +
>  drivers/crypto/hisilicon/sec2/sec_crypto.c |  91 +++++++++++++++------
>  drivers/crypto/hisilicon/sec2/sec_main.c   | 126 +++++++++++++++--------------
>  4 files changed, 138 insertions(+), 84 deletions(-)

All applied.  Thanks.