]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mxs: use debug_ll_io_init for low-level debug
authorShawn Guo <shawn.guo@linaro.org>
Fri, 29 Mar 2013 05:07:34 +0000 (13:07 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 1 Apr 2013 12:42:17 +0000 (20:42 +0800)
commit87d20cde3b0020206d44bbd201ea80cfc2290f60
tree841e63f0ed6d155a3d2a9babc89beeafe43e3fd7
parent8fbc26f9f7563ac9025364b532a7d52d5936b5bb
ARM: mxs: use debug_ll_io_init for low-level debug

The only user of the static mapping done in mx23_map_io and mx28_map_io
is low-level debug now.  Use debug_ll_io_init() instead, so that the
static mapping is used nowhere and can be removed completely later.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-mxs/include/mach/debug-macro.S
arch/arm/mach-mxs/mach-mxs.c