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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BF864CD1280 for ; Tue, 26 Mar 2024 10:09:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=7qAVbjlVdiaWXnwWiA0Gjl8YMRZ2vwGnPsQE31W4O5k=; b=ZceuSqfdYJpNid T1PJ0E+6mJFEI79IvInpkb/EaStwAHm66UiwL648eWmlY1hE/arTIuOYKsiUR2YmptLgga0bM+/wd debwkzjTj1dX5u06Akb+BLG+wNxGVB+XZSbywmYzO9BgHfnJ/+KYWjses0yj2tbbKc3eP/PJA1hSo daYoMe/0fB7/jl2j5jsUdSGvrOPwCJ5xvP8NjTBUVl74AfL8Dp7Zomw8dzVP4mffPuLKhs5ko/14v 9WVRQXgvl/o4EbVahpbeHCshr2jix56vTvcqxsAMAZQbqJqjoEtxxkHl7qACcw7zJSgZrt+9HnQ5c T9NeST6iAgV6XbZM8vog==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rp3kI-00000003yUh-22Dk; Tue, 26 Mar 2024 10:09:30 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rp3k0-00000003yLu-1P97 for linux-arm-kernel@lists.infradead.org; Tue, 26 Mar 2024 10:09:18 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AEF682F4; Tue, 26 Mar 2024 03:09:39 -0700 (PDT) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A9B5B3F64C; Tue, 26 Mar 2024 03:09:04 -0700 (PDT) Date: Tue, 26 Mar 2024 10:09:02 +0000 From: Sudeep Holla To: Balint Dobszay Cc: op-tee@lists.trustedfirmware.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, jens.wiklander@linaro.org, sumit.garg@linaro.org, corbet@lwn.net, rdunlap@infradead.org, krzk@kernel.org, gyorgy.szing@arm.com, Sudeep Holla Subject: Re: [PATCH v4 5/5] MAINTAINERS: tee: tstee: Add entry Message-ID: References: <20240325151105.135667-1-balint.dobszay@arm.com> <20240325151105.135667-6-balint.dobszay@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240325151105.135667-6-balint.dobszay@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240326_030912_567124_E3C7CA8D X-CRM114-Status: GOOD ( 12.85 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Mar 25, 2024 at 04:11:05PM +0100, Balint Dobszay wrote: > Create an entry for the newly added Trusted Services TEE driver, with > Sudeep and myself as maintainers. > Acked-by: Sudeep Holla > Signed-off-by: Balint Dobszay > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index fd221a7d4d1c..eaa89feabd25 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -22470,6 +22470,15 @@ F: Documentation/ABI/testing/configfs-tsm > F: drivers/virt/coco/tsm.c > F: include/linux/tsm.h > > +TRUSTED SERVICES TEE DRIVER > +M: Balint Dobszay > +M: Sudeep Holla > +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) > +L: trusted-services@lists.trustedfirmware.org > +S: Maintained > +F: Documentation/tee/ts-tee.rst > +F: drivers/tee/tstee/ > + > TTY LAYER AND SERIAL DRIVERS > M: Greg Kroah-Hartman > M: Jiri Slaby > -- > 2.34.1 > -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel