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 2DD28C433F5 for ; Thu, 16 Dec 2021 11:04:50 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id D66428303C; 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=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="MIB0lpB8"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id E7A658303A; Thu, 16 Dec 2021 12:04:45 +0100 (CET) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (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 31D4F804C8 for ; Thu, 16 Dec 2021 12:04:43 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 2AA5561D43; Thu, 16 Dec 2021 11:04:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6CD6BC36AE5; Thu, 16 Dec 2021 11:04:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639652680; bh=vb2PpbOkt7mXbrispqvl5zeyfvmtq2xpO7qI1Sjwq70=; h=From:To:Cc:Subject:Date:From; b=MIB0lpB8Mu64RTdLxyM6vjpTiSXPENWppr0LAej89ACebzcn/lZCeAV7kcBYw0Z4V 36uGkxu2o3HfI76NoJT0iF/nkjCa+03EVRgs1zdQrjWlF5HRpU/UvLxhb39ZuNFQNP upZhlaUSOM+DS3dA+yVAOWOIQl5aBrwBqdtSzKPJ5orozBUuaHLyDVOrHdO0n+3Zct lZBUl4+dxT+SU/5uYKybe/fJZomRfakT/6k6ZIM3lZSs16I10MY8xSEYgWJEJ5E8sb YFpdz7HctRQ/Vfi7f/w80TlNlxhvUQeeQz4tptT2v5fs7cTVYaYMwAdVGhzQs+c5td O2koQv7d1AnWQ== Received: by pali.im (Postfix) id BED0381F; Thu, 16 Dec 2021 12:04:37 +0100 (CET) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese Cc: u-boot@lists.denx.de Subject: [PATCH u-boot-marvell 0/2] arm: mvebu: Add maintainer entries for Marvell PCIe and serial drivers Date: Thu, 16 Dec 2021 12:04:05 +0100 Message-Id: <20211216110407.828-1-pali@kernel.org> X-Mailer: git-send-email 2.20.1 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 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(-) -- 2.20.1