From patchwork Thu Oct 31 08:34:28 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Xu Zaibo X-Patchwork-Id: 11220697 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 11BDB1515 for ; Thu, 31 Oct 2019 08:38:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EED1320873 for ; Thu, 31 Oct 2019 08:38:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726875AbfJaIiS (ORCPT ); Thu, 31 Oct 2019 04:38:18 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:41382 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726874AbfJaIiS (ORCPT ); Thu, 31 Oct 2019 04:38:18 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id BB25CA13BD9FC27C6540; Thu, 31 Oct 2019 16:38:14 +0800 (CST) Received: from localhost.localdomain (10.67.165.24) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.439.0; Thu, 31 Oct 2019 16:38:03 +0800 From: Zaibo Xu To: , CC: , , , , , , Subject: [PATCH 0/2] hw_random: hisilicon - add HiSilicon TRNG V2 support Date: Thu, 31 Oct 2019 16:34:28 +0800 Message-ID: <1572510870-40390-1-git-send-email-xuzaibo@huawei.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 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 This adds HiSilicon True Random Number Generator (TRNG) version 2 driver in hw_random subsystem. Zaibo Xu (2): hw_random: add HiSilicon TRNG driver support MAINTAINERS: Add maintainer for HiSilicon TRNG V2 driver MAINTAINERS | 5 ++ drivers/char/hw_random/Kconfig | 13 +++++ drivers/char/hw_random/Makefile | 1 + drivers/char/hw_random/hisi-trng-v2.c | 99 +++++++++++++++++++++++++++++++++++ 4 files changed, 118 insertions(+) create mode 100644 drivers/char/hw_random/hisi-trng-v2.c