From: patchwork-bot+netdevbpf@kernel.org
To: Arnd Bergmann <arnd@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, arnd@arndb.de,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dmascc: add CONFIG_VIRT_TO_BUS dependency
Date: Tue, 28 Sep 2021 12:20:07 +0000 [thread overview]
Message-ID: <163283160708.2416.15922633509363078589.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210927141529.1614679-1-arnd@kernel.org>
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Mon, 27 Sep 2021 16:15:24 +0200 you wrote:
> From: Arnd Bergmann <arnd@arndb.de>
>
> Many architectures don't define virt_to_bus() any more, as drivers
> should be using the dma-mapping interfaces where possible:
>
> In file included from drivers/net/hamradio/dmascc.c:27:
> drivers/net/hamradio/dmascc.c: In function 'tx_on':
> drivers/net/hamradio/dmascc.c:976:30: error: implicit declaration of function 'virt_to_bus'; did you mean 'virt_to_fix'? [-Werror=implicit-function-declaration]
> 976 | virt_to_bus(priv->tx_buf[priv->tx_tail]) + n);
> | ^~~~~~~~~~~
> arch/arm/include/asm/dma.h:109:52: note: in definition of macro 'set_dma_addr'
> 109 | __set_dma_addr(chan, (void *)__bus_to_virt(addr))
> | ^~~~
>
> [...]
Here is the summary with links:
- dmascc: add CONFIG_VIRT_TO_BUS dependency
https://git.kernel.org/netdev/net/c/05e97b3d33cb
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2021-09-28 12:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-27 14:15 [PATCH] dmascc: add CONFIG_VIRT_TO_BUS dependency Arnd Bergmann
2021-09-28 12:20 ` patchwork-bot+netdevbpf [this message]
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=163283160708.2416.15922633509363078589.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=arnd@arndb.de \
--cc=arnd@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@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