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 57514C4167B for ; Wed, 6 Dec 2023 00:50:10 +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=d13UBliQFrsrUlIetwLvinX3iJNHOYBYhWsAxBroyFQ=; b=shTrMTxcZnySSu 4/Ke+VwAV1S1pa+4QolpyueEfyE9SryzNgXPbP4z9zf/HliWJaqN0bVTImrQH7ghU3mZk5037DnIE U+FwZV6satvtXdyALXcl9RcrGBt6EiRlfEOejg4rCsgq+Ao0PxAgbMG1Y4bRekKCq1QRdUGps9Iak ka0spOM8x6W1d1zovGOKpNIAh4q3OJBua271vPSdPGNp6DR2aQhJav1PKGUiuqY9I6IZRTKog3sCg GY9BLBqGDrhDim7Dx6OE0UH5yxPS3zl81unJE8gabuY5wIjLOVQIZtXqCPjVvI5a7FKlRo8rFVyMD B8NGhlCb+Y84JKxYQwbA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rAg6e-008jhk-37; Wed, 06 Dec 2023 00:49:40 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rAg6c-008jgx-0a for linux-arm-kernel@lists.infradead.org; Wed, 06 Dec 2023 00:49:39 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id B05A2CE1857; Wed, 6 Dec 2023 00:49:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 50153C433C7; Wed, 6 Dec 2023 00:49:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701823775; bh=pUu4T3RbOJaOKyAMtNvfnPVIR42cAMmezEVLe9JyB84=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aHTIQAtRxJiPRpOd2KeyUjX5PjjvR55c5TBr2iQXmoa7iz7uBueLGZKKzV0hleHO0 mT1dYbxsrbxBmFBVBjjCmyk1snX2Yjfl1qthNlLJ4pnNLbj5gmgKfRX5MtMu+SfSsd //58K6OvzCzM1gbAR2zxQs71srtrpgkznfdVBa2xj6u94Ijg9y9SAWI+CVmUx+sB/N IZIS81OUlhpFdAY6YGJoycTqCMqLwoMXI1UuY8nRiZrJOis9+DedAqLgX7WxJHim6u CLZpxac3v7/djnrJgcSVp/Tlbr9F2Fb5BgN6j0nCY3PB5pfTZb7/3aN4n8EdD/JhFo RP5peYgT0r7hg== Date: Wed, 6 Dec 2023 08:49:28 +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 v5 0/3] board: imx8mn-rve-gateway: add support for RVE gateway board Message-ID: <20231206004928.GJ236001@dragon> References: <20231205150814.344883-1-hugo@hugovil.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231205150814.344883-1-hugo@hugovil.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231205_164938_456639_52906456 X-CRM114-Status: UNSURE ( 6.57 ) X-CRM114-Notice: Please train this message. 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 Tue, Dec 05, 2023 at 10:08:11AM -0500, Hugo Villeneuve wrote: > Hugo Villeneuve (3): > dt-bindings: vendor-prefixes: add rve > dt-bindings: arm: fsl: add RVE gateway board > arm64: dts: freescale: introduce rve-gateway board Applied all, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel