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 0D180C433F5 for ; Sat, 18 Dec 2021 13:49:48 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2A02280F94; Sat, 18 Dec 2021 14:49:46 +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=1639835386; bh=qLf9pIIGPy96mXqCUQrqP2rXxbBpCGLjAnnNxRlVWf0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=qXcY/+/unTcQYQpSnNoHuyZnBtoU+RP0ceS5DSKzD1Kv6P0q9oK7jFXjOS7O94BOz Q1s1h58nU1I7h73qNPCq3yxG1QG8MJc3roVtJ/tltZOqpz7KfCw4IiLzzGTEoN9YEN JqVerSPawV9p50jsx+/QsBBiPB1hkX8DM2Cx994lzYjQzVUy/d8W18ZvP2kxsllDie qlDU9fwee+QUhOhRhGnlsjCad3ao7yT/LfEiGrJ6DGzS4NWI+d52KH1/kRSAMxV6WJ F4wx/vjdNGVAMOMzJccL3fSoj9zRp4C3RlMyiJCmIHue9GreMc9wWqNqaFPYXJz+/e l0nzNXIYTWaGw== Received: by phobos.denx.de (Postfix, from userid 109) id 6566482FE0; Sat, 18 Dec 2021 14:49:44 +0100 (CET) Received: from mout-u-204.mailbox.org (mout-u-204.mailbox.org [91.198.250.253]) (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 EEBEC80202 for ; Sat, 18 Dec 2021 14:49:41 +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 smtp202.mailbox.org (unknown [91.198.250.118]) (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-204.mailbox.org (Postfix) with ESMTPS id 4JGRzn47TtzQjbj; Sat, 18 Dec 2021 14:49:41 +0100 (CET) Message-ID: <1d8dce58-6dee-8bef-5806-d08e7e51c2d5@denx.de> Date: Sat, 18 Dec 2021 14:49:37 +0100 MIME-Version: 1.0 Subject: Re: [PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and 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> From: Stefan Roese In-Reply-To: <20211216110407.828-1-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: > Hello Stefan! > > I did big cleanup of Marvell PCIe and serial drivers and I'm sending these > two patches which adds me as author and co-maintainer of these two drivers. > > Pali Rohár (2): > arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe > drivers > arm: mvebu: serial: Add me as co-maintainer and author of Marvell > serial drivers > > MAINTAINERS | 16 +++++++++++++++- > drivers/pci/pci-aardvark.c | 1 + > drivers/pci/pci_mvebu.c | 1 + > drivers/serial/serial_mvebu_a3700.c | 1 + > 4 files changed, 18 insertions(+), 1 deletion(-) > Applied to u-boot-marvell/next Thanks, Stefan