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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B9F39C433F5 for ; Thu, 16 Dec 2021 14:06:59 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 11EC18304C; Thu, 16 Dec 2021 15:06:58 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1639663618; bh=FQ3FEewmIVGEq+safpILC36/9Zp5o2hTJEuIuL3SXkY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=rgvweTOzXnCa2ZRtZ+nW4S/lRrjDG386nvnIw8Mh5jiYabtk8R7+pMIjBvFGPDE1t ncd+P0OeYkTz7xgYE6dHZ27DlbhG8X3GbvjnMs5FrnjJH4QFo3BkoKveMRA+eaofM1 90zzgOSxbc1+mnMnDYZ+xpMwoNYrRGRVS1PQSvHrX6h/rIaIMQBf0tGxS9UCvVC9wq sHgOtvn/cKkc9kG48AH+Felg0pGAEPYl8AThS/3G2LxexTIsYt4R3OTXicPOIytqAc 4T+6NrOL4xgQVkghC8SNigijgM/kf2wPDpLybHHEYp1qNVtaQCju7aXACuuJ2+IEDT C6mYrKIQvLlgQ== Received: by phobos.denx.de (Postfix, from userid 109) id D4B3683040; Thu, 16 Dec 2021 15:06:55 +0100 (CET) Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [IPv6:2001:67c:2050:1::465:107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id DD88383040 for ; Thu, 16 Dec 2021 15:06:52 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:105:465:1:1:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4JFDSX2gvRzQl8C; Thu, 16 Dec 2021 15:06:52 +0100 (CET) Message-ID: <791c1325-b3c5-015e-09ed-cb0aab4fafed@denx.de> Date: Thu, 16 Dec 2021 15:06:47 +0100 MIME-Version: 1.0 Subject: Re: [PATCH u-boot-marvell 2/2] arm: mvebu: serial: Add me as co-maintainer and author of Marvell serial drivers Content-Language: en-US To: =?UTF-8?Q?Pali_Roh=c3=a1r?= Cc: u-boot@lists.denx.de References: <20211216110407.828-1-pali@kernel.org> <20211216110407.828-3-pali@kernel.org> From: Stefan Roese In-Reply-To: <20211216110407.828-3-pali@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.38 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean On 12/16/21 12:04, Pali Rohár wrote: > There is no maintainer entry for serial_mvebu_a3700.c. Add entry with Pali > and Stefan as maintainers. > > Signed-off-by: Pali Rohár Acked-by: Stefan Roese Reviewed-by: Stefan Roese Thanks, Stefan > --- > MAINTAINERS | 7 +++++++ > drivers/serial/serial_mvebu_a3700.c | 1 + > 2 files changed, 8 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 378afd92393d..245310657354 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -284,6 +284,13 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git > F: drivers/pci/pci-aardvark.c > F: drivers/pci/pci_mvebu.c > > +ARM MARVELL SERIAL DRIVERS > +M: Pali Rohár > +M: Stefan Roese > +S: Maintained > +T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git > +F: drivers/serial/serial_mvebu_a3700.c > + > ARM MARVELL PXA > M: Marek Vasut > S: Maintained > diff --git a/drivers/serial/serial_mvebu_a3700.c b/drivers/serial/serial_mvebu_a3700.c > index 728f4af62fd8..1e1d39e70a37 100644 > --- a/drivers/serial/serial_mvebu_a3700.c > +++ b/drivers/serial/serial_mvebu_a3700.c > @@ -1,6 +1,7 @@ > // SPDX-License-Identifier: GPL-2.0+ > /* > * Copyright (C) 2016 Stefan Roese > + * Copyright (C) 2021 Pali Rohár > */ > > #include > Viele Grüße, Stefan Roese -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr@denx.de