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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6C833C77B6E for ; Wed, 12 Apr 2023 08:01:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229846AbjDLIBd (ORCPT ); Wed, 12 Apr 2023 04:01:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229708AbjDLIBa (ORCPT ); Wed, 12 Apr 2023 04:01:30 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AD1345BB6 for ; Wed, 12 Apr 2023 01:01:19 -0700 (PDT) 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 3F6F962F0C for ; Wed, 12 Apr 2023 08:01:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DC2B0C433D2; Wed, 12 Apr 2023 08:01:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1681286478; bh=w+fDHyGA2Dx4oxvOT8Xypp7j8bq//woB4d7hUqvw0wM=; h=Date:Subject:To:References:From:In-Reply-To:From; b=DXjoKmjeo/8qDoEBcA/LmoTNuFI7f/8M5ZckdmqoHa0Fx2s7YwhSK96dC6NePLX6s C/clA+Rt88k4rosxKJ+mzUm8LwMbbeoa5hRbdoT2x6+5LyyRhzMxqXV+tyYt/lqpar bUY6ytc/sb9S3/XzoWhRW4SGpOYqsH+tngSCL5gowBWK3blaqPyLiYx/0gDQWbFsay bODCfTT79AFGbHxfb88BxICeAK3jmZ5+WwHNjpva3OuWRkPaWo3k+xiZO9vZwuNE65 uFDGxT8KofmCRXMylNzOkwm65Atacim4/3DehkUY5HPlJpM0+2GTXUcRKXcvYPXlGa dTZ+6JLZCPufQ== Message-ID: Date: Wed, 12 Apr 2023 10:01:13 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [NXP ELE-MUAP 1/7] doc: device tree binding addition for ele MU To: Pankaj Gupta , shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, gaurav.jain@nxp.com, sahil.malhotra@nxp.com, aisheng.dong@nxp.com, V.Sethi@nxp.com References: <20230411162536.30604-1-pankaj.gupta@nxp.com> <20230411162536.30604-2-pankaj.gupta@nxp.com> Content-Language: en-US From: Krzysztof Kozlowski In-Reply-To: <20230411162536.30604-2-pankaj.gupta@nxp.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/04/2023 18:25, Pankaj Gupta wrote: > Documentation update with addition of new device tree > for NXP ele-mu (Edgelock Enclave Message Unit), driver. > > Signed-off-by: Pankaj Gupta > --- > .../bindings/arm/freescale/fsl,ele_mu.yaml | 90 +++++++++++++++++++ > .../devicetree/bindings/mailbox/fsl,muap.txt | 89 ++++++++++++++++++ I have troubles understanding what this patch is about. And to whom. You missed several mailing lists, wrong subject prefix, bindings in TXT are not accepted. Maybe it is not for Linux kernel, then it is fine. If this was for Linux kernel, then just NAK. Please follow Linux kernel submission process. Best regards, Krzysztof