From: khc@pm.waw.pl (Krzysztof Halasa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: ixp4xx: change type of ioremap function
Date: Sat, 04 May 2013 19:44:42 +0200 [thread overview]
Message-ID: <m3sj22prlh.fsf@intrepid.localdomain> (raw)
In-Reply-To: <1367514566-30831-1-git-send-email-lauraa@codeaurora.org> (Laura Abbott's message of "Thu, 2 May 2013 10:09:26 -0700")
Laura Abbott <lauraa@codeaurora.org> writes:
> Commit cd024d4245b2bfbd824b911f11a9756d1d6c167d
> (ARM: 7704/1: mm: Use phys_addr_t properly for ioremap functions)
> changed the type of the ioremap functions to actually use phys_addr_t
> instead of unsigned long. Change the type of the arch_ioremap function
> to use phys_addr_t as well.
>
> Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
Acked-by: Krzysztof Halasa <khc@pm.waw.pl>
>
> diff --git a/arch/arm/mach-ixp4xx/common.c b/arch/arm/mach-ixp4xx/common.c
> index 1dbeb7c..659768b 100644
> --- a/arch/arm/mach-ixp4xx/common.c
> +++ b/arch/arm/mach-ixp4xx/common.c
> @@ -558,7 +558,7 @@ void ixp4xx_restart(char mode, const char *cmd)
> * fallback to the default.
> */
>
> -static void __iomem *ixp4xx_ioremap_caller(unsigned long addr, size_t size,
> +static void __iomem *ixp4xx_ioremap_caller(phys_addr_t addr, size_t size,
> unsigned int mtype, void *caller)
> {
> if (!is_pci_memory(addr))
--
Krzysztof Halasa
prev parent reply other threads:[~2013-05-04 17:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-02 17:09 [PATCH] ARM: ixp4xx: change type of ioremap function Laura Abbott
2013-05-04 17:44 ` Krzysztof Halasa [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=m3sj22prlh.fsf@intrepid.localdomain \
--to=khc@pm.waw.pl \
--cc=linux-arm-kernel@lists.infradead.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