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 E1D18C43219 for ; Thu, 16 Dec 2021 11:05:05 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D4B13804C8; Thu, 16 Dec 2021 12:04:56 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="rTGJfKpl"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 034268304A; Thu, 16 Dec 2021 12:04:54 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 2749680031 for ; Thu, 16 Dec 2021 12:04:47 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BDD50B8237B; Thu, 16 Dec 2021 11:04:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6AE32C36AE2; Thu, 16 Dec 2021 11:04:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639652685; bh=hxS+8EvGorjqQUDB4aprKeLXpLE0i5DvxWcUaOMpLBs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rTGJfKple27fszpl1lAUwFzPnt0f9oXBGm0u4cEkwO5svtffx3cy42af0VfLgoaaQ 3vp5aPqm/wSJgrk1Dwa97DsA/ai4FAJId+h8VA7uUkDqYG37XNUT4sR8RIOAhT4NAs Hrwbh7PZJiY4MHa6GnEG8zmU/TtQKhEpBjzdlOTn9qGFA3PB63XiZLKeuGLgV0R9IB xrQdrxMuCGK3dTP1zDOysvI8UGfDHrSLXHcMQPHghs5siRWWLJCZbno+S/F4D7AeYy tSZXrh2aiUKA05y3uhkHd/GZoaNakYI9/XjdbJTMaTNNfnKgErQ0uhczeOYYgb7/qT B2ySpmDgPu9Tw== Received: by pali.im (Postfix) id 33B8281F; Thu, 16 Dec 2021 12:04:43 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese Cc: u-boot@lists.denx.de Subject: [PATCH u-boot-marvell 1/2] arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe drivers Date: Thu, 16 Dec 2021 12:04:06 +0100 Message-Id: <20211216110407.828-2-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211216110407.828-1-pali@kernel.org> References: <20211216110407.828-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 There is no maintainer entry for pci-aardvark.c. Add entry for pci-aardvark.c and pci_mvebu.c with Pali and Stefan as maintainers. Signed-off-by: Pali Rohár --- MAINTAINERS | 9 ++++++++- drivers/pci/pci-aardvark.c | 1 + drivers/pci/pci_mvebu.c | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 90666ce376cd..378afd92393d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -273,10 +273,17 @@ F: drivers/ata/ahci_mvebu.c F: drivers/ddr/marvell/ F: drivers/gpio/mvebu_gpio.c F: drivers/spi/kirkwood_spi.c -F: drivers/pci/pci_mvebu.c F: drivers/pci/pcie_dw_mvebu.c F: drivers/watchdog/orion_wdt.c +ARM MARVELL PCIE CONTROLLER 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/pci/pci-aardvark.c +F: drivers/pci/pci_mvebu.c + ARM MARVELL PXA M: Marek Vasut S: Maintained diff --git a/drivers/pci/pci-aardvark.c b/drivers/pci/pci-aardvark.c index c1b0fd1829cb..0b228e56229f 100644 --- a/drivers/pci/pci-aardvark.c +++ b/drivers/pci/pci-aardvark.c @@ -21,6 +21,7 @@ * * Author: Victor Gu * Hezi Shahmoon + * Pali Rohár * */ diff --git a/drivers/pci/pci_mvebu.c b/drivers/pci/pci_mvebu.c index fe97c0e08d6a..ac7d40e01709 100644 --- a/drivers/pci/pci_mvebu.c +++ b/drivers/pci/pci_mvebu.c @@ -7,6 +7,7 @@ * Ported to U-Boot by: * Anton Schubert * Stefan Roese + * Pali Rohár */ #include -- 2.20.1