From patchwork Wed Oct 4 16:10:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gregory CLEMENT X-Patchwork-Id: 13408977 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 CB42CE7C4DA for ; Wed, 4 Oct 2023 16:12:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243249AbjJDQMY (ORCPT ); Wed, 4 Oct 2023 12:12:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50344 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243307AbjJDQLX (ORCPT ); Wed, 4 Oct 2023 12:11:23 -0400 Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::223]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1637D8; Wed, 4 Oct 2023 09:11:05 -0700 (PDT) Received: by mail.gandi.net (Postfix) with ESMTPSA id 0EBC760003; Wed, 4 Oct 2023 16:11:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1696435864; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wm36JSbVAUDkIx4csCo50tikiTYXJs3lG/TF9U0LJXc=; b=iFXBm38Jh0IUmcvxAckQnqBQLw/pn4Dw6yFwqjXM7p0VVng+QOlZjzNSmhjlhVEzgNDAdE Y734+xn/XEC9xqU/1VDZB9+Fiec2TwfKY0AmkZzlgh8IWKqg8SwxnADWkDRWvYFCqhRa4A zO+rs+X5aP6y8d7MhqIMAbBT/7MFf+BYnAzEs9nkXD4+DITcwKHH0bp8bZqfWHUzUt7NIW +uI7tV4VhtJnQKrW9qLwiVx6J/SZ+FMxtJRKfEes+7VYJubYj5ACtevlfD9p2u64F/BRRm tlzYpwqajKLGd58v/aX2VqwSFqh3LcPSFlABq+yON6qTNIHYFJ4FixkYZux+UQ== From: Gregory CLEMENT To: Paul Burton , Thomas Bogendoerfer , linux-mips@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Vladimir Kondratiev , Tawfik Bayouk , Alexandre Belloni , =?utf-8?q?Th=C3=A9o_Lebr?= =?utf-8?q?un?= , Thomas Petazzoni , Gregory CLEMENT Subject: [PATCH 11/11] MAINTAINERS: Add entry for Mobileye MIPS SoCs Date: Wed, 4 Oct 2023 18:10:38 +0200 Message-Id: <20231004161038.2818327-12-gregory.clement@bootlin.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20231004161038.2818327-1-gregory.clement@bootlin.com> References: <20231004161038.2818327-1-gregory.clement@bootlin.com> MIME-Version: 1.0 X-GND-Sasl: gregory.clement@bootlin.com Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org Add Vlad, Théo and myself as co-maintainers for the Mobileye MIPS SoCs. Signed-off-by: Vladimir Kondratiev Signed-off-by: Gregory CLEMENT Signed-off-by: Théo Lebrun --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 90f13281d297..6aedeab5f07c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14423,6 +14423,18 @@ W: http://palosaari.fi/linux/ Q: http://patchwork.linuxtv.org/project/linux-media/list/ F: drivers/media/dvb-frontends/mn88473* +MOBILEYE MIPS SOCS +M: Vladimir Kondratiev +M: Gregory CLEMENT +M: Théo Lebrun +L: linux-mips@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/mips/mobileye.yaml +F: arch/mips/boot/dts/mobileye/ +F: arch/mips/configs/generic/board-eyeq5.config +F: arch/mips/generic/board-epm5.its.S +F: include/dt-bindings/soc/mobileye,eyeq5.h + MODULE SUPPORT M: Luis Chamberlain L: linux-modules@vger.kernel.org