login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2010
»
December
»
15
Re: [PATCH 2/7] msm: Physical offset for MSM8960
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Sergei Shtylyov
Subject:
Re: [PATCH 2/7] msm: Physical offset for MSM8960
Date: Wednesday, December 15, 2010 - 6:17 am
Hello. On 15-12-2010 6:49, Stepan Moskovchenko wrote:
quoted text
> Add the physical memory offset value for the Qualcomm > MSM8960 chip.
quoted text
> Signed-off-by: Stepan Moskovchenko<stepanm@codeaurora.org>
[...]
quoted text
> diff --git a/arch/arm/mach-msm/include/mach/memory.h b/arch/arm/mach-msm/include/mach/memory.h > index 070e17d..014bbd3 100644 > --- a/arch/arm/mach-msm/include/mach/memory.h > +++ b/arch/arm/mach-msm/include/mach/memory.h > @@ -25,6 +25,8 @@ > #define PHYS_OFFSET UL(0x00200000) > #elif defined(CONFIG_ARCH_MSM8X60) > #define PHYS_OFFSET UL(0x40200000) > +#elif defined(CONFIG_ARCH_MSM8960) > +#define PHYS_OFFSET UL(0x40200000)
Why not: -#elif defined(CONFIG_ARCH_MSM8X60) +#elif defined(CONFIG_ARCH_MSM8X60) || defined(CONFIG_ARCH_MSM8960) WBR, Sergei --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/7] msm: Support for Qualcomm MSM8960
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 2/7] msm: Physical offset for MSM8960
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 3/7] msm: irqs-8960: Interrupt map for MSM8960
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 4/7] msm: Board file for MSM8960 simulator
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 5/7] msm: timer: Timer support for MSM8960
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 6/7] msm: Makefile cleanup
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
[PATCH 7/7] msm: Build support for the MSM8960 target
, Stepan Moskovchenko
, (Tue Dec 14, 8:49 pm)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Sergei Shtylyov
, (Wed Dec 15, 6:17 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, David Brown
, (Wed Dec 15, 6:55 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Daniel Walker
, (Wed Dec 15, 7:40 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Arnd Bergmann
, (Wed Dec 15, 8:31 am)
Re: [PATCH 7/7] msm: Build support for the MSM8960 target
, Arnd Bergmann
, (Wed Dec 15, 8:34 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, David Brown
, (Wed Dec 15, 8:35 am)
Re: [PATCH 4/7] msm: Board file for MSM8960 simulator
, Arnd Bergmann
, (Wed Dec 15, 8:36 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, David Brown
, (Wed Dec 15, 8:38 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Arnd Bergmann
, (Wed Dec 15, 9:40 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Steve Muckle
, (Wed Dec 15, 10:53 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Daniel Walker
, (Wed Dec 15, 10:55 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Steve Muckle
, (Wed Dec 15, 11:07 am)
Re: [PATCH 2/7] msm: Physical offset for MSM8960
, Daniel Walker
, (Wed Dec 15, 11:21 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, David Brown
, (Wed Dec 15, 3:03 pm)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Arnd Bergmann
, (Wed Dec 15, 3:37 pm)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, David Brown
, (Thu Dec 16, 5:16 pm)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Arnd Bergmann
, (Fri Dec 24, 6:29 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Nicolas Pitre
, (Sat Dec 25, 9:04 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, David Brown
, (Sat Dec 25, 11:40 am)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Russell King - ARM Linux
, (Sun Jan 2, 5:33 pm)
Re: [PATCH 1/7] msm: io: I/O register definitions for MSM8960
, Nicolas Pitre
, (Sun Jan 2, 6:04 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Paul Turner
[tg_shares_up rewrite v4 11/11] sched: update tg->shares after cpu.shares write
Mr. James W. Laferriere
Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'
Chuck Ebbert
Re: PCI: Unable to reserve mem region problem
Mingming Cao
Re: [RFC 1/4] Large Blocksize support for Ext2/3/4
Linus Torvalds
Linux 2.6.34-rc4
git
:
Ralf Wildenhues
[PATCH] Fix typos in the documentation
Adeodato
Bazaar's patience diff as GIT_EXTERNAL_DIFF
Johannes Schindelin
Re: [PATCH 2/4] Add functions get_relative_cwd() and is_inside_dir()
Len Brown
Re: fatal: unable to create '.git/index': File exists
Denis Bueno
Git clone error
git-commits-head
:
Linux Kernel Mailing List
ASoC: fix registration of the SoC card in the Freescale MPC8610 drivers
Linux Kernel Mailing List
drivers/acpi: use kasprintf
Linux Kernel Mailing List
nfsd41: sanity check client drc maxreqs
Linux Kernel Mailing List
bnx2x: Moving includes
Linux Kernel Mailing List
V4L/DVB: gspca - sonixj: Adjust minor values of sensor ov7630. - set the color ga...
openbsd-misc
:
Sevan / Venture37
Re: This is what Linus Torvalds calls openBSD crowd
Netmaffia.hu
Tini Lányok AKCIÓBAN OTTHON
Sam Fourman Jr.
Re: Help with Altell PC6700
Siju George
This is what Linus Torvalds calls openBSD crowd
Darrin Chandler
Re: OT: Python (was Re: vi in /bin)
linux-netdev
:
Kurt Van Dijck
Re: [PATCH net-next-2.6 1/2] can: add driver for Softing card
Eric Dumazet
Re: [PATCH net-next-2.6] net: Introduce skb_orphan_try()
Jamie Lokier
Re: POHMELFS high performance network filesystem. Transactions, failover, performa...
David Miller
Re: [PATCH v2] net: typos in comments in include/linux/igmp.h
Ursula Braun
[patch 0/1] remove header_ops bug in qeth driver
Colocation donated by:
Syndicate