From patchwork Tue Apr 23 01:19:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chenghai Huang X-Patchwork-Id: 13639247 Received: from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D1BF412B93; Tue, 23 Apr 2024 01:24:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.249.212.189 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713835444; cv=none; b=doZoIv86kUrvWtGmbl4FTuXY57yyjtAndbSgjPWfsc5aRDWtVMEC5SDFsi3wPc2vQ4ahVo16AcIIRyhdXEnaukA0yaLGMvs8Fk1cM6fHgjs/eyZKj4jeS6aRuFXwTe/W5ucFX+C1wGra3CzWkSl+2l0ejIo5u/vBAoGb2fE3rpY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713835444; c=relaxed/simple; bh=EuaU35KfwN9Z7OMbZwNvGMdvR4+I5EILignv0Y/hgtY=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=SGMOXCNnItbTkZ4rJ5NK9HGnUs8ph/qUFzWfkD7HZmGWt2sMJ5BYQb1I5yFK8gi/oWeaA/IIoPeLhZjy1aejiyzljYraReECxNwviSvrBNao2MXzpnIUbxKLNi3qEn6IPzNNaEQ+kov3nls0Bitz/1zAZh/A7+tz+yNiJDIO2NM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=45.249.212.189 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.19.163.252]) by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4VNkpw0xP5zNt10; Tue, 23 Apr 2024 09:21:28 +0800 (CST) Received: from kwepemi500025.china.huawei.com (unknown [7.221.188.170]) by mail.maildlp.com (Postfix) with ESMTPS id 0223218007D; Tue, 23 Apr 2024 09:23:58 +0800 (CST) Received: from localhost.localdomain (10.67.165.2) by kwepemi500025.china.huawei.com (7.221.188.170) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.35; Tue, 23 Apr 2024 09:23:57 +0800 From: Chenghai Huang To: , CC: , , , , , , , , , , , Subject: [PATCH 0/2] crypto: hisilicon - fix reg offset issue and cleanup dump information Date: Tue, 23 Apr 2024 09:19:20 +0800 Message-ID: <20240423011922.770693-1-huangchenghai2@huawei.com> X-Mailer: git-send-email 2.30.0 Precedence: bulk X-Mailing-List: linux-crypto@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To kwepemi500025.china.huawei.com (7.221.188.170) Fix for register offset and cleanup dump information of debugfs. Chenghai Huang (1): crypto: hisilicon/debugfs - mask the unnecessary info from the dump Wenkai Lin (1): crypto: hisilicon/sec2 - fix for register offset drivers/crypto/hisilicon/debugfs.c | 29 +++++++++++++++-------- drivers/crypto/hisilicon/hpre/hpre_main.c | 2 +- drivers/crypto/hisilicon/sec2/sec_main.c | 6 ++--- 3 files changed, 23 insertions(+), 14 deletions(-)