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 B20BCC433F5 for ; Thu, 23 Dec 2021 07:29:59 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2D34483494; Thu, 23 Dec 2021 08:29:56 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com 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=gmail.com header.i=@gmail.com header.b="Rvx/hK7n"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 52DA583458; Thu, 23 Dec 2021 08:29:54 +0100 (CET) Received: from mail-oi1-x235.google.com (mail-oi1-x235.google.com [IPv6:2607:f8b0:4864:20::235]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id ED344834E6 for ; Thu, 23 Dec 2021 08:29:50 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=mibodhi@gmail.com Received: by mail-oi1-x235.google.com with SMTP id be32so7587581oib.11 for ; Wed, 22 Dec 2021 23:29:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=3AHjdz2E241W0zma6mBn4iNdwP+dEX/c4v/DK3GoXHQ=; b=Rvx/hK7n/FGRr8bln2JeCAi4q5otjpA5BfCY8Sj0d7K9rG4VDvCIDfDiSdqmkJgHmU K0J0BwjKDwoYmtpdB3vdVxRUmXIjQtNH3+E+lwAMSMnsS7KUoENnzxNtWXcfWW5V1mgp s10LcduKfYJSoQWt1ML1UsK6Ba7ZI4gu0B+x5qvaHXg2mRMCIXn7tvBJPkRk0SfEWlWb 3RH/YXsFY3ismXzgFKwKmLvMZodQhuZWioqukdVez6Pko546JhuNA5LeSzvqmkbDf+WZ msvp3kBwFSSLmtu2kTCYPnDHr01lmzCDkfZhz02gj12xgximmi3AO8R/FKrD9GI+qj7n 2MOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=3AHjdz2E241W0zma6mBn4iNdwP+dEX/c4v/DK3GoXHQ=; b=ToI4YycmDgjYu+pQPDUDiM1IddpJT7fdnhC61XBXzwNn295XQZueI58Xx03uTJhC5H 5RpdJ5HOI2+zi1esRs0X9+8ps9HT9ek85NFMoEFRCE6VrxKqeWMVyN0QpdnLshCn8H5j mPuMkrmfFwFR1adV/NInpsihk1LUZTv+GFI11BIeKcMeNe0gDoEVsgX5UbyhiIbbe96f UEGTR8aCA0ncMxGtjttwofC6Ikpagu/yHiolKKToR7dOdfs9dugyyfTDkBTMzyilrXWy cC0VI/AgwkTmpIJ7JHHK+E3o+ofQYLMG0VqZvBRGoKrq+Ht+FrCl8pJBHQ++S60lVsbw s8kQ== X-Gm-Message-State: AOAM530r/JlH8dEo9dQ9FcwrCD4O61l1Gjj8mCVQX43wdVaRWmK+ZUXw ijHiLetk1lJkTi9gh+4sJn+rJZ5FLiR5FA== X-Google-Smtp-Source: ABdhPJytx7cs9pF3DQteL2tLzOLCc1V1Nt8nqgdnkPkyFN/zEAxL5GcOa9qwFumCXK/Xo5PFAcyuWA== X-Received: by 2002:a05:6808:d4d:: with SMTP id w13mr860843oik.85.1640244589625; Wed, 22 Dec 2021 23:29:49 -0800 (PST) Received: from localhost.localdomain (76-229-100-169.lightspeed.irvnca.sbcglobal.net. [76.229.100.169]) by smtp.gmail.com with ESMTPSA id g17sm842486oiy.14.2021.12.22.23.29.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 22 Dec 2021 23:29:49 -0800 (PST) From: Tony Dinh To: U-Boot Mailing List , Stefan Roese Cc: =?UTF-8?q?Marek=20Beh=FAn?= , =?UTF-8?q?Pali=20Roh=E1r?= , David Purdy , Tom Rini , Tony Dinh Subject: [PATCH v2 8/8] arm: kirkwood: Pogoplug-V4 : Add board maintainer Date: Wed, 22 Dec 2021 23:26:48 -0800 Message-Id: <20211223072649.13237-9-mibodhi@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20211223072649.13237-1-mibodhi@gmail.com> References: <20211223072649.13237-1-mibodhi@gmail.com> MIME-Version: 1.0 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 Add board maintainer for Pogoplug V4 board Signed-off-by: Tony Dinh --- (no changes since v1) board/cloudengines/pogo_v4/MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 board/cloudengines/pogo_v4/MAINTAINERS diff --git a/board/cloudengines/pogo_v4/MAINTAINERS b/board/cloudengines/pogo_v4/MAINTAINERS new file mode 100644 index 0000000000..35fd7858b7 --- /dev/null +++ b/board/cloudengines/pogo_v4/MAINTAINERS @@ -0,0 +1,6 @@ +POGO_V4 BOARD +M: Tony Dinh +S: Maintained +F: board/cloudengines/pogo_v4/ +F: include/configs/pogo_v4.h +F: configs/pogo_v4_defconfig -- 2.20.1