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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9123C05027 for ; Mon, 6 Feb 2023 21:04:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229711AbjBFVEy (ORCPT ); Mon, 6 Feb 2023 16:04:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57438 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229525AbjBFVEx (ORCPT ); Mon, 6 Feb 2023 16:04:53 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E5F6B2122; Mon, 6 Feb 2023 13:04:52 -0800 (PST) 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 803EB60FD7; Mon, 6 Feb 2023 21:04:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0679CC433EF; Mon, 6 Feb 2023 21:04:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675717491; bh=NXRTdKyGaWu5Gd/N3pJTWe7dq1iBPYNjSH8sVO6+kLw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k8jfGduYoZC1zhjywJHDzazSWyQiTMPt93VDKyB8dk4qsoEfSbL690LJHJ2uV1nrk XxdQ8zeEsQ9vKAtrvt3VJkpws8CscuIK5elzU+6kIT6tHnYRaW3xTs5xXNl6HCoTvk BWsiw3uiKcVI8LIAFoUFGUaWwHW8mUMycIkP8FAEw0gbbUo5jfNfPseZx0+Rq/BZ0v mbIPBuH9dxfdqnrRKZL1iEIscTyvUEx4aKhNKRCdD1S4nOIxZlNElIdrqN6i8OsOzi ranE5HiPcaYeo5empK5SkT5QoH4pNJpMWJR2XCu7yvTBVL0InlkqWjYtRAq0hQt7W+ lGr7Sq8iA9HdA== Date: Mon, 6 Feb 2023 13:07:06 -0800 From: Bjorn Andersson To: Vladimir Zapolskiy Cc: Krzysztof Kozlowski , Herbert Xu , Thara Gopinath , Bhupesh Sharma , Rob Herring , Konrad Dybcio , Andy Gross , "David S. Miller" , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-crypto@vger.kernel.org Subject: Re: [PATCH v8 2/9] MAINTAINERS: Add qcom-qce dt-binding file to QUALCOMM CRYPTO DRIVERS section Message-ID: <20230206210706.pzcfttqqkjvhh74j@ripper> References: <20230202135036.2635376-1-vladimir.zapolskiy@linaro.org> <20230202135036.2635376-3-vladimir.zapolskiy@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230202135036.2635376-3-vladimir.zapolskiy@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Thu, Feb 02, 2023 at 03:50:29PM +0200, Vladimir Zapolskiy wrote: > From: Bhupesh Sharma > > Add the entry for 'Documentation/devicetree/bindings/crypto/qcom-qce.yaml' > to the appropriate section for 'QUALCOMM CRYPTO DRIVERS' in > MAINTAINERS file. > > Cc: Bjorn Andersson Reviewed-by: Bjorn Andersson > Signed-off-by: Bhupesh Sharma > Signed-off-by: Vladimir Zapolskiy > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 590bcd047a7f..5530f07d1c31 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17196,6 +17196,7 @@ M: Thara Gopinath > L: linux-crypto@vger.kernel.org > L: linux-arm-msm@vger.kernel.org > S: Maintained > +F: Documentation/devicetree/bindings/crypto/qcom-qce.yaml > F: drivers/crypto/qce/ > > QUALCOMM EMAC GIGABIT ETHERNET DRIVER > -- > 2.33.0 >