An error occurred fetching the project authors.
- 17 Feb, 2011 1 commit
-
-
Russell King authored
This uncouple PHYS_OFFSET from the platform definitions, thereby facilitating run-time computation of the physical memory offset. Acked-by:
Nicolas Pitre <nicolas.pitre@linaro.org> Acked-by:
Viresh Kumar <viresh.kumar@st.com> Acked-by:
H Hartley Sweeten <hsweeten@visionengravers.com> Acked-by:
Magnus Damm <damm@opensource.se> Acked-by:
Tony Lindgren <tony@atomide.com> Acked-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by:
Wan ZongShun <mcuos.com@gmail.com> Acked-by:
Kukjin Kim <kgene.kim@samsung.com> Acked-by:
Eric Miao <eric.y.miao@gmail.com> Acked-by:
Jiandong Zheng <jdzheng@broadcom.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 16 Jul, 2010 1 commit
-
-
Russell King authored
Since we no longer support discontigmem, node is always zero, so remove this argument. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 15 Sep, 2009 1 commit
-
-
Nicolas Pitre authored
Due to problems at cam.org, my nico@cam.org email address is no longer valid. FRom now on, nico@fluxnic.net should be used instead. Signed-off-by:
Nicolas Pitre <nico@fluxnic.net> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
-
- 30 Nov, 2008 1 commit
-
-
Russell King authored
Both of these symbols should be defined by a platform, or neither should be defined. Ensure that all platforms conform. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 28 Nov, 2008 1 commit
-
-
Nicolas Pitre authored
Let's provide an overridable default instead of having every machine class define __virt_to_bus and __bus_to_virt to the same thing. What most platforms are using is bus_addr == phys_addr so such is the default. One exception is ebsa110 which has no DMA what so ever, so the actual definition is not important except only for proper compilation. Also added a comment about the special footbridge bus translation. Let's also remove comments alluding to set_dma_addr which is not (and should not) be commonly used. Signed-off-by:
Nicolas Pitre <nico@marvell.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 01 Oct, 2008 1 commit
-
-
Russell King authored
Tested on Assabet, and Assabet with Neponset's SDRAM at 3328M phys. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 07 Aug, 2008 1 commit
-
-
Russell King authored
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 30 Nov, 2006 1 commit
-
-
Russell King authored
Most architectures have fairly simple discontiguous memory - a simple set of successive regions each containing some memory. These can be described simply as a log2 of their maximum size, along with the base address of the first region and the number of regions. The base address is already described by PHYS_PFN_OFFSET, and the number of regions via the MAX_NUMNODES and the number of online nodes. If we then supply the log2 of their maximum size, all the other discontigmem macros can move into generic code. There is one exception: lh7a40x seems to have a more complicated setup; this is left alone. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 26 Apr, 2006 1 commit
-
-
David Woodhouse authored
Signed-off-by:
David Woodhouse <dwmw2@infradead.org>
-
- 07 Apr, 2006 1 commit
-
-
Russell King authored
FLUSH_BASE must be visible to arch/arm/mm/init.c in order for the memory region to be setup. Move these definitions from asm-arm/arch-*/hardware.h into asm-arm/arch-*/memory.h where mm stuff can see them. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 16 Nov, 2005 1 commit
-
-
Russell King authored
Unfortunately, using PAGE_SHIFT in asm/arch/memory.h is unsafe, and we can't include asm/page.h into this file because then we have a circular dependency. Move the offending code to arch/arm/common/sa1111.c instead. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 29 Oct, 2005 1 commit
-
-
Nicolas Pitre authored
Patch from Nicolas Pitre This patch allows for assorted type of cleanups by letting assembly code use the same set of defines for constant values and avoid duplicated definitions that might not always be in sync, or that might simply be confusing due to the different names for the same thing. Signed-off-by:
Nicolas Pitre <nico@cam.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 15 Sep, 2005 1 commit
-
-
Russell King authored
Platform classes need not define PFN_TO_NID when DISCONTIGMEM is not selected. Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- 16 Apr, 2005 1 commit
-
-
Linus Torvalds authored
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!
-