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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7A72AC2D0A3 for ; Tue, 10 Nov 2020 03:32:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 20AF220721 for ; Tue, 10 Nov 2020 03:32:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="hQ+qe2+L" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731945AbgKJDcv (ORCPT ); Mon, 9 Nov 2020 22:32:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:48680 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729451AbgKJDcv (ORCPT ); Mon, 9 Nov 2020 22:32:51 -0500 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 574AA206E3; Tue, 10 Nov 2020 03:32:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604979171; bh=m16hqRdfFO2Sb0NGQY/rDLW8dSTrGnfkfA4FEkruTqQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hQ+qe2+LPDZWHXNGkGO+DoUdU/wZOd7JdSAQ1oSpbpPItukIH8gFE78/h6jx6QrOR yAcaI/BRCbyRTW0VnpNGS5jArhbURY87lM8K4aH2DnTpY7lRR8nQZHxhW7q0RTfFYn +lZ5D0kNWmnlDs1P83bRQwBVBfVYZbGfAyOVuA5A= Date: Tue, 10 Nov 2020 11:32:44 +0800 From: Shawn Guo To: Adam Ford Cc: linux-arm-kernel@lists.infradead.org, aford@beaconembedded.com, krzk@kernel.org, Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Catalin Marinas , Will Deacon , Li Yang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH V4 1/3] dt-bindings: arm: fsl: Add beacon,imx8mn-beacon-kit Message-ID: <20201110033243.GA31601@dragon> References: <20201107144811.1977108-1-aford173@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201107144811.1977108-1-aford173@gmail.com> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, Nov 07, 2020 at 08:48:08AM -0600, Adam Ford wrote: > Add beacon,imx8mn-beacon-kit to list of compatible options. > > Signed-off-by: Adam Ford > Reviewed-by: Krzysztof Kozlowski You need to stop posting patches that have dependency not accepted yet, or explicitly mention the dependency. Series dropped. Shawn