All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Guo <shawnguo@kernel.org>
To: Frank Li <Frank.Li@nxp.com>
Cc: joy.zou@nxp.com, shenwei.wang@nxp.com, sherry.sun@nxp.com,
	clin@suse.com, conor+dt@kernel.org, devicetree@vger.kernel.org,
	eagle.zhou@nxp.com, festevam@gmail.com, imx@lists.linux.dev,
	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
Subject: Re: [PATCH 1/5] firmware: imx: scu-pd: added missing edma channel power domain
Date: Mon, 25 Sep 2023 08:27:32 +0800	[thread overview]
Message-ID: <20230925002732.GT7231@dragon> (raw)
In-Reply-To: <20230822155333.2261262-2-Frank.Li@nxp.com>

On Tue, Aug 22, 2023 at 11:53:29AM -0400, Frank Li wrote:
> There are more power resources for dma channel at 8qxp and 8qm.
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>

Could you rebase on v6.6-rc1?

Shawn

> ---
>  drivers/firmware/imx/scu-pd.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/firmware/imx/scu-pd.c b/drivers/firmware/imx/scu-pd.c
> index 84b673427073..7d80eabd7941 100644
> --- a/drivers/firmware/imx/scu-pd.c
> +++ b/drivers/firmware/imx/scu-pd.c
> @@ -121,9 +121,11 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
>  	{ "audio-pll1", IMX_SC_R_AUDIO_PLL_1, 1, false, 0 },
>  	{ "audio-clk-0", IMX_SC_R_AUDIO_CLK_0, 1, false, 0 },
>  	{ "audio-clk-1", IMX_SC_R_AUDIO_CLK_1, 1, false, 0 },
> -	{ "dma0-ch", IMX_SC_R_DMA_0_CH0, 16, true, 0 },
> +	{ "dma0-ch", IMX_SC_R_DMA_0_CH0, 32, true, 0 },
>  	{ "dma1-ch", IMX_SC_R_DMA_1_CH0, 16, true, 0 },
> -	{ "dma2-ch", IMX_SC_R_DMA_2_CH0, 5, true, 0 },
> +	{ "dma2-ch-0", IMX_SC_R_DMA_2_CH0, 5, true, 0 },
> +	{ "dma2-ch-1", IMX_SC_R_DMA_2_CH5, 27, true, 0 },
> +	{ "dma3-ch", IMX_SC_R_DMA_3_CH0, 32, true, 0 },
>  	{ "asrc0", IMX_SC_R_ASRC_0, 1, false, 0 },
>  	{ "asrc1", IMX_SC_R_ASRC_1, 1, false, 0 },
>  	{ "esai0", IMX_SC_R_ESAI_0, 1, false, 0 },
> -- 
> 2.34.1
> 

WARNING: multiple messages have this Message-ID (diff)
From: Shawn Guo <shawnguo@kernel.org>
To: Frank Li <Frank.Li@nxp.com>
Cc: joy.zou@nxp.com, shenwei.wang@nxp.com, sherry.sun@nxp.com,
	clin@suse.com, conor+dt@kernel.org, devicetree@vger.kernel.org,
	eagle.zhou@nxp.com, festevam@gmail.com, imx@lists.linux.dev,
	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
Subject: Re: [PATCH 1/5] firmware: imx: scu-pd: added missing edma channel power domain
Date: Mon, 25 Sep 2023 08:27:32 +0800	[thread overview]
Message-ID: <20230925002732.GT7231@dragon> (raw)
In-Reply-To: <20230822155333.2261262-2-Frank.Li@nxp.com>

On Tue, Aug 22, 2023 at 11:53:29AM -0400, Frank Li wrote:
> There are more power resources for dma channel at 8qxp and 8qm.
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>

Could you rebase on v6.6-rc1?

Shawn

> ---
>  drivers/firmware/imx/scu-pd.c | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/firmware/imx/scu-pd.c b/drivers/firmware/imx/scu-pd.c
> index 84b673427073..7d80eabd7941 100644
> --- a/drivers/firmware/imx/scu-pd.c
> +++ b/drivers/firmware/imx/scu-pd.c
> @@ -121,9 +121,11 @@ static const struct imx_sc_pd_range imx8qxp_scu_pd_ranges[] = {
>  	{ "audio-pll1", IMX_SC_R_AUDIO_PLL_1, 1, false, 0 },
>  	{ "audio-clk-0", IMX_SC_R_AUDIO_CLK_0, 1, false, 0 },
>  	{ "audio-clk-1", IMX_SC_R_AUDIO_CLK_1, 1, false, 0 },
> -	{ "dma0-ch", IMX_SC_R_DMA_0_CH0, 16, true, 0 },
> +	{ "dma0-ch", IMX_SC_R_DMA_0_CH0, 32, true, 0 },
>  	{ "dma1-ch", IMX_SC_R_DMA_1_CH0, 16, true, 0 },
> -	{ "dma2-ch", IMX_SC_R_DMA_2_CH0, 5, true, 0 },
> +	{ "dma2-ch-0", IMX_SC_R_DMA_2_CH0, 5, true, 0 },
> +	{ "dma2-ch-1", IMX_SC_R_DMA_2_CH5, 27, true, 0 },
> +	{ "dma3-ch", IMX_SC_R_DMA_3_CH0, 32, true, 0 },
>  	{ "asrc0", IMX_SC_R_ASRC_0, 1, false, 0 },
>  	{ "asrc1", IMX_SC_R_ASRC_1, 1, false, 0 },
>  	{ "esai0", IMX_SC_R_ESAI_0, 1, false, 0 },
> -- 
> 2.34.1
> 

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

  reply	other threads:[~2023-09-25  0:27 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-22 15:53 [PATCH 0/5] arm64: dts: imx8qxp add emda support Frank Li
2023-08-22 15:53 ` Frank Li
2023-08-22 15:53 ` [PATCH 1/5] firmware: imx: scu-pd: added missing edma channel power domain Frank Li
2023-08-22 15:53   ` Frank Li
2023-09-25  0:27   ` Shawn Guo [this message]
2023-09-25  0:27     ` Shawn Guo
2023-08-22 15:53 ` [PATCH 2/5] arm64: dts: imx8: add edma[0..3] Frank Li
2023-08-22 15:53   ` Frank Li
2023-09-25  0:29   ` Shawn Guo
2023-09-25  0:29     ` Shawn Guo
2023-08-22 15:53 ` [PATCH 3/5] arm64: dts: imx8: Add edma for uart[1..3] Frank Li
2023-08-22 15:53   ` Frank Li
2023-08-22 15:53 ` [PATCH 4/5] arm64: dts: imx8: update lpuart[0..3] irq number Frank Li
2023-08-22 15:53   ` Frank Li
2023-08-22 15:53 ` [PATCH 5/5] arm64: dts: imx8qxp-mek: enable 8qxp lpuart2 and lpuart3 Frank Li
2023-08-22 15:53   ` Frank Li

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=20230925002732.GT7231@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.