public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Will Deacon <will@kernel.org>
To: huanglei814 <huanglei814@163.com>
Cc: catalin.marinas@arm.com, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, huanglei <huanglei@kylinos.cn>
Subject: Re: [PATCH] arm64/Kconfig: introduce GENERIC_ISA_DMA
Date: Mon, 28 Oct 2024 15:05:45 +0000	[thread overview]
Message-ID: <20241028150544.GA2445@willie-the-truck> (raw)
In-Reply-To: <20241025011641.4858-1-huanglei814@163.com>

On Fri, Oct 25, 2024 at 09:16:41AM +0800, huanglei814 wrote:
> From: huanglei <huanglei@kylinos.cn>
> 
> Enable GENERIC_ISA_DMA feature on arm64 platform,
> thus, request_dma and free_dma interface can be export.
> and driver modules can use the this interfaces on arm64
> platform.
> 
> Currently, many pcie parallel port drivers still use these
> interfaces when ported to arm64 platform.

Why has it taken so long for anybody to notice?

> Signed-off-by: huanglei <huanglei@kylinos.cn>
> ---
>  arch/arm64/Kconfig | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
> index fd9df6dcc593..986eb251f68f 100644
> --- a/arch/arm64/Kconfig
> +++ b/arch/arm64/Kconfig
> @@ -367,6 +367,9 @@ config GENERIC_CSUM
>  config GENERIC_CALIBRATE_DELAY
>  	def_bool y
>  
> +config GENERIC_ISA_DMA
> +	def_bool y
> +

Does this actually do anything without MAX_DMA_CHANNELS defined?

Will


  reply	other threads:[~2024-10-28 15:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-25  1:16 [PATCH] arm64/Kconfig: introduce GENERIC_ISA_DMA huanglei814
2024-10-28 15:05 ` Will Deacon [this message]
2024-10-29  1:41   ` huanglei
2024-10-29  1:57     ` huanglei
2024-10-29 13:20     ` Will Deacon
2024-10-29 20:35       ` Arnd Bergmann

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=20241028150544.GA2445@willie-the-truck \
    --to=will@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=huanglei814@163.com \
    --cc=huanglei@kylinos.cn \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox