From patchwork Fri Mar 13 01:23:44 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhou Wang X-Patchwork-Id: 11435791 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 7B42E14E5 for ; Fri, 13 Mar 2020 01:28:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 657E020716 for ; Fri, 13 Mar 2020 01:28:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726882AbgCMB2T (ORCPT ); Thu, 12 Mar 2020 21:28:19 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:38636 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726620AbgCMB2T (ORCPT ); Thu, 12 Mar 2020 21:28:19 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id CABAF225FA0977D84417; Fri, 13 Mar 2020 09:28:15 +0800 (CST) Received: from localhost.localdomain (10.69.192.58) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Fri, 13 Mar 2020 09:28:06 +0800 From: Zhou Wang To: CC: , Zhou Wang Subject: [PATCH] MAINTAINERS: Add maintainer for HiSilicon DMA engine driver Date: Fri, 13 Mar 2020 09:23:44 +0800 Message-ID: <1584062624-196854-1-git-send-email-wangzhou1@hisilicon.com> X-Mailer: git-send-email 2.8.1 MIME-Version: 1.0 X-Originating-IP: [10.69.192.58] X-CFilter-Loop: Reflected Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Add myself as the maintainer of HiSilicon DMA engine driver. Signed-off-by: Zhou Wang --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a6fbdf3..7399ebd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7518,6 +7518,12 @@ F: include/uapi/linux/if_hippi.h F: net/802/hippi.c F: drivers/net/hippi/ +HISILICON DMA DRIVER +M: Zhou Wang +L: dmaengine@vger.kernel.org +S: Maintained +F: drivers/dma/hisi_dma.c + HISILICON SECURITY ENGINE V2 DRIVER (SEC2) M: Zaibo Xu L: linux-crypto@vger.kernel.org