All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cristian Stoica <cristian.stoica@freescale.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: <horia.geanta@freescale.com>, <linuxppc-dev@lists.ozlabs.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2] powerpc: support sizes greater than an unsigned long
Date: Thu, 11 Jun 2015 19:10:36 +0300	[thread overview]
Message-ID: <5579B2FC.4010008@freescale.com> (raw)
In-Reply-To: <20150611153835.GB5058@kroah.com>

On 06/11/2015 06:38 PM, Greg KH wrote:
> On Thu, Jun 11, 2015 at 05:42:00PM +0300, Cristian Stoica wrote:
> 
> Why?
> 

This patch matches the input argument "size" of ioremap() with the output of request_mem_region() (which is
resource_size_t).
Since the latter is used as input to the former, the types should match (even though mapping more than 4G is not usually
expected). There are a lot of such differences in the code and this is an attempt to reduce that.

Cristian S.

  reply	other threads:[~2015-06-11 16:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-14 16:24 [PATCH] powerpc: support sizes greater than an unsigned long Cristian Stoica
2015-05-14 16:24 ` Cristian Stoica
2015-05-15  9:44 ` [PATCH v2] " Cristian Stoica
2015-05-15  9:44   ` Cristian Stoica
2015-06-11 14:42   ` Cristian Stoica
2015-06-11 15:38     ` Greg KH
2015-06-11 16:10       ` Cristian Stoica [this message]
2015-06-11 16:17         ` Greg KH
2015-06-11 21:27         ` Scott Wood
2015-06-12  7:53           ` Cristian Stoica

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=5579B2FC.4010008@freescale.com \
    --to=cristian.stoica@freescale.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=horia.geanta@freescale.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.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.