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 DC441C76196 for ; Thu, 6 Apr 2023 08:36:04 +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=W1cMqCT6u4p0JXr0iMDrrb1jcznzv9Bm2bk4E+EwgyE=; b=D++E86IVDTP3id K8KtgpoaQAQGCNA9JSVGHLI4GAFN3qpDKQSxRunV/Z2mOqJuHy6tWyvH9RGVMDinunPcN3lOjXBPr 69kbLdkpX/8bYYTMYk6WlqxOQl4GHPjzYAw844oivPwgpOgQr4b7wGy7ZesAzZX0bj6FiIx0062Nx xTby7ZofaI/bKluVNyMKHybKtaPmLBN9LLQfP8txyM64z+xus/NupxuzCXHfUgndeX7XcsSrxJH5z vFyDaj3UGzVlg9wJq1Mb/NGKxLvhLcryx0zHPwVcs3gYLFwQzlQ7RKootSK2dNXhI4i94U0czT31J TB9TECgeJ9DCax+DCLDg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pkL5T-006lzK-0h; Thu, 06 Apr 2023 08:35:19 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pkL5Q-006lyg-2F for linux-arm-kernel@lists.infradead.org; Thu, 06 Apr 2023 08:35:17 +0000 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 4508464050; Thu, 6 Apr 2023 08:35:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D9311C4339B; Thu, 6 Apr 2023 08:35:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680770116; bh=Zkl1SAF2jiZ0x2hUitryKkJuiooLlMB7T1GbAHUkwIU=; h=Date:From:To:List-Id:Cc:Subject:References:In-Reply-To:From; b=l7AZ/I8cPIbGh1CT2SKy01cccX6FY6oftd+pIRdrPbcnBs5gbwqdELeu59hdHKfsp d8QtRsD8MEgj/ArdFohdlf2xgytQjRtqVxzHweqyhYU4jmvyzoFuzfL141nu/56RpE t/7gN7xNe1w5DiNo1/0GFJQvxHl+NYs2yWIVkFk87OKNXGNembcUYyVik6eCYgyIwx XgcTb5CxRd3E+tbgfXOJDCxiAwsHFH41GZPazPXXE28vSJ9YJLOQ/Pfjd+phNOi52x ngTUJz9ol+cwIP8+zTCRlaalQ1ar3MNGJRwzu/OAB1F6IWX51WWc2hmdCS4IX03ATO zywOREMbjIMkA== Date: Thu, 6 Apr 2023 16:35:02 +0800 From: Shawn Guo To: Stefan Wahren Cc: Stefan Wahren , Rob Herring , Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Evgeniy Polyakov , Sascha Hauer , Fabio Estevam , linux-imx@nxp.com, soc@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH V5 4/6] dt-bindings: ARM: fsl: Add chargebyte Tarragon Message-ID: <20230406083502.GA129227@dragon> References: <20230404080243.9613-1-stefan.wahren@chargebyte.com> <20230404080243.9613-5-stefan.wahren@chargebyte.com> <20230406014631.GL11367@dragon> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230406_013516_772468_1CEADD15 X-CRM114-Status: GOOD ( 13.29 ) 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 Thu, Apr 06, 2023 at 08:57:01AM +0200, Stefan Wahren wrote: > Hi, > > Am 06.04.23 um 03:46 schrieb Shawn Guo: > > On Tue, Apr 04, 2023 at 10:02:41AM +0200, Stefan Wahren wrote: > > > This adds the compatibles for the chargebyte Tarragon boards. > > > > > > Signed-off-by: Stefan Wahren > > > Acked-by: Krzysztof Kozlowski > > > > Applied 4 ~ 6, thanks! > > thanks a lot. > > What happens to patch 2 & 3? > > Who take care of them? I guess the patches need to be applied through w1 subsystem. Greg seems taking care of it from git history. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel