public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] [MTD] physmap: Add support for 64 bit resources
@ 2007-01-19  7:40 Stefan Roese
  2007-01-19 11:32 ` Lennert Buytenhek
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Roese @ 2007-01-19  7:40 UTC (permalink / raw)
  To: linux-mtd

[PATCH] [MTD] physmap: Add support for 64 bit resources

This patch adds support for 64 bit resources enabled via the
CONFIG_RESOURCES_64BIT option. Now a 64 bit can be passed to the
physmap driver.

Signed-off-by: Stefan Roese <sr@denx.de>

---
commit ae296c97b72c0dc2d2fc235ceb2a7ad1b18e1e82
tree ffed7ade867181a7aee5bda99f88a33a86cd0396
parent b194c4975c5b34440fb1efda5cb2f27c8e89132a
author Stefan Roese <sr@denx.de> Fri, 19 Jan 2007 08:38:12 +0100
committer Stefan Roese <sr@denx.de> Fri, 19 Jan 2007 08:38:12 +0100

 include/linux/mtd/map.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/mtd/map.h b/include/linux/mtd/map.h
index 28d461d..81f3a31 100644
--- a/include/linux/mtd/map.h
+++ b/include/linux/mtd/map.h
@@ -183,7 +183,7 @@ typedef union {
 struct map_info {
 	char *name;
 	unsigned long size;
-	unsigned long phys;
+	resource_size_t phys;
 #define NO_XIP (-1UL)
 
 	void __iomem *virt;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [MTD] physmap: Add support for 64 bit resources
  2007-01-19  7:40 [PATCH] [MTD] physmap: Add support for 64 bit resources Stefan Roese
@ 2007-01-19 11:32 ` Lennert Buytenhek
  0 siblings, 0 replies; 2+ messages in thread
From: Lennert Buytenhek @ 2007-01-19 11:32 UTC (permalink / raw)
  To: Stefan Roese; +Cc: linux-mtd

On Fri, Jan 19, 2007 at 08:40:04AM +0100, Stefan Roese wrote:

> [PATCH] [MTD] physmap: Add support for 64 bit resources
> 
> This patch adds support for 64 bit resources enabled via the
> CONFIG_RESOURCES_64BIT option. Now a 64 bit can be passed to the
> physmap driver.

Looks much cleaner to me.  :-)


> Signed-off-by: Stefan Roese <sr@denx.de>

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-01-19 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-19  7:40 [PATCH] [MTD] physmap: Add support for 64 bit resources Stefan Roese
2007-01-19 11:32 ` Lennert Buytenhek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox