From patchwork Thu Oct 24 02:05:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "(Exiting) Baolin Wang" X-Patchwork-Id: 11208145 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 889E9913 for ; Thu, 24 Oct 2019 02:06:00 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 155BE20679 for ; Thu, 24 Oct 2019 02:05:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="FjquxF+o" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 155BE20679 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+707+1554929+3438807@linux.kernel.org X-Received: by 127.0.0.2 with SMTP id 066cYY1556264xit6qF5XPMR; Wed, 23 Oct 2019 19:05:59 -0700 X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mx.groups.io with SMTP id smtpd.web12.1159.1571882759306811110 for ; Wed, 23 Oct 2019 19:05:59 -0700 X-Received: by mail.kernel.org (Postfix) id CAAF82086D; Thu, 24 Oct 2019 02:05:58 +0000 (UTC) X-Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A6E1620679 for ; Thu, 24 Oct 2019 02:05:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A6E1620679 X-Received: by mail-pf1-f194.google.com with SMTP id x127so14080994pfb.7 for ; Wed, 23 Oct 2019 19:05:58 -0700 (PDT) X-Gm-Message-State: EnQsfFHbleSSu2MDL0abf1Hhx1554929AA= X-Google-Smtp-Source: APXvYqy3USe+tw1G80ZfxrTnh6puU0Uahh6n0QZWoj5S+kT2l2RC5bEHRYhf2wTcVEKQNpxsmBxclg== X-Received: by 2002:aa7:9a0c:: with SMTP id w12mr14337523pfj.81.1571882758201; Wed, 23 Oct 2019 19:05:58 -0700 (PDT) X-Received: from baolinwangubtpc.spreadtrum.com ([117.18.48.82]) by smtp.gmail.com with ESMTPSA id v9sm24093974pfe.109.2019.10.23.19.05.54 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 23 Oct 2019 19:05:57 -0700 (PDT) From: Baolin Wang To: Linuxkernel+Patchwork-Soc via Email Integration Cc: olof@lixom.net, arm@kernel.org, linux-arm-kernel@lists.infradead.org, orsonzhai@gmail.com, baolin.wang@linaro.org, baolin.wang7@gmail.com, zhang.lyra@gmail.com, linux-kernel@vger.kernel.org, soc@kernel.org Subject: [PATCH v2] MAINTAINERS: Update the Spreadtrum SoC maintainer Date: Thu, 24 Oct 2019 10:05:10 +0800 Message-Id: Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1571882759; bh=nvDT71qK1jQOWwtrdwOnDdLMFP3GTbG72/wVQvTBseA=; h=Cc:Date:From:Reply-To:Subject:To; b=FjquxF+oJhSaF2tK2+FO8fzV6Il0v98UgA3zxIuewq92dnjEMPVE2iwjtLmbWZjLZZ+ 1rTzbuCHuUZtvgNNuqqmb3meL0xjtY7ly04T1U3mou6xZiuYDv3G4Yb7FY2AMXAsIXkJP 27Q7yyQeW31vjYEPvWkARev8FIwaORVOKWE= Change my email address, and add more Spreadtrum SC27xx series PMIC drivers to maintain. Signed-off-by: Baolin Wang --- Changes from v1: - Add a regex pattern instead of listing each of sc27xx drivers. - Update the commit message. --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 55199ef..228b386 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2327,11 +2327,13 @@ F: drivers/edac/altera_edac. ARM/SPREADTRUM SoC SUPPORT M: Orson Zhai -M: Baolin Wang +M: Baolin Wang M: Chunyan Zhang S: Maintained F: arch/arm64/boot/dts/sprd N: sprd +N: sc27xx +N: sc2731 ARM/STI ARCHITECTURE M: Patrice Chotard