From patchwork Mon May 22 13:47:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 13250556 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 BDDE1C77B75 for ; Mon, 22 May 2023 13:48:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233362AbjEVNsP (ORCPT ); Mon, 22 May 2023 09:48:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57150 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233665AbjEVNsN (ORCPT ); Mon, 22 May 2023 09:48:13 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B932103; Mon, 22 May 2023 06:48:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1684763289; x=1716299289; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=MI+SHbBzxOfh2VLB/C4yAm6Ar2ylsaQKIV0IU+oq5e4=; b=CaqQ2zCfCbUDnzQlZOmRVSgvbsc30TyY7W/Bfb4ILD0sd4ynfDfT7vcT URnkPGIdatpamD2++YdH14V6xeUn0cc1aQKfTH5WjEqjL67IoKNU6sNor aH2zCiNgUSoNtGJdYNZdMS9HEIOAiowIuSk0zlPMroIBsuHTJYmfLTUnM HYrukZ933akrpcFipUdE+6G3vzZPxZi3ljbHEK7qRoW29M/buB0N10+WU qlao+ptDOZz+2CzRbL0P1pp4WgisHQbDkaKclBiCyjxqPULkfanEWUx5R 6qgxiIu2MacA9reVd8lFFB3R/o4PHfOt2D1DieDqpqE44ppdp0J++4QZX A==; X-IronPort-AV: E=Sophos;i="6.00,184,1681196400"; d="scan'208";a="214338461" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa3.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 22 May 2023 06:48:09 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Mon, 22 May 2023 06:48:08 -0700 Received: from ROU-LT-M43238L.microchip.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Mon, 22 May 2023 06:48:07 -0700 From: To: , , CC: , , , , Balamanikandan Gunasundar , "Nicolas Ferre" Subject: [PATCH] MAINTAINERS: Orphan the OV7740 driver Date: Mon, 22 May 2023 15:47:51 +0200 Message-ID: <20230522134751.30489-1-nicolas.ferre@microchip.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org From: Nicolas Ferre Wenyou's email is bouncing, remove him from this camera driver's entry and mark it as orphan. Signed-off-by: Nicolas Ferre --- Wenyou, all, If you want to take this driver, please don't hesitate to update this patch for a better maintenance. My only concern is the @microchip.com email address bouncing. Best regards, Nicolas MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e0ad886d3163..bae9c7591144 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15577,9 +15577,8 @@ F: drivers/media/i2c/ov772x.c F: include/media/i2c/ov772x.h OMNIVISION OV7740 SENSOR DRIVER -M: Wenyou Yang L: linux-media@vger.kernel.org -S: Maintained +S: Orphan T: git git://linuxtv.org/media_tree.git F: Documentation/devicetree/bindings/media/i2c/ov7740.txt F: drivers/media/i2c/ov7740.c