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 4B348C4332F for ; Thu, 14 Dec 2023 02:50:45 +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=WwPatKtutWEME+CXDkLhLAtzuq9/xqu31B0afrnCiM8=; b=3rJebYcoQhtAQW A4C3Sm7VP0UtA2cI86EPaTI6i549CZoAS89ntx8k9tG5ZR3BcEzN3qzq70P38CxfGIGOdwDfgVYvK ovYrB9HbM0oEQ+YMRiKCYgrHhpbtu/itL9U1qbhP/juQ769f99TpZ4a356lnzs79iftnxQtBrUVJ4 ry7aT3dWtTEYP3R4griW4d21bjB+d6XZob9dMit6HnraB6MUAss1qvND/nmRJ7wRVguO2cX2Rngbu 8P34FUfbINbqdrDh4WnmOiTt2BAMVzi1zX4DTSrfSGkeybyvR93PPRVYH8CAYLH08UTPYSH4w2jmr pstOuFAYvPCR/MRbe0fQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDbnm-00GYhR-1c; Thu, 14 Dec 2023 02:50:18 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rDbnk-00GYgq-1U for linux-arm-kernel@lists.infradead.org; Thu, 14 Dec 2023 02:50:17 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id E37866202E; Thu, 14 Dec 2023 02:50:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0E458C433C7; Thu, 14 Dec 2023 02:50:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702522215; bh=Nd9u1k7UI6o8ADnIXkQDc+MUCqxbS3DKHxdC2rMfDYc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bi3XAIDEmU1Zaq7JpEPUscbyhBCJ7zjw7Wb1/ujl+qRQKfLRS9gbIJ3XNvqJCKTgc Wtg2c0Sn6MrPn7MlAzcfeOsyy0S3Y+f1PZ2Id3Wjr1ODgEY3me/wX8rqs8M1hmHx/j o+/mVai3wKOXk1NExrgO8IMeron1BNdKxmYlZhkzOE8q6vaqPQbWwOVXheb8kgHB98 mklO03Iu2vDskCfwNEEMsfoxf1CJRr+N5+NSnidGjGS1Mzzkov+csk521eNSSkDCth +fzH3SFvxiQ1khXlnnJeGbtGogdSmA6H9++cESwPEWLeP8HsH/UeJTepRWgN+THvqd 8b/3YhRa23K5g== Date: Thu, 14 Dec 2023 10:50:09 +0800 From: Shawn Guo To: Hugo Villeneuve Cc: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, leoyang.li@nxp.com, robh@kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Hugo Villeneuve Subject: Re: [PATCH v2 0/3] board: imx8mn-dimonoff-gateway-evk: add support for Dimonoff gateway EVK board Message-ID: <20231214025009.GB270430@dragon> References: <20231207150519.1264808-1-hugo@hugovil.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231207150519.1264808-1-hugo@hugovil.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231213_185016_567057_E749D31E X-CRM114-Status: GOOD ( 11.28 ) 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, Dec 07, 2023 at 10:05:16AM -0500, Hugo Villeneuve wrote: > From: Hugo Villeneuve > > Hello, > this patch series add support for the Dimonoff gateway EVK board. > > Based on shawnguo/for-next branch. > > Thank you. > > Link: [v1] https://lore.kernel.org/all/20231206160303.33185-1-hugo@hugovil.com/ > > Changes for V2: > - Add Krzysztof Acked-by tag > - Wrap lines at 80 columns in dts > - Remove company name from compatible property > > Hugo Villeneuve (3): > dt-bindings: vendor-prefixes: add dimonoff > dt-bindings: arm: fsl: add Dimonoff gateway EVK board > arm64: dts: freescale: introduce dimonoff-gateway-evk board Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel