Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp502399ybt; Fri, 26 Jun 2020 04:54:48 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy5obsAkBWf49tLDMouMFpUhTEwTazqoigmXex0cfGyhRuakHLnj/wnYQLCTHUyAl6QI67E X-Received: by 2002:aa7:c245:: with SMTP id y5mr2978958edo.189.1593172488616; Fri, 26 Jun 2020 04:54:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593172488; cv=none; d=google.com; s=arc-20160816; b=DARP4hMqqrbVdVhYo6Evnrqff+XQhFUFHrrslo+aIvAIKoEzbxZ/hPKMweSgIS4tFS gLpeusgsid+32BWYKGERZfmwuG9Bm+jnbnQcPnBUGN41Z6mS2EsRPlpBD21xUAaNFrMX /lbKatlPohYmABr2MYVtdP83mo1fxesQbfMEOhdnkta4qCFBVVvDEsNWT0nmT3evMm6v hD++ukbchNRFUBxELd5pO+Td/ZH4bAxuc1Td/h+JN5oob+AD5Rbho47OmAijHWZ1hS9y YDbty+lb150XrU6kRbxHcJDs5b54TnPJJKpAZubpBmMFK8j6p3D/ssny3fOSTPgjVRnQ 1bnQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=GR963ZOUdBbx8m+6u4daPOcjJb6DfAlCjrAPDr2JGtI=; b=c6rQ+dFgr6L0dBoK7+RB+uKS7NyqdP5n64niD/6k8BpdoLh5IYqSBlW0b8RrD2eDuH 5AhOo5Z4/MmnBIDjhMOs7XvykDQG5ZZKPxeeRJ2HRONuc5z3ZgzB6MFyojiC9zLshYv7 rfNCv7QFcisa1avFjDbgQpgARur2AmBVyfuB/mv00wX0J8cFphxhKgBdNw8D+kAC0gQr 5236QzAGaNJGKV9dzccp5ud0Q8CjrOVrQlqHrCmY/cbejGlZSYGsr0gk+z+H5re79+aR mwJrLn6NLUprq+E65TzK6xR4Uok26SRpfjN/BEKjy3PJErpN8gBts7Ogk7lEHGmGApd0 30CQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i20si7161636edy.277.2020.06.26.04.54.26; Fri, 26 Jun 2020 04:54:48 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726671AbgFZKcr (ORCPT + 99 others); Fri, 26 Jun 2020 06:32:47 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:6318 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727899AbgFZKcq (ORCPT ); Fri, 26 Jun 2020 06:32:46 -0400 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id B4928AA2F1376BAD268F for ; Fri, 26 Jun 2020 18:32:43 +0800 (CST) Received: from huawei.com (10.67.165.24) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.487.0; Fri, 26 Jun 2020 18:32:38 +0800 From: Longfang Liu To: CC: Subject: [PATCH 0/5] crypto: hisilicon/sec2 - fix SEC bugs and coding styles Date: Fri, 26 Jun 2020 18:32:04 +0800 Message-ID: <1593167529-22463-1-git-send-email-liulongfang@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.67.165.24] X-CFilter-Loop: Reflected Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Fix some SEC driver bugs and modify some coding styles 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 | 3 + drivers/crypto/hisilicon/sec2/sec_crypto.c | 81 +++++++++++++------ drivers/crypto/hisilicon/sec2/sec_main.c | 126 +++++++++++++++-------------- 4 files changed, 128 insertions(+), 83 deletions(-) -- 2.8.1