03 Jul, 2006
1 commit
-
The irgflags consolidation did conflict with the ARM to generic IRQ
conversion and was not applied for ARM. Fix it up.Use the new IRQF_ constants and remove the SA_INTERRUPT define
Signed-off-by: Thomas Gleixner
Signed-off-by: Linus Torvalds
01 Jul, 2006
1 commit
-
Signed-off-by: Jörn Engel
Signed-off-by: Adrian Bunk
16 May, 2006
1 commit
-
Patch from Harry Fearnhamm
This patch fixes the occasional lockup seen in early boot stage
on RealView MPCore system.Signed-off-by: Harry Fearnhamm
Signed-off-by: Russell King
16 Mar, 2006
1 commit
-
Patch from Catalin Marinas
Chosing of the CLCD RGB mode is no longer possible via the SYS_CLCD
register on the RealView boards. Instead, this configuration is done in the
CLCD primecell control register directly.Signed-off-by: Catalin Marinas
Signed-off-by: Russell King
16 Feb, 2006
1 commit
-
A change to the SMP initialisation caused the following oops:
CPU1: Booted secondary processor
CPU1: D VIPT write-back cache
CPU1: I cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
CPU1: D cache: 32768 bytes, associativity 4, 32 byte lines, 256 sets
Calibrating delay loop... 83.14 BogoMIPS (lpj=415744)
Unable to handle kernel NULL pointer dereference at virtual address 0000001c
...
PC is at enqueue_task+0x1c/0x64
LR is at activate_task+0xcc/0xe4SMP initialisation now requires cpu_possible_map to be initialised in
setup_arch(). Move this from smp_prepare_cpus() to smp_init_cpus()
and call it from our setup_arch() if CONFIG_SMP is enabled.Signed-off-by: Russell King
09 Feb, 2006
1 commit
-
Patch from Catalin Marinas
Because of a type, OSC1 was used for setting the display clock instead of
OSC4. This patch fixes it.Signed-off-by: Catalin Marinas
Signed-off-by: Russell King
14 Jan, 2006
2 commits
-
The default is already 'n' so there's no need to explicitly state it.
Signed-off-by: Russell King
-
Patch from Nicolas Pitre
This field is redundent since it must be equal to PHYS_OFFSET anyway.
Now that no code uses it anymore, mark it deprecated and remove all
initializations from the tree.Signed-off-by: Nicolas Pitre
Signed-off-by: Russell King
13 Jan, 2006
1 commit
-
The arm clock semaphores are strict mutexes, convert them to the new
mutex implementationSigned-off-by: Arjan van de Ven
Signed-off-by: Russell King
09 Jan, 2006
1 commit
-
Include fixes for 2.6.14-git11. Should allow to remove sched.h from
module.h on i386, x86_64, arm, ia64, ppc, ppc64, and s390. Probably more
to come since I haven't yet checked the other archs.Signed-off-by: Tim Schmielau
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
08 Jan, 2006
1 commit
-
This is needs to be visible to other architectures using the AMBA
bus and peripherals.Signed-off-by: Russell King
07 Jan, 2006
1 commit
-
Since the ARM AMBA bus is used on MIPS as well as ARM, we need
to make the bus available for other architectures to use. Move
the AMBA include files from include/asm-arm/hardware/ to
include/linux/amba/Signed-off-by: Russell King
04 Jan, 2006
1 commit
-
It seems that clk_use() and clk_unuse() are additional complexity
which isn't required anymore. Remove them from the clock framework
to avoid the additional confusion which they cause, and update all
ARM machine types except for OMAP.Signed-off-by: Russell King
25 Nov, 2005
1 commit
-
Signed-off-by: Russell King
16 Nov, 2005
1 commit
-
Move __io_address to arch-realview/hardware.h, drop core.h from platsmp.c
and localtimer.c, and include asm/io.h where required.Signed-off-by: Russell King
09 Nov, 2005
2 commits
-
Add platform specific parts for hotplug CPU support for the
Realview board.Signed-off-by: Russell King
-
Add platform specific parts for local timer support for the
Realview board.Signed-off-by: Russell King
08 Nov, 2005
4 commits
-
Signed-off-by: Russell King
-
Until we have local timer support, we need to broadcast the
timer interrupt to the other CPUs. Also, add the missing
smp_send_timer() prototype to asm/smp.hSigned-off-by: Russell King
-
Add SMP support for the MPcore tile fitted to the Realview ARM
platform.Signed-off-by: Russell King
-
Add uniprocessor support for Realview platform fitted with the
MPcore (SMP) tile.Signed-off-by: Russell King
07 Nov, 2005
1 commit
-
Signed-off-by: Russell King
02 Nov, 2005
1 commit
-
3016/1 changed the map_desc structure to take a PFN instead of a
physical address. Fixup Realview machine support for this change.Signed-off-by: Russell King
01 Nov, 2005
1 commit
-
Signed-off-by: Russell King
31 Oct, 2005
1 commit
-
Support for RealView EB.
Signed-off-by: Catalin Marinas
Signed-off-by: Russell King