All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@codeaurora.org>
To: Laura Abbott <lauraa@codeaurora.org>
Cc: David Brown <davidb@codeaurora.org>,
	Daniel Walker <dwalker@fifo99.com>,
	linux-arm-msm@vger.kernel.org
Subject: Re: [PATCH] ARM: msm: Change type of ioremap function
Date: Thu, 02 May 2013 10:26:46 -0700	[thread overview]
Message-ID: <5182A1D6.7070809@codeaurora.org> (raw)
In-Reply-To: <1367514708-30868-1-git-send-email-lauraa@codeaurora.org>

On 05/02/13 10:11, Laura Abbott wrote:
> 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: Stephen Boyd <sboyd@codeaurora.org>

>
> diff --git a/arch/arm/mach-msm/common.h b/arch/arm/mach-msm/common.h
> index ce8215a..421cf77 100644
> --- a/arch/arm/mach-msm/common.h
> +++ b/arch/arm/mach-msm/common.h
> @@ -23,7 +23,7 @@ extern void msm_map_msm8x60_io(void);
>  extern void msm_map_msm8960_io(void);
>  extern void msm_map_qsd8x50_io(void);
>  
> -extern void __iomem *__msm_ioremap_caller(unsigned long phys_addr, size_t size,
> +extern void __iomem *__msm_ioremap_caller(phys_addr_t phys_addr, size_t size,
>  					  unsigned int mtype, void *caller);
>  
>  extern struct smp_operations msm_smp_ops;
> diff --git a/arch/arm/mach-msm/io.c b/arch/arm/mach-msm/io.c
> index 123ef9c..fd65b6d 100644
> --- a/arch/arm/mach-msm/io.c
> +++ b/arch/arm/mach-msm/io.c
> @@ -172,7 +172,7 @@ void __init msm_map_msm7x30_io(void)
>  }
>  #endif /* CONFIG_ARCH_MSM7X30 */
>  
> -void __iomem *__msm_ioremap_caller(unsigned long phys_addr, size_t size,
> +void __iomem *__msm_ioremap_caller(phys_addr_t phys_addr, size_t size,
>  				   unsigned int mtype, void *caller)
>  {
>  	if (mtype == MT_DEVICE) {


-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation

      reply	other threads:[~2013-05-02 17:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-02 17:11 [PATCH] ARM: msm: Change type of ioremap function Laura Abbott
2013-05-02 17:26 ` Stephen Boyd [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=5182A1D6.7070809@codeaurora.org \
    --to=sboyd@codeaurora.org \
    --cc=davidb@codeaurora.org \
    --cc=dwalker@fifo99.com \
    --cc=lauraa@codeaurora.org \
    --cc=linux-arm-msm@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.