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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8A2A4CE79AB for ; Wed, 20 Sep 2023 09:48:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:References :In-Reply-To:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=SCeixR09WIuKFzCt2ol4OAlA9xxbhgWWG3I/8I0IBnY=; b=0nPDba4LjQfXh3 UmJRGb1gV3h38o1kxbavUU0oSTCq+gsWKyDbCbLUuNWFo13QUAVIoEiivEYdq3qRAtgOTGMEeHM9N ELn+YPSSyuoKP2qN11HJI2lRosnWftlXd/kufLUdnhVjfp0ZWwFX2e5hGwPYQysApgSI/tq8eXcL9 MzrBESMURAHuPY/p/l3zSUNxTbgiJGAwxaY6rVpqD6N0/iuwnqHpehVUvNKmnjOA0JrOFVUh/QUQw wo4iSpH7IKUbnBX5oT2y8fyKVO9fx/af2neZcfdMtc2CspkW6TCH5S2mlaC6XhdaDSbDRfJkZQkvh NwYCrwjAENtaGbp+DwtQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qitoV-002VFs-1s; Wed, 20 Sep 2023 09:48:07 +0000 Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qitoS-002VEe-2m for linux-arm-kernel@lists.infradead.org; Wed, 20 Sep 2023 09:48:06 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 88E671C000B; Wed, 20 Sep 2023 09:47:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1695203280; 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: in-reply-to:in-reply-to:references:references; bh=IA4WLlvkMqmNqXdDac+G3m7vIHHqX9F+9GNYax6y8fQ=; b=hi72pEcK8zlBRyl0qdUKn8ZHmrqcOtfMLeRBbBed39s64kYU67R6UyQs/bGo/FQXU1oCdf 4l/hBylRcSsvBsRH5SGb2TVnHyGg4R6UvPIde+Cw64loJyFs7fVx2D6l4w9BwaoA2iQDIB 4BsAKr3cRdfd2knz9nykrVR7C9acgiypp3JIMwLxmySOmcdm9EWPXW5EiokrWeS6aeM5F9 CWhJX8Itvnkb2eupAHa+cvYvh1/o3fy0DO5Bz1gXVyp9dssI1H+XRUwLTm+bZTGcdsKZnr yJsF72x6O85zDKu5NvapmGJvfgl27jAO+XxZvc0MjhyvIOCGtC+g8xOpquV6+w== From: Gregory CLEMENT To: Robert Marko , andrew@lunn.ch, sebastian.hesselbarth@gmail.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: luka.perkov@sartura.hr, Robert Marko Subject: Re: [PATCH 2/2] MAINTAINERS: uDPU: add remaining Methode boards In-Reply-To: <20230914095236.1601639-2-robert.marko@sartura.hr> References: <20230914095236.1601639-1-robert.marko@sartura.hr> <20230914095236.1601639-2-robert.marko@sartura.hr> Date: Wed, 20 Sep 2023 11:47:58 +0200 Message-ID: <87bkdxfa5t.fsf@BL-laptop> MIME-Version: 1.0 X-GND-Sasl: gregory.clement@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230920_024805_034381_5EFE8F12 X-CRM114-Status: GOOD ( 11.63 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Robert Marko writes: > Methode also has eDPU which is based on uDPU, so add eDPU as well > as the common uDPU DTSI. > > Signed-off-by: Robert Marko Applied on mvebu/fixes Thanks, Gregory > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e0c4cf40cbb8..5bec4bcf8386 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13875,7 +13875,8 @@ F: drivers/staging/media/meson/vdec/ > METHODE UDPU SUPPORT > M: Robert Marko > S: Maintained > -F: arch/arm64/boot/dts/marvell/armada-3720-uDPU.dts > +F: arch/arm64/boot/dts/marvell/armada-3720-eDPU.dts > +F: arch/arm64/boot/dts/marvell/armada-3720-uDPU.* > > MHI BUS > M: Manivannan Sadhasivam > -- > 2.41.0 > -- Gregory Clement, Bootlin Embedded Linux and Kernel engineering http://bootlin.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel