Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp7708pxu; Wed, 14 Oct 2020 18:19:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw0Hr4J4RMnLQbHOCEhJ2EM8cqwq5UbqQ8GRzTFt4QN5ZK387wMZm/hz9jGXue7r4BhnJn5 X-Received: by 2002:a17:906:82ce:: with SMTP id a14mr1937076ejy.84.1602724767984; Wed, 14 Oct 2020 18:19:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1602724767; cv=none; d=google.com; s=arc-20160816; b=cMDkN47CogmzCE5UNLo7qKwheq3aJqDEfi7o+3Qnsg5y1VFAXEDerJTdr2y74A1ZSy 6hYs/is5b9wBpLzrvXxoLn/lvGBr0gIawnIa3Q1uQ/42CyVrDrheAjMFuxXzzfrhj+WM IqY59VtNRCGzsamE3RQS+hLcKZL6uWF07kUcMr3nZoYHEG9WB/KNgD4gKcEau6AjEtM6 PR3YIXYOP7Ga7Ki++IRBDRyMCPnu9gsUHUGgvC1+hsp6cSwA0ZUpvyv2eC+4bQ5I4qnx BmkZ5W1v2nQh//OweGrFlOjBcMNOZdVseLDcAtNKEiqPLYqnC4P66no6AdoRlMgxUnnN g2LA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=/5o1HZcU62qRLkNpo085Ibry+eqgLJGvth6kaL5Ud+w=; b=Y+Whwy2RGLwkJGtx0MfkeXSS34lXhN+uuPS0ScsV1VXdp5crtYN+Uiyhdwwt0hkDUU M0nzO7NCCJgZ8DMNxZ+RxNq82g0sq/sB2c5p4v+9Hui8MWBPdl2cYFskhRodeGY1bLBd qfc4hT4x+/YrndZnArCF/i1VaVtXcSEfmMin3gFSJzHyMj4nu+ShLC0slSi0gzvbaOjG JCjMAss+f9CrLenZJsTxqcwdtXbMS/aw8gs77kNd+c4yznFQrLdfE6yZW2xyskx3EJb2 AO33Vj95U8VOaHujI+2CkA51F9alkrDr832K2JHzer4TZXdZ2AuEhYZyLpuAuhQmXOrI g6+Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lt22si1109799ejb.30.2020.10.14.18.19.05; Wed, 14 Oct 2020 18:19:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731717AbgJNP5b (ORCPT + 99 others); Wed, 14 Oct 2020 11:57:31 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:1802 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727161AbgJNP51 (ORCPT ); Wed, 14 Oct 2020 11:57:27 -0400 X-IronPort-AV: E=Sophos;i="5.77,375,1596466800"; d="scan'208";a="59783592" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 15 Oct 2020 00:57:26 +0900 Received: from devel.example.org?044ree.adwin.renesas.com (unknown [10.226.36.120]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 42F09400C4E3; Thu, 15 Oct 2020 00:57:24 +0900 (JST) From: Fabrizio Castro To: Mauro Carvalho Chehab , Rob Herring , Geert Uytterhoeven Cc: Fabrizio Castro , Ramesh Shanmugasundaram , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Chris Paterson , Biju Das , Prabhakar Mahadev Lad , Laurent Pinchart Subject: [PATCH v4 1/5] MAINTAINERS: Update MAINTAINERS for Renesas DRIF driver Date: Wed, 14 Oct 2020 16:57:15 +0100 Message-Id: <20201014155719.15120-2-fabrizio.castro.jz@renesas.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201014155719.15120-1-fabrizio.castro.jz@renesas.com> References: <20201014155719.15120-1-fabrizio.castro.jz@renesas.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add Fabrizio castro and remove Ramesh Shanmugasundaram. Signed-off-by: Fabrizio Castro Reviewed-by: Laurent Pinchart Reviewed-by: Ramesh Shanmugasundaram --- v3->v4: * No change v2->v3: * Removed Ramesh Shanmugasundaram as maintainer, as suggested by Ramesh * Reworked commit title and changelog v1->v2: * No change MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9a54806ebf02..4ff8e65df4e7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10835,7 +10835,7 @@ F: drivers/media/platform/renesas-ceu.c F: include/media/drv-intf/renesas-ceu.h MEDIA DRIVERS FOR RENESAS - DRIF -M: Ramesh Shanmugasundaram +M: Fabrizio Castro L: linux-media@vger.kernel.org L: linux-renesas-soc@vger.kernel.org S: Supported -- 2.25.1