From: patchwork-bot+linux-soc@kernel.org
To: Emil Renner Berthing <kernel@esmil.dk>
Cc: soc@kernel.org
Subject: Re: [PATCH -next] reset: starfive-jh7100: Fix 32bit compilation
Date: Mon, 20 Dec 2021 14:30:12 +0000 [thread overview]
Message-ID: <164001061238.9073.2567888580372956795.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211220121800.760846-1-kernel@esmil.dk>
Hello:
This patch was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Mon, 20 Dec 2021 13:17:59 +0100 you wrote:
> We need to include linux/io-64-nonatomic-lo-hi.h or readq/writeq won't
> be defined when compiling on 32bit architectures:
>
> On i386:
>
> ../drivers/reset/reset-starfive-jh7100.c: In function ‘jh7100_reset_update’:
> ../drivers/reset/reset-starfive-jh7100.c:81:10: error: implicit declaration of function ‘readq’; did you mean ‘readl’? [-Werror=implicit-function-declaration]
> value = readq(reg_assert);
> ^~~~~
> ../drivers/reset/reset-starfive-jh7100.c:86:2: error: implicit declaration of function ‘writeq’; did you mean ‘writel’? [-Werror=implicit-function-declaration]
> writeq(value, reg_assert);
> ^~~~~~
>
> [...]
Here is the summary with links:
- [-next] reset: starfive-jh7100: Fix 32bit compilation
https://git.kernel.org/soc/soc/c/299e6f788eab
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-12-20 14:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-20 12:17 [PATCH -next] reset: starfive-jh7100: Fix 32bit compilation Emil Renner Berthing
2021-12-20 14:30 ` patchwork-bot+linux-soc [this message]
2021-12-21 1:56 ` Randy Dunlap
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=164001061238.9073.2567888580372956795.git-patchwork-notify@kernel.org \
--to=patchwork-bot+linux-soc@kernel.org \
--cc=kernel@esmil.dk \
--cc=soc@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