msm: Support DEBUG_LL on MSM8660 and MSM8960
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 8 Nov 2011 18:33:04 +0000 (10:33 -0800)
committerDavid Brown <davidb@codeaurora.org>
Thu, 10 Nov 2011 18:17:06 +0000 (10:17 -0800)
commita3d3ef9d4fd57cfd407c8d2d0a7daec000468ebf
tree4894c7c2c68b9caa9e6842d317cde4800905e03e
parent650e3f0d66ade2a614d854765dae3bbc9a87f58d
msm: Support DEBUG_LL on MSM8660 and MSM8960

Add support for DEBUG_LL on the 8660 and 8960 development boards.
While we're here cleanup the uncompress.h code a bit. Avoid
the use of readl/writel as those are Linux specific APIs that
aren't guaranteed to work in the decompressor.

Cc: Nicolas Pitre <nico@fluxnic.net>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/Kconfig.debug
arch/arm/mach-msm/Kconfig
arch/arm/mach-msm/include/mach/debug-macro.S
arch/arm/mach-msm/include/mach/msm_iomap-8960.h
arch/arm/mach-msm/include/mach/msm_iomap-8x60.h
arch/arm/mach-msm/include/mach/uncompress.h
arch/arm/mach-msm/io.c