From patchwork Sat May 4 00:08:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryan O'Donoghue X-Patchwork-Id: 1095090 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="guPY6+qP"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 44wqC20pM2z9sBb for ; Sat, 4 May 2019 10:10:22 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id BEDDFC21D9A; Sat, 4 May 2019 00:09:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 95130C21E1D; Sat, 4 May 2019 00:08:45 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 307C6C21E16; Sat, 4 May 2019 00:08:37 +0000 (UTC) Received: from mail-ed1-f68.google.com (mail-ed1-f68.google.com [209.85.208.68]) by lists.denx.de (Postfix) with ESMTPS id 79646C21DF8 for ; Sat, 4 May 2019 00:08:34 +0000 (UTC) Received: by mail-ed1-f68.google.com with SMTP id g57so7973363edc.12 for ; Fri, 03 May 2019 17:08:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=ULBPqOEkvSWxUvCh/NJALXgRc74/Zsk+5AoDGtUenwc=; b=guPY6+qPgZnkAOchfFFgV3A51HH2wMGTGomLKomTrhNyEAf7df6wI/p+T97eZy5AEI 9/5gwMl9PXRdGKG9yVV02fCEWwMGyC1J5KOu3AESyUF8Dp3Qk10MVzLHQNJS1ZH10d31 tA/ypqUiogvcdB8Q3M+50HCqtnto50lAABQw0YXAol7yQ968NJc3mW0D9Klh4TbRg/G2 JRiPBW9AUfJ64p1NSUF3OSt4aB39i3+kXr08PEZFNwKP4Gb+YihSlfN1EzfEsfkOjW4g xS8XHCr1O77J8iW+HrcXjvyC7nnbZemjFtDRvAHYYmXIwVCtwPq0FkrwEvvjTUkNDtZK BO+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ULBPqOEkvSWxUvCh/NJALXgRc74/Zsk+5AoDGtUenwc=; b=CdBtZlkjSyZYoFH+I1pE481GtzdKZ2X8V8FHJrY9HVwXeIh9A51MKUzTQ1RvDuSH+S 3R9danFclkfItGcDzcsjsCu8d+cKg2NW3KnCCf5J89UqRjSPCw5LJ+8AZfPZvQ7coxXe Wkxy4oagNQWRmuaS9OhbMrPRJD5lTi218steYMMIym2bdN65PqI3s3oCXYrNFupBXBQE KMHhKfOQOZWbKK9Aivt9ymvEGvsTUcx6tIx4Z0By2eEbq5VqabwubSjihmYlyYfWBf6l 0eU4AYoBunSVZ3RDgsAqZfWMNx1slcu8fm8+y36BlGOOBbXNxeqyLMpnLrgRxaBh/3CY RYZw== X-Gm-Message-State: APjAAAWpeJi2uUMI5DQ30t4Jm1hXp1kwZqlJsv8VM97DeLO+evgKqOd+ 5EJD//qyBQWZ0qRDjpLKYo0mFg== X-Google-Smtp-Source: APXvYqzRnopRrHAVr6H3g+qgvwfuVgAcUDIqzljOHUpWXyYgKdMXEgSa2qyoeTrDIBoMpsYhlXChbw== X-Received: by 2002:a50:b621:: with SMTP id b30mr11678284ede.231.1556928514229; Fri, 03 May 2019 17:08:34 -0700 (PDT) Received: from event-horizon.net ([80.111.179.123]) by smtp.gmail.com with ESMTPSA id z4sm509815ejm.8.2019.05.03.17.08.33 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 May 2019 17:08:33 -0700 (PDT) From: Bryan O'Donoghue To: trini@konsulko.com, sbabic@denx.de, jens.wiklander@linaro.org, rpjday@crashcourse.ca, fabio.estevam@nxp.com, rui.silva@linaro.org, u-boot@lists.denx.de Date: Sat, 4 May 2019 01:08:26 +0100 Message-Id: <20190504000826.3618-5-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190504000826.3618-1-bryan.odonoghue@linaro.org> References: <20190504000826.3618-1-bryan.odonoghue@linaro.org> MIME-Version: 1.0 Subject: [U-Boot] [PATCH v2 4/4] MAINTAINERS: Update lib/optee with my details X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Commit 32ce6179fb99 ("optee: Add lib entries for sharing OPTEE code across ports") adds code into lib/optee but neglects to update MAINTAINERS to make me buggable for questions and maintenance. Signed-off-by: Bryan O'Donoghue Suggested-by: Jens Wiklander --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 09f31cd483..ee97c0fe28 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -761,6 +761,11 @@ F: drivers/tee/ F: include/tee.h F: include/tee/ +TEE-lib +M: Bryan O'Donoghue +S: Maintained +F: lib/optee + UBI M: Kyungmin Park M: Heiko Schocher