All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Frank Li <Frank.Li@nxp.com>
Cc: clin@suse.com, conor+dt@kernel.org, devicetree@vger.kernel.org,
	eagle.zhou@nxp.com, festevam@gmail.com, imx@lists.linux.dev,
	joy.zou@nxp.com, kernel@pengutronix.de,
	krzysztof.kozlowski+dt@linaro.org, leoyang.li@nxp.com,
	linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com,
	linux-kernel@vger.kernel.org, pierre.gondois@arm.com,
	robh+dt@kernel.org, s.hauer@pengutronix.de, shenwei.wang@nxp.com,
	sherry.sun@nxp.com
Subject: Re: [PATCH v2 0/7] arm64: dts: imx8qxp add emda support
Date: Mon, 9 Oct 2023 21:28:19 +0800	[thread overview]
Message-ID: <20231009132819.GF733979@dragon> (raw)
In-Reply-To: <20230925204913.3776656-1-Frank.Li@nxp.com>

On Mon, Sep 25, 2023 at 04:49:06PM -0400, Frank Li wrote:
> eDMAv3 patch was accepted.
> https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git/log/?h=next
> 
> This is dts parts.
> 
> Add 8qxp edma support and enable lpuart1..3 dma support.
> 
> Change from v1 to v2
> - rebase scu-pd.c to 6.6rc1
> - change "F" to "f"
> - Add 8qm edma dts change.
> - Add lpuart0 dma setting (console tty will disable dma)
> 
> Frank Li (7):
>   genpd: imx: scu-pd: fixed dma2-ch domain defination
>   arm64: dts: imx8: add edma[0..3]
>   arm64: dts: imx8: add edma for uart[0..3]
>   arm64: dts: imx8qm: Update edma channel for uart[0..3]
>   arm64: dts: imx8: update lpuart[0..3] irq number
>   arm64: dts: imx8qxp-mek: enable 8qxp lpuart2 and lpuart3
>   arm64: dts: imx8qm-mek: enable 8qm lpuart2 and lpuart3

Applied 2/7 ~ 7/7, thanks!

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Frank Li <Frank.Li@nxp.com>
Cc: clin@suse.com, conor+dt@kernel.org, devicetree@vger.kernel.org,
	eagle.zhou@nxp.com, festevam@gmail.com, imx@lists.linux.dev,
	joy.zou@nxp.com, kernel@pengutronix.de,
	krzysztof.kozlowski+dt@linaro.org, leoyang.li@nxp.com,
	linux-arm-kernel@lists.infradead.org, linux-imx@nxp.com,
	linux-kernel@vger.kernel.org, pierre.gondois@arm.com,
	robh+dt@kernel.org, s.hauer@pengutronix.de, shenwei.wang@nxp.com,
	sherry.sun@nxp.com
Subject: Re: [PATCH v2 0/7] arm64: dts: imx8qxp add emda support
Date: Mon, 9 Oct 2023 21:28:19 +0800	[thread overview]
Message-ID: <20231009132819.GF733979@dragon> (raw)
In-Reply-To: <20230925204913.3776656-1-Frank.Li@nxp.com>

On Mon, Sep 25, 2023 at 04:49:06PM -0400, Frank Li wrote:
> eDMAv3 patch was accepted.
> https://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git/log/?h=next
> 
> This is dts parts.
> 
> Add 8qxp edma support and enable lpuart1..3 dma support.
> 
> Change from v1 to v2
> - rebase scu-pd.c to 6.6rc1
> - change "F" to "f"
> - Add 8qm edma dts change.
> - Add lpuart0 dma setting (console tty will disable dma)
> 
> Frank Li (7):
>   genpd: imx: scu-pd: fixed dma2-ch domain defination
>   arm64: dts: imx8: add edma[0..3]
>   arm64: dts: imx8: add edma for uart[0..3]
>   arm64: dts: imx8qm: Update edma channel for uart[0..3]
>   arm64: dts: imx8: update lpuart[0..3] irq number
>   arm64: dts: imx8qxp-mek: enable 8qxp lpuart2 and lpuart3
>   arm64: dts: imx8qm-mek: enable 8qm lpuart2 and lpuart3

Applied 2/7 ~ 7/7, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2023-10-09 13:28 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-25 20:49 [PATCH v2 0/7] arm64: dts: imx8qxp add emda support Frank Li
2023-09-25 20:49 ` Frank Li
2023-09-25 20:49 ` [PATCH v2 1/7] genpd: imx: scu-pd: fixed dma2-ch domain defination Frank Li
2023-09-25 20:49   ` Frank Li
2023-09-25 20:49 ` [PATCH v2 2/7] arm64: dts: imx8: add edma[0..3] Frank Li
2023-09-25 20:49   ` Frank Li
2023-09-25 20:49 ` [PATCH v2 3/7] arm64: dts: imx8: add edma for uart[0..3] Frank Li
2023-09-25 20:49   ` Frank Li
2023-09-25 20:49 ` [PATCH v2 4/7] arm64: dts: imx8qm: Update edma channel " Frank Li
2023-09-25 20:49   ` Frank Li
2023-09-25 20:49 ` [PATCH v2 5/7] arm64: dts: imx8: update lpuart[0..3] irq number Frank Li
2023-09-25 20:49   ` Frank Li
2023-09-25 20:49 ` [PATCH v2 6/7] arm64: dts: imx8qxp-mek: enable 8qxp lpuart2 and lpuart3 Frank Li
2023-09-25 20:49   ` Frank Li
2023-09-25 20:49 ` [PATCH v2 7/7] arm64: dts: imx8qm-mek: enable 8qm " Frank Li
2023-09-25 20:49   ` Frank Li
2023-10-09 13:28 ` Shawn Guo [this message]
2023-10-09 13:28   ` [PATCH v2 0/7] arm64: dts: imx8qxp add emda support Shawn Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231009132819.GF733979@dragon \
    --to=shawnguo@kernel.org \
    --cc=Frank.Li@nxp.com \
    --cc=clin@suse.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=eagle.zhou@nxp.com \
    --cc=festevam@gmail.com \
    --cc=imx@lists.linux.dev \
    --cc=joy.zou@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=leoyang.li@nxp.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pierre.gondois@arm.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shenwei.wang@nxp.com \
    --cc=sherry.sun@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.