* [PATCH] hamradio: drop ISA_DMA_API dependency
@ 2023-04-17 20:50 Arnd Bergmann
2023-04-19 12:20 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2023-04-17 20:50 UTC (permalink / raw)
To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
Cc: Arnd Bergmann, netdev, linux-kernel
From: Arnd Bergmann <arnd@arndb.de>
It looks like the dependency got added accidentally in commit a553260618d8
("[PATCH] ISA DMA Kconfig fixes - part 3"). Unlike the previously removed
dmascc driver, the scc driver never used DMA.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
drivers/net/hamradio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/hamradio/Kconfig b/drivers/net/hamradio/Kconfig
index a9c44f08199d..a94c7bd5db2e 100644
--- a/drivers/net/hamradio/Kconfig
+++ b/drivers/net/hamradio/Kconfig
@@ -47,7 +47,7 @@ config BPQETHER
config SCC
tristate "Z8530 SCC driver"
- depends on ISA && AX25 && ISA_DMA_API
+ depends on ISA && AX25
help
These cards are used to connect your Linux box to an amateur radio
in order to communicate with other computers. If you want to use
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hamradio: drop ISA_DMA_API dependency
2023-04-17 20:50 [PATCH] hamradio: drop ISA_DMA_API dependency Arnd Bergmann
@ 2023-04-19 12:20 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2023-04-19 12:20 UTC (permalink / raw)
To: Arnd Bergmann; +Cc: davem, edumazet, kuba, pabeni, arnd, netdev, linux-kernel
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:
On Mon, 17 Apr 2023 22:50:55 +0200 you wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> It looks like the dependency got added accidentally in commit a553260618d8
> ("[PATCH] ISA DMA Kconfig fixes - part 3"). Unlike the previously removed
> dmascc driver, the scc driver never used DMA.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
>
> [...]
Here is the summary with links:
- hamradio: drop ISA_DMA_API dependency
https://git.kernel.org/netdev/net/c/fcd4843a19d5
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-19 12:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17 20:50 [PATCH] hamradio: drop ISA_DMA_API dependency Arnd Bergmann
2023-04-19 12:20 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).