From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.15]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 7A2DE204F86 for ; Wed, 16 Oct 2024 08:50:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729068626; cv=none; b=QQ8vbivFEXh5W6tXXVG3t2jkKZrqL4jbqwyPxpMhTWtCjiPft2tjFUPe6l+E9ZMNJ4BfKTj0ZSY2gWx/n9mm37TajIAbuhbEdNylkSiE4ZdgWgp8JvjVRF9pP1mssiXIcVK7vNscy5kT2rGTmg/D49y6JCOY0se2dIhgYFauPyM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729068626; c=relaxed/simple; bh=LtVByiWSZtHR8mgWIuhwk6J8AyO9HCJMjno04GmKUF0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NE4eeEqAoVswXbWl2s4ZH4jwbwloTr46Vk/wlYLJNQjUyycCj50KV2VD86kVyB3tFPR1m9VBnvA7X7P3oKG1vrNYo/cb7PhA1FQeD63Y7AE5PISojMAX55YiKz47Mavwer7OAfSfrXsywDdwJCRjjrSyYlrkLdYoNSRpQU2Eiwc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=J3N3M59F; arc=none smtp.client-ip=1.95.21.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="J3N3M59F" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=Po78hYeDV+J0PQFG2Fu9nvFQPh5C5GSX/UuSGg42/T0=; b=J3N3M59Fe0DM4EM7PCLZ9tvp8SzuUw7q87nZZKGo14mn6DN1n9EM6P1di3uOSO tflcMGxERAAWu2bfb1qEuNbPLfgj2q2KPlBNuFuBNhmdMHoC9CzCFaPAJoOjZP+E 053Pqy8tTIf5dEwZRDTxzfeMwvNLLlgRz1syQuZRm1OTw= Received: from dragon (unknown []) by gzsmtp1 (Coremail) with SMTP id Mc8vCgCXWNwqfg9nJTkaAA--.410S3; Wed, 16 Oct 2024 16:49:47 +0800 (CST) Date: Wed, 16 Oct 2024 16:49:45 +0800 From: Shawn Guo To: Sean Nyekjaer Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] ARM: dts: nxp: imx6ul*: add uart dma support Message-ID: References: <20240918-imx6ul-sdma-v1-0-d25abd56e65c@geanix.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240918-imx6ul-sdma-v1-0-d25abd56e65c@geanix.com> X-CM-TRANSID:Mc8vCgCXWNwqfg9nJTkaAA--.410S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUVvedUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCxB6ZWcPLTjrhwABsU On Wed, Sep 18, 2024 at 02:07:41PM +0200, Sean Nyekjaer wrote: > Sean Nyekjaer (2): > ARM: dts: nxp: imx6ul: add dma support for all uarts > ARM: dts: nxp: imx6ull: add dma support for uart8 Applied both, thanks!