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 D7B20C61DA4 for ; Tue, 14 Mar 2023 02:47:23 +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=+6aK2XTqcGtIWY1gRQa/axnqfBnTft/8f3cnnAQ+0CI=; b=X0r9bQxrlJBGfL EbLyM405skevV4vfBf9tgnYZ/VzNvxwgk9yQ20UAMDZ757AhLVxTNhaQIF7nAqw2sQV4wutrctP7d RVcpCROCbpEnAYvwWny5AiJttdMJppM3+qLOUHrW+IqCRVt8kg2Qaf0CAeSETxIT7fItaWRvA93o8 Fvw0cyGwbEPUDP/8E6MVZAK7mT/CrBeyBfwFvbMcLYm9IRS4stvG0r4X+v84AMF9+LBe8FvB3hlao qePTAhnq6nsfQIc7+07foTZwBdPWAq3vcBYyZLqjmYMJPwQCQ0VzzVo8zqLEo5NTZfwP8q/j+8Qr0 H37uQKOilKETLlOVmzmA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pbugL-008kPb-0j; Tue, 14 Mar 2023 02:46:33 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pbugH-008kOH-KQ for linux-arm-kernel@lists.infradead.org; Tue, 14 Mar 2023 02:46:30 +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 D2EA6615A7; Tue, 14 Mar 2023 02:46:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC2A6C433D2; Tue, 14 Mar 2023 02:46:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678761988; bh=4dllyMWm4lWzU02nHN4TRbjFiPsjqPq9jzWYb8G5KwY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lsbGJXe/ypWPK/pk0ZmIbjqodx3lpjiz/BTZW1A/9iNbITuyIoyz4rGBQE/XiyN8q DwNctJgNPyL0gow06IQ90Daw+XtDfxliwHmO9Yb6mad9VlwrfZzBOFdaAQZvV6efFh hcp44F9NYjDEnRgsBiRNwcbxYd90MZyfpBMTEV1WTpVsGwCmUwEPeCMiV0TwMo5YyM DNRg8vB2Kl1Zkl38E7zxXUmYSnNNFfUpf8pTGmkAVussURv0rYaxO4XLDUIEhM/2ut 4WftVaWkYHLiW/4bADcO12XBq/eFVUbhexihqL9FJbw0IwCJGqYj4WyuiB6yjESucY oeyUUV61vXVlg== Date: Tue, 14 Mar 2023 10:46:20 +0800 From: Shawn Guo To: Sebastian Krzyszkowiak Cc: Rob Herring , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@puri.sm Subject: Re: [PATCH] arm64: dts: imx8mq: Add UART DMA support Message-ID: <20230314024620.GH143566@dragon> References: <20230221-uart-dma-v1-1-d20483bbd49d@puri.sm> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230221-uart-dma-v1-1-d20483bbd49d@puri.sm> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230313_194629_725053_2979453A X-CRM114-Status: UNSURE ( 9.58 ) 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, Feb 21, 2023 at 09:04:08AM +0100, Sebastian Krzyszkowiak wrote: > UART ports have DMA capability. Describe the UART DMA properties. > > Signed-off-by: Sebastian Krzyszkowiak Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel