linux/arch/arm/mach-msm
Daniel Walker bcd72c3e0a msm: fix debug-macro.S build failure
Originally there was an ifdef case to handle when no debug uart
was selected. In commit 0ea1293009
that case was removed which causes the following build failure,

linux-2.6/arch/arm/kernel/debug.S: Assembler messages:
linux-2.6/arch/arm/kernel/debug.S:174: Error: bad instruction `addruart r1,r2'
linux-2.6/arch/arm/kernel/debug.S:176: Error: bad instruction `waituart r2,r3'
linux-2.6/arch/arm/kernel/debug.S:177: Error: bad instruction `senduart r1,r3'
linux-2.6/arch/arm/kernel/debug.S:178: Error: bad instruction `busyuart r2,r3'
linux-2.6/arch/arm/kernel/debug.S:190: Error: bad instruction `addruart r1,r2'

This is a partial revert to add back the case which was removed with
two caveats. First the API for the addruart macro was updated, and
the new addruart case now return 0xfff00000 so that a know IO mapping
is created instead of a random one.

Cc: Jeremy Kerr <jeremy.kerr@canonical.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Jason Wang <jason77.wang@gmail.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Nicolas Pitre <nico@fluxnic.net>
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
2010-10-29 15:56:04 -07:00
..
include/mach msm: fix debug-macro.S build failure 2010-10-29 15:56:04 -07:00
acpuclock-arm11.c Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msm 2010-08-12 10:07:32 -07:00
acpuclock.h arm: msm: add cpu frequency controls 2010-05-12 09:14:20 -07:00
board-halibut.c msm: fix compile failure on struct membank node member 2010-10-27 14:24:01 -07:00
board-mahimahi.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
board-msm7x27.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
board-msm7x30.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
board-msm8x60.c msm: add MSM8x60 FFA support 2010-10-08 15:12:49 -07:00
board-qsd8x50.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
board-sapphire.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
board-trout-gpio.c arm: msm: trout: add trout specific gpio interrupts 2010-06-17 12:55:41 -07:00
board-trout-mmc.c msm: mmc: Add msm prefix to platform data structure 2010-08-09 15:48:23 -07:00
board-trout.c arm: remove machine_desc.io_pg_offst and .phys_io 2010-10-20 00:27:46 -04:00
board-trout.h Add GPIO support for HTC Dream. 2010-06-15 13:19:43 -07:00
clock-7x30.h msm: clock support for the MSM7x30 CPU. 2010-05-13 16:08:53 -07:00
clock-dummy.c msm: clock: add dummy clock driver 2010-10-08 15:12:41 -07:00
clock-pcom.c msm: generalize clock support. 2010-05-13 16:08:20 -07:00
clock-pcom.h msm: generalize clock support. 2010-05-13 16:08:20 -07:00
clock.c arm: msm: remove unused #include <linux/version.h> 2010-06-17 12:52:23 -07:00
clock.h msm: clock support for the MSM7x30 CPU. 2010-05-13 16:08:53 -07:00
devices-msm7x00.c msm: mmc: Add msm prefix to platform data structure 2010-08-09 15:48:23 -07:00
devices-msm7x30.c msm: smd: enable smd on msm7x30 target 2010-10-11 15:13:05 -07:00
devices-msm8x60-iommu.c msm: Platform data for msm8x60 IOMMUs 2010-10-08 15:12:52 -07:00
devices-qsd8x50.c msm: smd: enable smd on qsd8x50 target 2010-10-11 15:14:02 -07:00
devices.h msm: Add extern for 7x30 clock list. 2010-05-13 16:08:48 -07:00
dma.c msm: dma: add completion.h header 2010-06-07 16:16:33 -07:00
gpio_hw.h msm: add gpio driver for single-core SoCs. 2010-10-06 09:01:19 -07:00
gpio.c msm: gpio: Add gpiomux calls to request and free. 2010-10-06 09:01:19 -07:00
gpiomux-7x30.c msm: convert 7x30 to gpiomux. 2010-10-06 09:01:17 -07:00
gpiomux-8x50.c msm: convert 8x50 to gpiomux. 2010-10-06 09:01:16 -07:00
gpiomux-8x60.c msm: add gpiomux api for gpio multiplex & configuration. 2010-10-06 09:01:15 -07:00
gpiomux-v1.c msm: add gpiomux api for gpio multiplex & configuration. 2010-10-06 09:01:15 -07:00
gpiomux-v1.h msm: add gpiomux api for gpio multiplex & configuration. 2010-10-06 09:01:15 -07:00
gpiomux-v2.c msm: add gpiomux api for gpio multiplex & configuration. 2010-10-06 09:01:15 -07:00
gpiomux-v2.h msm: add gpiomux api for gpio multiplex & configuration. 2010-10-06 09:01:15 -07:00
gpiomux.c msm: add gpiomux api for gpio multiplex & configuration. 2010-10-06 09:01:15 -07:00
gpiomux.h msm: Featurize gpiomux. 2010-10-06 09:01:18 -07:00
idle.S [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
io.c msm: io: MSM8X60 io support 2010-10-08 15:12:33 -07:00
iommu_dev.c arm: mach-msm: fix error handling in msm_iommu_probe() 2010-10-27 14:24:02 -07:00
iommu.c msm: Add MSM IOMMU support 2010-10-08 15:12:50 -07:00
irq-vic.c msm: add Qualcomm 7x30 interrupt controller driver. 2010-05-13 16:08:24 -07:00
irq.c [ARM] msm: irq: fix lockdep issues 2010-05-12 09:13:56 -07:00
Kconfig msm: fix Kconfig target board selection 2010-10-27 14:24:01 -07:00
last_radio_log.c llseek: automatically add .llseek fop 2010-10-15 15:53:27 +02:00
Makefile msm: Platform data for msm8x60 IOMMUs 2010-10-08 15:12:52 -07:00
Makefile.boot [ARM] msm: core platform support for ARCH_MSM7X00A 2008-01-26 14:39:14 +00:00
proc_comm.c arm: msm: smd: fix SMD modem processor sync condition 2010-05-12 09:19:33 -07:00
proc_comm.h arm: msm: smd: fix SMD modem processor sync condition 2010-05-12 09:19:33 -07:00
sirc.c msm: add sirc interrupt controller driver. 2010-05-13 16:07:56 -07:00
smd_debug.c llseek: automatically add .llseek fop 2010-10-15 15:53:27 +02:00
smd_private.h arm: msm: smd: msm7x30 a2m clean up 2010-05-12 09:19:04 -07:00
smd.c arm: msm: Fix section mismatch in smd.c. 2010-08-09 15:38:16 -07:00
timer.c msm: timer: Decrease shift on timer clocksource 2010-10-27 14:24:02 -07:00
vreg.c [ARM] msm: add new vreg IDs for MSM7X30 2010-05-12 09:14:41 -07:00