alistair23-linux/arch/arm/mach-msm
Arnd Bergmann d967b0100f ARM: msm: avoid calling debug_ll_addr on !MMU
MSM7X00A has an open-coded version of debug_ll_io_init so it
can use MT_DEVICE_NONSHARED as required by the platform.

However, this fails to build on no-MMU kernels because the
debug_ll_addr function is not available. Since the iotable_init
function doesn't actually do anyting in this configuration,
we can simply get away by enclosing the broken function call
in an #ifdef, which seems to be the least ugly workaround.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: David Brown <davidb@codeaurora.org>
Cc: Daniel Walker <dwalker@fifo99.com>
Cc: Bryan Huntsman <bryanh@codeaurora.org>
2014-03-21 18:23:31 +01:00
..
include/mach ARM: msm: Remove irqs-*.h files for DT based targets 2013-09-25 13:02:56 -07:00
board-dt.c ARM: msm: Add support for APQ8074 Dragonboard 2014-01-02 11:24:44 -08:00
board-halibut.c ARM: msm: Move mach/board.h contents to common.h 2013-08-06 11:18:02 -07:00
board-mahimahi.c ARM: msm: Move mach/board.h contents to common.h 2013-08-06 11:18:02 -07:00
board-msm7x30.c usb: phy: msm: Move mach dependent code to platform data 2014-01-09 00:06:48 -08:00
board-qsd8x50.c usb: phy: msm: Move mach dependent code to platform data 2014-01-09 00:06:48 -08:00
board-sapphire.c ARM: msm: Move mach/board.h contents to common.h 2013-08-06 11:18:02 -07:00
board-trout-gpio.c
board-trout-mmc.c
board-trout-panel.c ARM: msm: Prepare clk_get() users in mach-msm for clock-pcom driver 2013-06-24 13:06:43 -07:00
board-trout.c ARM: msm: trout: fix uninit var warning 2014-01-02 10:16:56 -08:00
board-trout.h ARM: msm: Move mach/board.h contents to common.h 2013-08-06 11:18:02 -07:00
clock-pcom.c ARM: msm: Migrate to common clock framework 2013-06-24 13:08:05 -07:00
clock-pcom.h ARM: msm: Migrate to common clock framework 2013-06-24 13:08:05 -07:00
clock.c ARM: msm: Migrate to common clock framework 2013-06-24 13:08:05 -07:00
clock.h ARM: msm: Migrate to common clock framework 2013-06-24 13:08:05 -07:00
common.h ARM: msm: Move mach/board.h contents to common.h 2013-08-06 11:18:02 -07:00
devices-msm7x00.c msm_serial: Switch clock consumer strings and simplify code 2013-08-27 16:22:58 -07:00
devices-msm7x30.c ARM: SoC cleanups for 3.12 2013-09-06 13:21:16 -07:00
devices-qsd8x50.c ARM: SoC cleanups for 3.12 2013-09-06 13:21:16 -07:00
devices.h ARM: msm: Make proc_comm clock control into a platform driver 2013-06-24 13:07:53 -07:00
dma.c ARM: msm: add missing include of linux/module.h 2014-03-21 18:23:30 +01:00
gpiomux-8x50.c
gpiomux-v1.h
gpiomux.c ARM: msm: Remove gpiomux-v2 and re-organize MSM_GPIOMUX configs 2013-06-12 13:52:51 -07:00
gpiomux.h ARM: msm: Consolidate gpiomux for older architectures 2013-07-26 14:55:38 -07:00
headsmp.S arm: delete __cpuinit/__CPUINIT usage from all ARM users 2013-07-14 19:36:52 -04:00
hotplug.c ARM: cpu hotplug: remove majority of cache flushing from platforms 2013-04-18 20:08:04 +01:00
io.c ARM: msm: avoid calling debug_ll_addr on !MMU 2014-03-21 18:23:31 +01:00
irq-vic.c
irq.c
Kconfig ARM: msm: Move MSM's DT based hardware to multi-platform support 2014-01-09 00:08:52 -08:00
last_radio_log.c proc: Use PDE attribute setting accessor functions 2013-05-07 15:01:11 -04:00
Makefile ARM: msm: Only build timer.c if required 2014-01-09 00:08:44 -08:00
Makefile.boot
platsmp.c ARM: clean up cache handling in platform code 2013-12-11 16:24:34 -08:00
proc_comm.c
proc_comm.h ARM: msm: proc_comm_boot_wait should not be __init 2013-02-11 17:42:28 -08:00
scm-boot.c
scm-boot.h
scm.c
scm.h
sirc.c
smd.c
smd_debug.c
smd_private.h
timer.c ARM: msm: Switch to sched_clock_register() 2013-11-21 15:41:00 -08:00
vreg.c