From: Shawn Guo Date: Wed, 12 Dec 2012 11:03:53 +0000 (+0800) Subject: ARM: imx: support DEBUG_LL uart port selection for all i.MX SoCs X-Git-Tag: v3.9-rc1~118^2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8c95fe6d9adad72fc7bce90f4ab68d119f50c5b;p=pandora-kernel.git ARM: imx: support DEBUG_LL uart port selection for all i.MX SoCs Extend imx6q DEBUG_LL uart port selection support to cover all i.MX SoCs. The 'range' of the Kconfig option gets dropped, as users looking at the option must know the uart number on his board. The bottom line is that the build system will report an error if an invalid port number is picked for given SoC. The header arch/arm/include/debug/imx-uart.h is created to accommodate all the uart base addresses. And the header will also be used for other low-level debug facility later. Signed-off-by: Shawn Guo --- Reading git-diff-tree failed