From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A05BC77B73 for ; Wed, 19 Apr 2023 06:33:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231597AbjDSGdk (ORCPT ); Wed, 19 Apr 2023 02:33:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231186AbjDSGdh (ORCPT ); Wed, 19 Apr 2023 02:33:37 -0400 Received: from mx07-00178001.pphosted.com (mx07-00178001.pphosted.com [185.132.182.106]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 103373A91 for ; Tue, 18 Apr 2023 23:33:35 -0700 (PDT) Received: from pps.filterd (m0288072.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 33J3RJOg029283; Wed, 19 Apr 2023 08:33:21 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=a0RVjPGvpysGmWlyXSCna47YoJUj9XxG6nPGImDZEYA=; b=VmAmt6magGC8NPXgyiA5BUEjHaYu3egaY58FimfZUpadFCe9cJGOaVaWeknsSLRgdKNr 2FjP0/4azw5TZM8uG3S/bI1p5NulakcqIBmuoX+DRsztabZjODf68hspAtL6YEUcU+Qm 51g8QIAgZHAhjjFcGTUgVFwg7z3oEUmH2bhfQKHoDO0Gs1oiaHSdL0YMzJcxjcnbiVkW HfFdbMsotkIFJq64ANCtBWrw1u/JDwTUoWZTy20Xu0Y/Ku8kZnPrTGAvRDjZYF2lOfyN GLNzHEafNZM+RsRsVeEw5/10ADT0ugxboH33L1xMKVeHxl/bfPTwsEzAtX5y1qXcCcS3 rg== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3q1qf7f6ax-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 19 Apr 2023 08:33:21 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 52197100034; Wed, 19 Apr 2023 08:33:21 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id 3629720FA4B; Wed, 19 Apr 2023 08:33:21 +0200 (CEST) Received: from [10.201.21.26] (10.201.21.26) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Wed, 19 Apr 2023 08:33:20 +0200 Message-ID: Date: Wed, 19 Apr 2023 08:33:20 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH] MAINTAINERS: Update Alain Volmat's email address for drm/sti Content-Language: en-US To: Alain Volmat , , CC: , References: <20230416202747.62479-1-avolmat@me.com> From: Patrice CHOTARD In-Reply-To: <20230416202747.62479-1-avolmat@me.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.26] X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-19_03,2023-04-18_01,2023-02-09_01 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alain On 4/16/23 22:27, Alain Volmat wrote: > Update my email address for maintainer of the STi DRM driver. > > Signed-off-by: Alain Volmat > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0e64787aace8..3cec7ad72389 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6952,7 +6952,7 @@ F: Documentation/devicetree/bindings/display/rockchip/ > F: drivers/gpu/drm/rockchip/ > > DRM DRIVERS FOR STI > -M: Alain Volmat > +M: Alain Volmat > L: dri-devel@lists.freedesktop.org > S: Maintained > T: git git://anongit.freedesktop.org/drm/drm-misc Reviewed-by: Patrice Chotard Thanks Patrice