From patchwork Mon Nov 4 16:51:37 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Garry X-Patchwork-Id: 178439 Delivered-To: patch@linaro.org Received: by 2002:a92:38d5:0:0:0:0:0 with SMTP id g82csp1734087ilf; Mon, 4 Nov 2019 08:54:58 -0800 (PST) X-Google-Smtp-Source: APXvYqy9WIgQ+zKlNqwKMM9GGXxDChlvrGAR2wHOxhLG2tm13M29dLaRV0YkkJaUV4gjFaDO8JM6 X-Received: by 2002:aa7:d397:: with SMTP id x23mr29966410edq.75.1572886498551; Mon, 04 Nov 2019 08:54:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1572886498; cv=none; d=google.com; s=arc-20160816; b=LmDOKfMAYag5LLoeiq/uiv1vouJ9/Y+3RXNK18JODV6tbgqt4wx+w5+KOGCM+VHOm3 hVpbensS0J/BFKXJYY1Ng9g4bh9O5FKJX754l2oQ4Ys3NXLL5FO+qmGF7/y5q6NBuj13 boDpls+S91KNkS83pvLhpcKzIhnulHx5wdPsEV43Eg/3NQxLt6EjJOhwB7C5D6nkrEqw t2eH+eJj7Dlny7OhuuDuVFbHrGX5XpQQybjDIxDJcPboQRQaKf0Rhb1ko3ubP4j+GHgj 2vCh+tlEb91NENPgmv/4Vd8BhKd0uezBU/gaNHJSDrNB/R1ABLAtTqcJ7eKFm2b8A/ho xrXA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=9WjV9cwV3ePRjg49bfAAY5SnEgB95CSwop3rcff2Nbc=; b=aEtAO1qhlyjQjY46ymSLpYyrh2Eon0YPjdveT1o0dJKGDDK0/CS+Yej3lvepeJ+r63 RL2crRq8q8BlZLDqmB+93vjqNgVG2DoEstX+cerNNi5VtHYmkW4F0813WyqNk4hDinTH 4w+GJ4JT5P5oq/yXkb4Pi7W0fkUuPQDtPBtiqhczNPkncBffLDmqnPPE2ai8LNpkk5Pt ZpmFy5st61LoINVx4XHDatE6lGKL1eHrTED5Bs/XZVTSMCwoPYd6eI5RpeHnkFm6Iz53 ntgdHWKzGMkoMBsGal0DETwJAXqZqL4RVgI/sZ+d2Nu2uqVYQ+KOd2yl807FmZBJ6c4m TFMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g4si7844484edb.41.2019.11.04.08.54.58; Mon, 04 Nov 2019 08:54:58 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729359AbfKDQyz (ORCPT + 26 others); Mon, 4 Nov 2019 11:54:55 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:45768 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728321AbfKDQyz (ORCPT ); Mon, 4 Nov 2019 11:54:55 -0500 Received: from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 37A604F42DF3807065D4; Tue, 5 Nov 2019 00:54:52 +0800 (CST) Received: from localhost.localdomain (10.69.192.58) by DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id 14.3.439.0; Tue, 5 Nov 2019 00:54:42 +0800 From: John Garry To: , , CC: , , , , , , John Garry Subject: [PATCH 3/3] MAINTAINERS: Add a maintainer for the HiSilicon v3xx SFC driver Date: Tue, 5 Nov 2019 00:51:37 +0800 Message-ID: <1572886297-45400-4-git-send-email-john.garry@huawei.com> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1572886297-45400-1-git-send-email-john.garry@huawei.com> References: <1572886297-45400-1-git-send-email-john.garry@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.69.192.58] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Set John Garry @ Huawei as the maintainer. Signed-off-by: John Garry --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) -- 2.17.1 diff --git a/MAINTAINERS b/MAINTAINERS index e51a68bf8ca8..6c871152934e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7410,6 +7410,12 @@ S: Supported F: drivers/scsi/hisi_sas/ F: Documentation/devicetree/bindings/scsi/hisilicon-sas.txt +HISILICON v3xx SPI NOR FLASH Controller Driver +M: John Garry +W: http://www.hisilicon.com +S: Maintained +F: drivers/spi/spi-hisi-sfc-v3xx.c + HISILICON QM AND ZIP Controller DRIVER M: Zhou Wang L: linux-crypto@vger.kernel.org